Skip to content

Core

Free

by MCP Community

Snapshot, diff, and classify MCP tool schema changes

v0.5.0Added Apr 12, 2026
mcpmodel-context-protocolschemadiffcontract
Works with:ClaudeGPTGeminiCopilot

Core MCP Server

Snapshot, diff, and classify MCP tool schema changes

Installation

npx -y @mcp-contracts/core

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-contracts/core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": ["-y", "@mcp-contracts/core"]
    }
  }
}