MCP.so
ログイン

Fixzi AI Validator

@rohitcodilya

Fixzi AI Validator について

Monitor AI output schemas and API contracts for breaking changes — validate LLM JSON responses against defined schemas on a schedule

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rohitcodilya

投稿者

Rohit Mittal

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Fixzi AI Validator?

Fixzi AI Validator monitors AI model JSON output for schema drift and API contracts for breaking changes. It connects to Claude Code, Cursor, or any MCP-compatible AI tool to check validators directly from the editor.

How to use Fixzi AI Validator?

Add the server to your MCP client config (e.g., ~/.claude/claude_desktop_config.json) using the streamable-http transport URL https://fixzi.ai/api/mcp and a Bearer API token with validators:read ability. For Cursor, add it as a remote server in Settings → MCP. Once connected, ask your AI assistant to list validators, run a check, or view check history.

Key features of Fixzi AI Validator

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

Use cases of Fixzi AI Validator

  • Detect JSON schema drift in AI model outputs during development
  • Catch breaking changes in API contracts before deployment
  • Validate structured AI responses directly from your editor
  • Automate schema compliance checks in CI/CD pipelines

FAQ from Fixzi AI Validator

What does Fixzi AI Validator do that other tools don't?

It monitors both AI model JSON output for schema drift and API contracts for breaking changes, integrated directly into MCP-compatible editors.

What are the requirements to use Fixzi AI Validator?

A Fixzi account at https://fixzi.ai, a Pro+ plan, and an API token with validators:read ability created at https://fixzi.ai/settings/api-tokens.

What transport and authentication does Fixzi AI Validator use?

It uses the streamable-http transport with Bearer token authentication via the Authorization header.

Where are my validators and check data stored?

All validators, schemas, and check history live in your Fixzi account at https://fixzi.ai.

Is there documentation available?

Yes. Full docs are at https://fixzi.ai/docs/mcp-integration, with separate sections for CI/CD integration and API reference.

コメント

「その他」の他のコンテンツ