MiPA-mcp-server

SHUBHRAbrahmachari/MiPA-mcp-server
★ 0 stars Python AI/LLM Updated 5d ago
Utility tools as MCP service for MiPA, the agentic AI assistant
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": {
    "mipa-mcp-server": {
      "command": "uvx",
      "args": [
        "mipa-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mipa-mcp-server