← Back to Plugins
MCP Server MCP

Xitoring

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://app.xitoring.com/mcp",
      "headers": [
        {
          "description": "Bearer token for the Xitoring API. Generate at Dashboard > Account > API Access.",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "Your Xitoring API key",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...