mcp-honeypot-tester

Jake-Schoellkopf/mcp-honeypot-tester
★ 0 stars Python 🤖 AI/LLM Updated today
Security testing tool for MCP honeypot/decoy servers - fingerprinting, alert injection, evasion
View on GitHub → Try with Claude — $10 free →

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-honeypot-tester": {
      "command": "uvx",
      "args": [
        "mcp-honeypot-tester"
      ]
    }
  }
}

Or install with pip: pip install mcp-honeypot-tester

README Excerpt

A security testing lab for MCP-connected LLM applications. Tests prompt injection, tool abuse, agentic risk, excessive permissions, and MCP hardening. ``` ┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ mcp_tester.py │────▶│ mcp_server.py │◀────│ mcp_agent.py │ │ (Attacker) │ │ (Honeypot) │ │ (Victim Agent) │