MCPoke

aisecred/MCPoke
★ 0 stars Python Browser/Web Updated 15d ago
Security testing tool for Model Context Protocol (MCP) servers
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": {
    "mcpoke": {
      "command": "uvx",
      "args": [
        "mcpoke"
      ]
    }
  }
}

Or install with pip: pip install mcpoke

README Excerpt

A Repeater-style exploration and security testing tool for [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. Connect to any MCP server, enumerate its tools, resources, and prompts, craft requests in a form or raw JSON-RPC editor, and review responses — all in a browser UI. Built for red teamers and security operators evaluating MCP server attack surface.