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
By Trade-Agent
Installation
npx -y trade-agent-mcp.gitConfiguration
{
"mcpServers": {
"trade-agent-mcp.git": {
"command": "npx",
"args": ["-y", "trade-agent-mcp.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes