Back to MCP Servers

Trade Agent Mcp.git

Trade stocks and crypto on common brokerages (Robinhood, E*Trade, Coinbase, Kraken) via Trade Agent's MCP server.

finance-fintechragagent

Installation

npx -y trade-agent-mcp.git

Configuration

{
  "mcpServers": {
    "trade-agent-mcp.git": {
      "command": "npx",
      "args": ["-y", "trade-agent-mcp.git"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub