Server data from the Official MCP Registry
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.
Remote endpoints: streamable-http: https://fixzi.ai/api/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-rohitcodilya-fixzi-mcp": {
"url": "https://fixzi.ai/api/mcp"
}
}
}From the project's GitHub README.
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.
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"
}
}
}
}
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).
| Tool | What it does | Ability required |
|---|---|---|
fixzi_list_monitors | List all your monitors (MCP / API contract / AI validator) with health status | — |
fixzi_get_monitor_status | Current status, last check result, consecutive failures for one monitor | — |
fixzi_get_recent_changes | Change log for a monitor: severity, what changed, before/after (filter by date/severity) | — |
fixzi_get_current_snapshot | Current tool list of a monitored MCP server (names, descriptions, schemas) | — |
fixzi_run_check_now | Trigger a check immediately (async — poll status after) | monitors:write |
fixzi_create_mcp_monitor | Create a new MCP server monitor from a URL | monitors:write |
| Tool | What it does | Ability required |
|---|---|---|
fixzi_list_validators | List your AI output validators | validators:read |
fixzi_get_validator | Details of a specific validator | validators:read |
fixzi_run_check | Run a validation check right now | validators:check |
fixzi_list_checks | Recent check history | validators:read |
Once connected, ask your agent things like:
fixzi_list_monitors → fixzi_get_recent_changesBe 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.