Fixzi MCP server
Fixzi MCP Server
Monitor MCP servers, API contracts, and AI output schemas — from inside Claude Code, Cursor, or any MCP client.
Your 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.
Connect
Claude Code
claude mcp add --transport http fixzi https://fixzi.ai/api/mcp \
--header "Authorization: Bearer YOUR_FIXZI_API_TOKEN"Or add to your project's .mcp.json:
{
"mcpServers": {
"fixzi": {
"type": "http",
"url": "https://fixzi.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_FIXZI_API_TOKEN"
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"fixzi": {
"type": "streamable-http",
"url": "https://fixzi.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_FIXZI_API_TOKEN"
}
}
}
}Get 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).
Related MCP server: mock-mcp
Tools
Monitoring (MCP servers, API contracts, AI validators)
Tool | What it does | Ability required |
| List all your monitors (MCP / API contract / AI validator) with health status | — |
| Current status, last check result, consecutive failures for one monitor | — |
| Change log for a monitor: severity, what changed, before/after (filter by date/severity) | — |
| Current tool list of a monitored MCP server (names, descriptions, schemas) | — |
| Trigger a check immediately (async — poll status after) |
|
| Create a new MCP server monitor from a URL |
|
AI output validation
Tool | What it does | Ability required |
| List your AI output validators |
|
| Details of a specific validator |
|
| Run a validation check right now |
|
| Recent check history |
|
Example prompts
Once connected, ask your agent things like:
"Check if my MCP server changed this week" — chains
fixzi_list_monitors→fixzi_get_recent_changes"Is my payments API contract still healthy?"
"Set up a monitor for the MCP server I just deployed at https://example.com/mcp"
"Run my product-description validator and tell me if the schema still passes"
Requirements
MCP server access requires the Pro+ plan — see https://fixzi.ai/pricing
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 to test any MCP server instantly.
Learn more
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceDetects schema mismatches between data producers and consumers through static analysis, supporting extraction, comparison, code generation, and automated validation with watch mode for MCP tools, APIs, and service contracts.Last updated1126MIT
- AlicenseAqualityCmaintenanceGenerates schema-compliant mock data from OpenAPI JSON Schema definitions using AI, enabling seamless testing without manual fixtures.Last updated6578MIT
- Alicense-qualityDmaintenanceRuntime quality validation for AI agent outputs. Detect hallucinations, enforce scope compliance, and score output quality — all via MCP.Last updated92MIT

perf-mcpofficial
AlicenseAqualityDmaintenanceFact-checks and fixes AI outputs by catching hallucinations, repairing broken JSON, and correcting errors before they reach users, with tools for verification, validation, and correction.Last updated470MIT
Related MCP Connectors
Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.
Deterministic JSON repair, validate, example-gen, schema-coerce for agents. Zero LLM, sub-10ms.
Pay-per-call JSON repair + JSON Schema validation for AI agents (USDC on Base, x402).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohitcodilya/fixzi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server