Skip to main content
ClaudeWave

Fixzi MCP Server

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/rohitcodilya/fixzi-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fixzi-mcp": {
      "command": "node",
      "args": ["/path/to/fixzi-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/rohitcodilya/fixzi-mcp and follow its README for install instructions.
Use cases

MCP Servers 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

```bash
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`:

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

```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)

| Tool | What it does | Ability required |
|---|---|---|
| `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) | `monitors:write` |
| `fixzi_create_mcp_monitor` | Create a new MCP server monitor from a URL | `monitors:write` |

### AI output validation

| Tool | What it does | Ability required |
|---|---|---|
| `fixzi_list_validators` | List your AI output validators | `validators:read` |
| `fixzi_get_validator` | Details of a specific validator | `validators:read` |
| `fixzi_run_check` | Run a validation check right now | `validators:check` |
| `fixzi_list_checks` | Recent check history | `validators: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](https://fixzi.ai/tools/mcp-server-checker) to test any MCP server instantly.

## Learn more

- [How to monitor your MCP server for breaking changes](https://fixzi.ai/blog/monitor-mcp-server-breaking-changes)
- [Why HTTP 200 doesn't mean your MCP server is working](https://fixzi.ai/blog/mcp-server-200-but-broken)
- [MCP integration docs](https://fixzi.ai/docs/mcp-integration)

What people ask about fixzi-mcp

What is rohitcodilya/fixzi-mcp?

+

rohitcodilya/fixzi-mcp is mcp servers for the Claude AI ecosystem. Fixzi MCP Server It has 0 GitHub stars and was last updated today.

How do I install fixzi-mcp?

+

You can install fixzi-mcp by cloning the repository (https://github.com/rohitcodilya/fixzi-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is rohitcodilya/fixzi-mcp safe to use?

+

rohitcodilya/fixzi-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains rohitcodilya/fixzi-mcp?

+

rohitcodilya/fixzi-mcp is maintained by rohitcodilya. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to fixzi-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fixzi-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: rohitcodilya/fixzi-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rohitcodilya-fixzi-mcp)](https://claudewave.com/repo/rohitcodilya-fixzi-mcp)
<a href="https://claudewave.com/repo/rohitcodilya-fixzi-mcp"><img src="https://claudewave.com/api/badge/rohitcodilya-fixzi-mcp" alt="Featured on ClaudeWave: rohitcodilya/fixzi-mcp" width="320" height="64" /></a>

More MCP Servers

fixzi-mcp alternatives