{
  "markdown": "# Fixzi MCP Server\n\nMonitor MCP servers, API contracts, and AI output schemas — from inside Claude Code, Cursor, or any MCP client.\n\nYour MCP servers, APIs, and AI outputs can break while still returning 200. Fixzi watches the contracts your integrations depend on, classifies every change (breaking / warning / info), and alerts you before your users hit it. This MCP server lets your AI tools query and operate those monitors directly.\n\n## Connect\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http fixzi https://fixzi.ai/api/mcp \\\n  --header \"Authorization: Bearer YOUR_FIXZI_API_TOKEN\"\n```\n\nOr add to your project's `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"fixzi\": {\n      \"type\": \"http\",\n      \"url\": \"https://fixzi.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_FIXZI_API_TOKEN\"\n      }\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"fixzi\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://fixzi.ai/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_FIXZI_API_TOKEN\"\n      }\n    }\n  }\n}\n```\n\nGet your API token at https://fixzi.ai/settings/api-tokens. When creating the token, grant the abilities for the tools you want to use (see below).\n\n## Tools\n\n### Monitoring (MCP servers, API contracts, AI validators)\n\n| Tool | What it does | Ability required |\n|---|---|---|\n| `fixzi_list_monitors` | List all your monitors (MCP / API contract / AI validator) with health status | — |\n| `fixzi_get_monitor_status` | Current status, last check result, consecutive failures for one monitor | — |\n| `fixzi_get_recent_changes` | Change log for a monitor: severity, what changed, before/after (filter by date/severity) | — |\n| `fixzi_get_current_snapshot` | Current tool list of a monitored MCP server (names, descriptions, schemas) | — |\n| `fixzi_run_check_now` | Trigger a check immediately (async — poll status after) | `monitors:write` |\n| `fixzi_create_mcp_monitor` | Create a new MCP server monitor from a URL | `monitors:write` |\n\n### AI output validation\n\n| Tool | What it does | Ability required |\n|---|---|---|\n| `fixzi_list_validators` | List your AI output validators | `validators:read` |\n| `fixzi_get_validator` | Details of a specific validator | `validators:read` |\n| `fixzi_run_check` | Run a validation check right now | `validators:check` |\n| `fixzi_list_checks` | Recent check history | `validators:read` |\n\n## Example prompts\n\nOnce connected, ask your agent things like:\n\n- *\"Check if my MCP server changed this week\"* — chains `fixzi_list_monitors` → `fixzi_get_recent_changes`\n- *\"Is my payments API contract still healthy?\"*\n- *\"Set up a monitor for the MCP server I just deployed at https://example.com/mcp\"*\n- *\"Run my product-description validator and tell me if the schema still passes\"*\n\n## Requirements\n\n- MCP server access requires the **Pro+ plan** — see https://fixzi.ai/pricing\n- Fixzi's web app includes a **free tier** (1 monitor of each type, daily checks, email alerts) and free tools, including a no-signup [MCP Server Checker](https://fixzi.ai/tools/mcp-server-checker) to test any MCP server instantly.\n\n## Learn more\n\n- [How to monitor your MCP server for breaking changes](https://fixzi.ai/blog/monitor-mcp-server-breaking-changes)\n- [Why HTTP 200 doesn't mean your MCP server is working](https://fixzi.ai/blog/mcp-server-200-but-broken)\n- [MCP integration docs](https://fixzi.ai/docs/mcp-integration)\n",
  "bytes": 3461,
  "sha": "e11060259907428f44e97ed32cf42efc4745f56e2b467dbaabf59041706f2cde",
  "repo_slug": "rohitcodilya/fixzi-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rohitcodilya_fixzi_mcp_2b5d63c3/readme"
}