mcp-probe

keivanmalhani/mcp-probe
★ 0 stars Python Security Updated today
Audit any MCP server for agent-safety problems before you connect an agent to it. Finds write tools with no confirmation gate, wrong annotations and unbounded path parameters
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": "uvx",
      "args": [
        "mcp-probe"
      ]
    }
  }
}

Or install with pip: pip install mcp-probe

README Excerpt

Audit an MCP server before you connect an agent to it. Point `mcp-probe` at a server command. It launches the server over stdio, speaks the MCP handshake, reads `tools/list`, and reports what an agent could do with the tools it found. It never calls a tool. ``` Summary tools 8 write tools 4

Topics

agent-safetyclimcpmodel-context-protocolpythonsecurity-auditstatic-analysis