Trade-Agent/trade-agent-mcp
Trade stocks and crypto on common brokerages (Robinhood, E*Trade, Coinbase, Kraken) via Trade Agent's MCP server.
Quick Start
Clone the repository:
git clone https://github.com/Trade-Agent/trade-agent-mcp.gitClaude Desktop configuration example:
{
"mcpServers": {
"trade-agent-mcpgit": {
"command": "npx",
"args": [
"-y",
"Trade-Agent/trade-agent-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.