mcp-contract-kit

reaatech/mcp-contract-kit
★ 0 stars TypeScript Code/Dev Tools Updated 3d ago
Conformance test suite for MCP servers — registry compliance, protocol conformance, and routing correctness verification. Point it at any MCP endpoint to validate spec adherence.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-contract-kit": {
      "command": "npx",
      "args": [
        "-y",
        "reaatech/mcp-contract-kit"
      ]
    }
  }
}

README Excerpt

> Conformance test suite for MCP servers. Validate registry compliance, protocol conformance, and routing correctness. This monorepo provides a CLI tool, validators, MCP client SDK, and reporting infrastructure for testing Model Context Protocol (MCP) server implementations against the MCP specification.

Topics

agentic-aiconformance-testingcontract-testingdeveloper-toolsmcpmcp-servermodel-context-protocolprotocol-validationspec-compliancetest-suitetesting-toolstypescript