Monitor AI output schemas and API contracts for breaking changes — validate LLM JSON responses against defined schemas on a schedule
Server Config
{
"mcpServers": {
"fixzi": {
"type": "streamable-http",
"url": "https://fixzi.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_FIXZI_API_TOKEN"
}
}
}
}