MCP Server
MCP
Xitoring
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
By
Comments
Sign in to leave a comment