Server data from the Official MCP Registry
Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.
Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.
Remote endpoints: streamable-http: https://app.xitoring.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-xitoring-mcp-server": {
"url": "https://app.xitoring.com/mcp"
}
}
}From the project's GitHub README.
Connect AI assistants like Claude, Cursor, and ChatGPT to your Xitoring monitoring data.
The Xitoring MCP server is a hosted, remote HTTP server - there is nothing to install or run locally. Point your MCP-compatible client at https://app.xitoring.com/mcp with your Xitoring API key and you're done.
Xitoring is an all-in-one monitoring platform: uptime checks (HTTP, TCP, DNS, ICMP), server monitoring via the Xitogent agent (CPU, memory, disk, network, processes), SSL expiry, heartbeat checks, incident management, status pages, and notification routing. Teams use it to detect outages, triage performance regressions, track SLAs, and run on-call.
The server exposes 60+ tools across these areas:
Inspect servers and Xitogent agents, fetch live and historical CPU / memory / disk / network metrics, list top processes, and pull system info.
List and inspect every check type (HTTP, HTTPS, TCP, DNS, ICMP, SSL, heartbeat). Get response time, latency, regional reachability, and uptime percentages.
Search and filter incidents, read incident timelines and notes, inspect triggers and notification routing, and follow incident state changes.
View status pages and the components they expose, list current and upcoming maintenance windows.
Pull uptime and SSL reports, inspect subscription and quota usage, list and read support tickets.
Account-level audit logs, Xitogent connection / installation logs, and notification delivery history.
Resolve incidents, add notes, pause / unpause checks, create new checks, schedule maintenance, send test notifications, invite contacts, and open support tickets.
Pick the section that matches your client. In every example, replace YOUR_API_KEY with the key you generated above.
claude mcp add --transport http --scope user xitoring \
https://app.xitoring.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
Edit your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"xitoring": {
"type": "http",
"url": "https://app.xitoring.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Restart Claude Desktop after saving.
Settings > MCP > Add new MCP server, then paste:
{
"mcpServers": {
"xitoring": {
"url": "https://app.xitoring.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Create .vscode/mcp.json in your workspace:
{
"servers": {
"xitoring": {
"type": "http",
"url": "https://app.xitoring.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
If your client only supports stdio transport, bridge through mcp-remote:
{
"mcpServers": {
"xitoring": {
"command": "npx",
"args": [
"mcp-remote",
"https://app.xitoring.com/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY"
]
}
}
}
xitoring listed with its tools.If you get a response that names your real servers, you're connected.
web-prod-01."api.example.com for last month."db-01 and read me their notes."web-prod-01 starting tomorrow at 02:00 UTC."staging.example.com while we redeploy."https://api.example.com/health that runs every minute from EU regions."https://app.xitoring.com/mcp is encrypted over HTTPS.Authorization: Bearer .... Revoking the key in the Xitoring dashboard immediately cuts off MCP access.| Symptom | What to check |
|---|---|
401 Unauthorized | The API key is wrong, revoked, or the header is malformed. The header must be exactly Authorization: Bearer YOUR_API_KEY - no extra quotes, no typos. |
| MCP server doesn't appear in the client | Fully restart the client. Validate JSON syntax (a missing comma will silently disable the entry). |
429 Too Many Requests | MCP shares Xitoring's REST API rate limits. Slow down the prompts or upgrade your plan. |
| Empty results from a tool | Check the API key's scope and whether you're in the right sub-account context. Some tools only return data the key has access to. |
| Tool call hangs | Check Xitoring's status page, then retry. If reproducible, file an issue with the tool name and timestamp. |
The Xitoring MCP server is currently in beta. Tool names and response shapes may change before 1.0. Feedback and bug reports via GitHub issues are very welcome.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.