mcp-probe

Beeeeen/mcp-probe
★ 0 stars TypeScript AI/LLM Updated today
Conformance and robustness tests for MCP servers. Catches stdout pollution, broken tool schemas and unvalidated arguments before your agent does. Runs in CI, zero dependencies.
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-probe": {
      "command": "npx",
      "args": [
        "-y",
        "Beeeeen/mcp-probe"
      ]
    }
  }
}

README Excerpt

**Conformance and robustness tests for MCP servers. Built to run in CI.** ```bash npx @beeeeen/mcp-probe -- node build/index.js ``` No install, no config, no dependencies. Point it at a server, get a verdict. --- The official [Inspector](https://github.com/modelcontextprotocol/inspector) is a **visual** tool -- you click through it by hand. The official [conformance suite](https://github.com/modelcontextprotocol/conformance) runs in CI, but it tests servers **over HTTP only**, and it checks the

Topics

ai-agentsciclaudecliconformancejson-rpcllmmcpmcp-servermodel-context-protocoltestingtypescript