mcp-probe

sednalabs/mcp-probe
★ 0 stars Rust Security Updated today
Headless MCP probe for validating server connectivity, discovery, and descriptor compatibility.
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": "cargo",
      "args": [
        "run",
        "--",
        "mcp-probe"
      ]
    }
  }
}

README Excerpt

`mcp-probe` is a headless Rust CLI and MCP server for validating Model Context Protocol servers. It is built for repeatable connector-readiness checks, diagnostic reports, and CI-friendly compatibility evidence. - Transport connectivity over stdio and streamable HTTP. - OAuth protected-resource and authorization-server discovery.

Tools (12)

probe_call_toolprobe_discover_authprobe_handshakeprobe_helpprobe_http_smokeprobe_prompt_renderprobe_raw_requestprobe_replayprobe_resource_readprobe_resource_subscribeprobe_runprobe_run_script