rohitsingh-iitd/robinhood-mcp-server
The Robinhood MCP Server provides a comprehensive interface to the Robinhood Crypto API. This server handles authentication, account management, market data retrieval, and trading operations through both REST API and WebSocket interfaces.
Platform-specific configuration:
{
"mcpServers": {
"robinhood-mcp-server": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...