{
  "markdown": "# Xitoring MCP Server\n\n[![MCP Compatible](https://img.shields.io/badge/MCP-compatible-06d2dd)](https://modelcontextprotocol.io/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Status: Beta](https://img.shields.io/badge/status-beta-orange)](https://xitoring.com/docs/mcp/)\n\nConnect AI assistants like Claude, Cursor, and ChatGPT to your Xitoring monitoring data.\n\nThe 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.\n\n## What is Xitoring?\n\n[Xitoring](https://xitoring.com) 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.\n\n## What the MCP Server Can Do\n\nThe server exposes 60+ tools across these areas:\n\n### Servers & Metrics\nInspect servers and Xitogent agents, fetch live and historical CPU / memory / disk / network metrics, list top processes, and pull system info.\n\n### Uptime, SSL & Heartbeat\nList and inspect every check type (HTTP, HTTPS, TCP, DNS, ICMP, SSL, heartbeat). Get response time, latency, regional reachability, and uptime percentages.\n\n### Incidents & Alerting\nSearch and filter incidents, read incident timelines and notes, inspect triggers and notification routing, and follow incident state changes.\n\n### Status Pages & Maintenance\nView status pages and the components they expose, list current and upcoming maintenance windows.\n\n### Reports & Account\nPull uptime and SSL reports, inspect subscription and quota usage, list and read support tickets.\n\n### Audit Logs\nAccount-level audit logs, Xitogent connection / installation logs, and notification delivery history.\n\n### Write Actions\nResolve incidents, add notes, pause / unpause checks, create new checks, schedule maintenance, send test notifications, invite contacts, and open support tickets.\n\n## Prerequisites\n\n- A [Xitoring](https://xitoring.com) account (free tier works for trying it out)\n- A Xitoring API key - generate one at **Dashboard > Account > API Access > Generate Key**. Docs: [xitoring.com/docs/account/api](https://xitoring.com/docs/account/api/)\n- An MCP-compatible client (Claude Code, Claude Desktop, Cursor, VS Code with Copilot, etc.)\n\n## Setup\n\nPick the section that matches your client. In every example, replace `YOUR_API_KEY` with the key you generated above.\n\n### Claude Code CLI (fastest)\n\n```bash\nclaude mcp add --transport http --scope user xitoring \\\n  https://app.xitoring.com/mcp \\\n  --header \"Authorization: Bearer YOUR_API_KEY\"\n```\n\n### Claude Desktop\n\nEdit your config file:\n\n- **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n- **Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"xitoring\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.xitoring.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop after saving.\n\n### Cursor\n\n**Settings > MCP > Add new MCP server**, then paste:\n\n```json\n{\n  \"mcpServers\": {\n    \"xitoring\": {\n      \"url\": \"https://app.xitoring.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### VS Code (GitHub Copilot)\n\nCreate `.vscode/mcp.json` in your workspace:\n\n```json\n{\n  \"servers\": {\n    \"xitoring\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.xitoring.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n### Stdio-only clients (via mcp-remote bridge)\n\nIf your client only supports stdio transport, bridge through [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"xitoring\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://app.xitoring.com/mcp\",\n        \"--header\",\n        \"Authorization: Bearer YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n```\n\n## Verifying the Connection\n\n1. Restart your MCP client.\n2. Open the tool / server picker - you should see `xitoring` listed with its tools.\n3. Try the prompt: *\"List my Xitoring servers and their current status.\"*\n\nIf you get a response that names your real servers, you're connected.\n\n## Example Prompts\n\n### Status & Triage\n- \"What incidents are ongoing right now, and which servers or checks are affected?\"\n- \"Show me the current status of all my servers - flag anything that isn't reporting.\"\n- \"Are there any maintenance windows active or starting in the next 24 hours?\"\n\n### Performance & Capacity\n- \"Which 5 servers have the highest CPU usage right now?\"\n- \"Show me the top processes by memory on `web-prod-01`.\"\n- \"Rank my servers by disk usage and tell me which ones are above 80% full.\"\n\n### Uptime & SLA\n- \"What's the overall uptime for my checks over the last 30 days?\"\n- \"Which SSL certificates are expiring in the next 30 days?\"\n- \"Pull the uptime report for `api.example.com` for last month.\"\n\n### Incident Response\n- \"Summarize the last 3 resolved incidents on `db-01` and read me their notes.\"\n- \"Draft a post-mortem from the timeline of incident #1234.\"\n- \"Add a note to the active incident: 'rolling back deploy v2.41, monitoring recovery.'\"\n\n### Maintenance & Ops\n- \"Create a 2-hour maintenance schedule for `web-prod-01` starting tomorrow at 02:00 UTC.\"\n- \"Pause the uptime check for `staging.example.com` while we redeploy.\"\n- \"Create an HTTP check for `https://api.example.com/health` that runs every minute from EU regions.\"\n\n## Security & Privacy\n\n- All traffic to `https://app.xitoring.com/mcp` is encrypted over HTTPS.\n- Authentication is a Xitoring API key passed as `Authorization: Bearer ...`. Revoking the key in the Xitoring dashboard immediately cuts off MCP access.\n- Rotate keys every 90 days for production accounts, and immediately if a key is exposed.\n- **Be aware:** AI clients send conversation context (including tool results) to their model providers. Only data you explicitly request via MCP tools is read from Xitoring, but those results then become part of the conversation the model provider sees.\n\n## Troubleshooting\n\n| Symptom | What to check |\n| --- | --- |\n| `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. |\n| MCP server doesn't appear in the client | Fully restart the client. Validate JSON syntax (a missing comma will silently disable the entry). |\n| `429 Too Many Requests` | MCP shares Xitoring's REST API rate limits. Slow down the prompts or upgrade your plan. |\n| 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. |\n| Tool call hangs | Check Xitoring's status page, then retry. If reproducible, file an issue with the tool name and timestamp. |\n\n## Links\n\n- **Full documentation:** [xitoring.com/docs/mcp](https://xitoring.com/docs/mcp/)\n- **Generate an API key:** [xitoring.com/docs/account/api](https://xitoring.com/docs/account/api/)\n- **Model Context Protocol:** [modelcontextprotocol.io](https://modelcontextprotocol.io/)\n\n## Status\n\nThe 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.\n\n## License\n\nMIT\n",
  "bytes": 7637,
  "sha": "1f7501e901fed22ff401d964d97d921a709ad0cf065f306b3c2369a097b9a7c1",
  "repo_slug": "xitoring/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xitoring_mcp_server_04c43243/readme"
}