mcp-robinhood
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROBINHOOD_HEADLESS | No | Set to 'false' to see the browser | true |
| ROBINHOOD_MFA_CODE | No | Multi-factor authentication code (if enabled) | |
| ROBINHOOD_PASSWORD | Yes | Your Robinhood password | |
| ROBINHOOD_USERNAME | Yes | Your Robinhood email address |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| robinhood_loginB | Login to Robinhood. Credentials can be provided as arguments or set via ROBINHOOD_USERNAME and ROBINHOOD_PASSWORD environment variables. |
| robinhood_get_portfolioA | Get the current portfolio including all positions, values, and performance. Requires login first. |
| robinhood_get_quoteB | Get the current stock or crypto quote/price for a given symbol. |
| robinhood_get_account_balanceA | Get the account balance including buying power, cash balance, and total portfolio value. |
| robinhood_get_watchlistB | Get the current watchlist(s) from Robinhood. |
| robinhood_get_order_historyC | Get recent order history including buys, sells, and their statuses. |
| robinhood_place_tradeA | Place a buy or sell order on Robinhood. Use dry_run: true to preview without executing. CAUTION: This places real trades with real money. |
| robinhood_logoutA | Logout from Robinhood and close the browser session. |
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
- 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/markswendsen-code/mcp-robinhood'
If you have feedback or need assistance with the MCP directory API, please join our Discord server