agent-trader-mcp-server

maozp2014/agent-trader-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
Cloud MCP Server for AgentTrader Android App — 60 trading APIs via binary protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-trader-mcp-ser": {
      "command": "uvx",
      "args": [
        "agent-trader-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install agent-trader-mcp-server