Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ⚖️ Legal
  3. Fixzi — MCP & API Schema Drift Monitor
F
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:31:53 PM

Fixzi — MCP & API Schema Drift Monitor

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).

Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "fixzi-mcp-api-schema-drift-monitor": {
      "url": "https://fixzi.ai/api/mcp"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing Alternatives⚖️ More in Legal

Capabilities & Tool Schemas (10) ~182 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fixzi — MCP & API Schema Drift Monitor.

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)

fixzi_create_mcp_monitor

Create a new MCP server monitor from a URL

Documentation Overview

Fixzi MCP Server

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

Terminal
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:

config.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:

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)

ToolWhat it doesAbility required
fixzi_list_monitorsList all your monitors (MCP / API contract / AI validator) with health status—
fixzi_get_monitor_statusCurrent status, last check result, consecutive failures for one monitor—
fixzi_get_recent_changesChange log for a monitor: severity, what changed, before/after (filter by date/severity)—
fixzi_get_current_snapshotCurrent tool list of a monitored MCP server (names, descriptions, schemas)—
fixzi_run_check_nowTrigger a check immediately (async — poll status after)monitors:write
fixzi_create_mcp_monitorCreate a new MCP server monitor from a URLmonitors:write

AI output validation

ToolWhat it doesAbility required
fixzi_list_validatorsList your AI output validatorsvalidators:read
fixzi_get_validatorDetails of a specific validatorvalidators:read
fixzi_run_checkRun a validation check right nowvalidators:check
fixzi_list_checksRecent check historyvalidators: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

  • How to monitor your MCP server for breaking changes
  • Why HTTP 200 doesn't mean your MCP server is working
  • MCP integration docs

Read the full README →View source on GitHub →

Related MCP Servers

View all in Legal View all alternatives
  • LibreJustice logoLibreJustice

    Search French and European case law and French legal texts (codes, statutes, treaties).

    ⚖️ Legal1 views
    Compare vs LibreJustice →
  • License Verify MCP logoLicense Verify MCP

    Verify a US contractor's license, surety bond, and insurance from official state data (WA L&I live, CA CSLB beta). Agent-payable pay-per-success, MCP-native.

    ⚖️ Legal3 views
    Compare vs License Verify MCP →
  • Ris MCP Ts logoRis MCP Ts

    Access Austrian federal laws, state laws, court decisions, and legal documents via the RIS (Rechtsinformationssystem) API with 12 specialized tools.

    ⚖️ Legal1 views
    Compare vs Ris MCP Ts →
  • Canlii MCP logoCanlii MCP

    Canadian case law and legislation metadata via CanLII. Bring-your-own free CanLII API key. Hosted endpoint at canlii-mcp.vaquill.ai. MIT.

    ⚖️ Legal3 views
    Compare vs Canlii MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Fixzi — MCP & API Schema Drift Monitor

Fixzi — MCP & API Schema Drift Monitor is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "fixzi-mcp-api-schema-drift-monitor": { "url": "https://fixzi.ai/api/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFixzi — MCP & API Schema Drift Monitor AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fixzi-mcp-api-schema-drift-monitor?style=directory)](https://allmcps.com/mcp/fixzi-mcp-api-schema-drift-monitor)
HTML Embed
<a href="https://allmcps.com/mcp/fixzi-mcp-api-schema-drift-monitor"><img src="https://allmcps.com/api/badge/fixzi-mcp-api-schema-drift-monitor?style=directory" alt="Fixzi — MCP & API Schema Drift Monitor on AllMCPs" /></a>

Technical Specs & Signals

Category⚖️Legal
More technical detailsExpand ▾
TransportSSE (Remote)
RuntimeNode.js
Last updatedJul 21, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 21, 2026
51Quality signal: Good · 51/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ⚖️ Legal →Best MCP servers for Legal →Alternatives to Fixzi — MCP & API Schema Drift Monitor →Install in Claude DesktopInstall in CursorInstall in VS Code