rb-mcp
1
Robinhood MCP Server is a Model Context Protocol server designed to offer Robinhood trading functionalities to LLM clients like Claude Desktop. It features tools for accessing stock information and executing trading operations, while ensuring secure management of user credentials.
Certification Tool
`login` (Login in Robinhood), `logout` (Login out)
Stock Information Tools
`get_stock_quote` (get_latest_price` (get latest price)
Trading operation tools
`buy_stock_market_order` (market price buy), `sell_stock_market_order` (market price sell), `buy_stock_limit_order` (limit price buy), `sell_stock_limit_order` (limit price sell), `cancel_order` (cancel order)
Portfolio Tools
`get_portfolio` (get portfolio), `get_positions` (get position), `get_open_orders` (get uncompleted orders)