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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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