Fixzi Server
БесплатноНе проверенMonitor AI output schemas and API contracts for breaking changes — validate LLM JSON responses against defined schemas on a schedule
Описание
Monitor AI output schemas and API contracts for breaking changes — validate LLM JSON responses against defined schemas on a schedule
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.
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).
Tools
Monitoring (MCP servers, API contracts, AI validators)
| 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 |
AI output validation
| 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 |
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
Установка Fixzi Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rohitcodilya/fixzi-mcpFAQ
Fixzi Server MCP бесплатный?
Да, Fixzi Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fixzi Server?
Нет, Fixzi Server работает без API-ключей и переменных окружения.
Fixzi Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Fixzi Server в Claude Desktop, Claude Code или Cursor?
Открой Fixzi Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Fixzi Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
