robinhood-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROBINHOOD_PASSWORD | Yes | Your Robinhood password | |
| ROBINHOOD_USERNAME | Yes | Your Robinhood email/username | |
| ROBINHOOD_TOTP_SECRET | No | Your 2FA secret if using authenticator app (optional if using Face ID/Touch ID) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| robinhood_get_portfolioA | Get current portfolio value and performance metrics. Returns portfolio profile with equity, extended hours equity, withdrawable amount, and other account details. |
| robinhood_get_positionsA | Get all current stock positions with details. Returns a dict mapping stock symbols to position details including price, quantity, average buy price, equity, and percent change. |
| robinhood_get_positionB | Get one current stock position with a faster single-symbol lookup. |
| robinhood_get_watchlistC | Get stocks in a watchlist. |
| robinhood_get_quoteB | Get real-time quote for a stock symbol. |
| robinhood_get_fundamentalsC | Get fundamental data for a stock. |
| robinhood_get_historicalsB | Get historical price data for a stock. |
| robinhood_get_newsB | Get recent news articles for a stock. |
| robinhood_get_earningsB | Get earnings data for a stock. |
| robinhood_get_ratingsB | Get analyst ratings summary for a stock. |
| robinhood_get_dividendsA | Get all dividend payments received. Returns list of dividend payments with amount, payable date, record date, and instrument details. |
| robinhood_get_options_positionsA | Get all current options positions (read-only). Returns list of options positions with chain symbol, type, strike price, expiration, and quantity. |
| robinhood_search_symbolsA | Search for stock symbols by company name or ticker. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drasticstatic/robinhood-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server