firstrade-mcp-server

PatrickSUDO/firstrade-mcp-server
★ 2 stars Python AI/LLM Updated today
MCP server exposing a Firstrade brokerage account (positions, quotes, options chains/greeks, order placement) to an LLM host
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": {
    "firstrade-mcp-server": {
      "command": "uvx",
      "args": [
        "firstrade-mcp-server"
      ]
    }
  }
}

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