← Back to Plugins
MCP Server MCP

io.rootstuff/sentinel

github By github 👁 3 views ▲ 0 votes

Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://sentinel.rootstuff.io/mcp/sentinel-oauth"
    },
    {
      "type": "streamable-http",
      "url": "https://sentinel.rootstuff.io/mcp/sentinel",
      "headers": [
        {
          "description": "Bearer token created at https://sentinel.rootstuff.io/user/api-tokens",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...