mendpact

adhodari03/mendpact
★ 0 stars Python AI/LLM Updated 4d ago
An open-source tool for testing the reliability, safety, and protocol compliance of AI agents and 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": {
    "mendpact": {
      "command": "uvx",
      "args": [
        "mendpact"
      ]
    }
  }
}

Or install with pip: pip install mendpact