essdive-mcp

ess-dive/essdive-mcp
★ 1 stars Python API Integration Updated 3d ago
Prototype MCP server for ESS-DIVE API
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": {
    "essdive-mcp": {
      "command": "uvx",
      "args": [
        "essdive-mcp"
      ]
    }
  }
}

Or install with pip: pip install essdive-mcp