Fixzi AI Validator

Created By
rohitcodilya12 hours ago
Monitor AI output schemas and API contracts for breaking changes — validate LLM JSON responses against defined schemas on a schedule
Overview

What is Fixzi MCP Server?

Fixzi monitors AI model JSON output for schema drift and API contracts for breaking changes. Connect Fixzi to Claude Code, Cursor, or any MCP-compatible AI tool to check your validators without leaving your editor.

Tools Available

  • fixzi_list_validators — List all AI output validators in your Fixzi account
  • fixzi_get_validator — Get details of a specific validator including its JSON schema, provider, and last check status
  • fixzi_run_check — Run a synchronous validation check right now and get pass/fail with schema errors
  • fixzi_list_checks — Get recent check history for a validator

Requirements

How to Connect

Add to your Claude Code config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "fixzi": {
      "type": "streamable-http",
      "url": "https://fixzi.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_FIXZI_API_TOKEN"
      }
    }
  }
}

For Cursor: Settings → MCP → Add Remote Server → paste https://fixzi.ai/api/mcp

Example Usage

Once connected, ask your AI assistant:

  • "List my Fixzi validators"
  • "Run a check on validator 123"
  • "Show me the recent check history for my sentiment validator"

Documentation

Server Config

{
  "mcpServers": {
    "fixzi": {
      "type": "streamable-http",
      "url": "https://fixzi.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_FIXZI_API_TOKEN"
      }
    }
  }
}
Project Info
Created At
12 hours ago
Updated At
12 hours ago
Author Name
rohitcodilya
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Agentdocs

4 hours ago