mcp-compliance

YawLabs/mcp-compliance
★ 2 stars TypeScript File System Updated today
CLI + MCP server that tests MCP servers for spec compliance. 88 tests across 8 categories, A-F grading.
View on GitHub → 🔍 Audit Wallet Slippage →

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-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "YawLabs/mcp-compliance"
      ]
    }
  }
}

README Excerpt

**Test any MCP server for spec compliance.** 88-test suite covering transport, lifecycle, tools, resources, prompts, error handling, schema validation, and security against the [MCP specification](https://modelcontextprotocol.io/specification/2025-11-25). Works against **HTTP endpoints** (`https://my-server.com/mcp`) and **stdio servers** (`npx @modelcontextprotocol/server-filesystem /tmp`) alike. CLI, MCP server, and programmatic API.

Tools (1)

readOnlyHint