moka-mcpserver

mingyangsun-sketch/moka-mcpserver
★ 1 stars Python AI/LLM Updated today
Self-constructed moka mcp server based on OpenAPI of moka for inner agent test
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": {
    "moka-mcpserver": {
      "command": "uvx",
      "args": [
        "moka-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install moka-mcpserver