Fixzi AI Validator

Created By
rohitcodilya11 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
11 hours ago
Updated At
11 hours ago
Author Name
rohitcodilya
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Enigmata
@Enigmata

Enigmata MCP provides AI clients with secure access to personalized Enigmata astrological forecasts, including day, week, month, and thematic forecast contexts. Forecasts contain the percentage of favorability of any day and the probability of any event. It helps assistants retrieve structured guidance, compare forecast periods, search themes, check profile readiness, and complete required solar-location setup when needed. Tools get_mcp_capabilities - Returns metadata about the available Enigmata MCP tools and their capabilities. get_day_forecast - Returns an AI-friendly personalized day forecast. get_day_forecast_section - Returns a specific section of a day forecast, useful when a client needs smaller responses. get_week_forecast - Returns an AI-friendly personalized week forecast. get_month_forecast - Returns an AI-friendly personalized month forecast. get_theme_forecast - Returns a forecast for a selected theme, including favorability or probability context. get_theme_best_days - Returns the best days for a selected forecast theme. compare_theme_days - Compares two dates for a selected theme without returning the full theme calendar. get_theme_probability_trends - Returns the subscription-period probability trend for a selected theme. get_theme_catalog - Returns the user’s saved themes and popular available themes. search_themes - Searches forecast themes and returns ranked candidates for precise theme selection. compare_forecasts - Compares two day, week, month, or theme forecast contexts. get_profile_readiness - Returns the user’s profile and onboarding readiness for forecast access. get_solar_requirement - Checks whether a solar meeting city is required for the user’s forecast flow. search_cities - Searches cities that can be used as a solar meeting place. submit_solar_place - Submits the user’s solar meeting city when it is required to unlock or update forecasts.

8 hours ago
Launchchair.io

19 hours ago