Robinhood Crypto Trading API for AI agents: quotes, holdings, orders read-only; opt-in trading.
claude mcp add robinhood-mcp -- npx -y robinhood-mcp
claude_desktop_config.json
{
"mcpServers": {
"robinhood-mcp": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"robinhood-mcp": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"robinhood-mcp": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"robinhood-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"robinhood-mcp": {
"command": "npx",
"args": [
"-y",
"robinhood-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--robinhood-mcp/reviews or the review_server meta-tool.
POST /mcp