Read-only research tools for Robinhood portfolio data
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Robinhood Portfolio Research.
robinhood_get_accountsAccount numbers for available Robinhood accounts
robinhood_get_portfolioPortfolio value, equity, buying power, day change
robinhood_get_positionsAll holdings with cost basis, current value, P&L
robinhood_get_positionOne holding by ticker with quantity, value, and P&L
robinhood_get_watchlistStocks in your watchlists
robinhood_get_quoteReal-time price, bid/ask, volume
A read-only MCP server for Robinhood portfolio research. Wraps robin_stocks to give AI assistants access to your portfolio data for analysis.
β οΈ Research Tool Only - This server provides read-only access. No trading functionality is exposed.
β οΈ Unofficial API - Uses robin_stocks unofficial API. May break without notice. Use at your own risk.
Watch the simulated product demo
This demo uses simulated account data and a generic assistant interface. It shows read-only research workflows only; it does not show real credentials, real holdings, professional advice, or trade execution.
Once connected, you can have natural conversations with Claude about your portfolio:
"Give me a health check on my portfolio. What's my total value, sector concentration, and any positions that are significantly up or down?"
Claude will pull your positions, calculate sector exposure, identify your best and worst performers, and flag any concentration risks.
"I'm thinking about adding to my NVDA position. Show me the fundamentals, recent news, analyst ratings, and how it's performed over the past year."
Get comprehensive research combining price history, P/E ratios, earnings dates, and analyst sentiment in one response.
"Compare the cruise lines in my portfolio - show me CCL, RCL, and NCLH side by side with their P/E ratios, market caps, and year-to-date performance."
Quickly evaluate similar holdings to identify relative value.
"What dividends have I received this year? Which of my holdings pay dividends and what are their yields?"
Track your passive income and identify dividend opportunities in your portfolio.
"What's my exposure to the energy sector? How concentrated am I in my top 5 holdings?"
Analyze sector concentration and identify positions that might be overweight.
"Which of my holdings have earnings coming up in the next two weeks?"
Stay ahead of earnings volatility with a personalized calendar.
"Break down my portfolio returns. What's driving my gains and losses?"
Understand which positions are contributing most to your performance.
"Show me my HIMS order history - every buy and sell with prices and dates."
Review the executed orders behind your positions, with per-fill detail useful for cost-basis and tax research.
"Pull quotes and fundamentals for everything in my watchlist. Which ones look interesting right now?"
Bulk research stocks you're tracking.
Or run directly with uvx:
For Claude Desktop and other headless deployments, you have two paths:
ROBINHOOD_TOTP_SECRET to the
base32 authenticator-app secret (found at Account β Security β Two-Factor
Authentication in the Robinhood mobile app or at robinhood.com). Login is
fast, non-interactive, and survives restarts.ROBINHOOD_TOTP_SECRET unset. The
first tool call after a restart triggers a push notification in the
Robinhood mobile app β tap "Approve" within ROBINHOOD_APPROVAL_TIMEOUT
seconds (default 60). After that one approval, the session is cached in
~/.tokens/robinhood.pickle and reused for days/weeks, with no further
interaction until natural expiry.Newer Robinhood accounts that use passkeys or biometric login as their primary 2FA may not surface a TOTP option in either the iOS app or web settings β push approval works fine for these accounts.
After an authentication failure the server caches the error for ~5 minutes so subsequent tool calls fail fast instead of re-blocking the MCP server while re-attempting the full login flow. Restart Claude Desktop to retry sooner.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
If your account has TOTP enrollment available, add
"ROBINHOOD_TOTP_SECRET": "your_2fa_secret" to the env block above.
| Tool | Description |
|---|---|
robinhood_get_accounts | Account numbers for available Robinhood accounts |
robinhood_get_portfolio | Portfolio value, equity, buying power, day change |
robinhood_get_positions | All holdings with cost basis, current value, P&L |
robinhood_get_position | One holding by ticker with quantity, value, and P&L |
robinhood_get_watchlist | Stocks in your watchlists |
robinhood_get_quote | Real-time price, bid/ask, volume |
robinhood_get_fundamentals | P/E ratio, market cap, dividend yield, 52-week range |
robinhood_get_historicals | OHLCV price history (day/week/month/year) |
robinhood_get_news | Recent news articles for a symbol |
robinhood_get_earnings | Earnings dates, EPS estimates, actuals |
robinhood_get_ratings | Analyst buy/hold/sell ratings |
robinhood_get_dividends | Dividend payment history |
robinhood_get_options_positions | Current options positions |
robinhood_get_order_history | Order history (buys/sells) with per-fill detail |
robinhood_search_symbols | Search stocks by name or ticker |
If your Robinhood login has multiple accounts, call robinhood_get_accounts
first and pass the returned account_number to account-scoped tools. Omit
account_number to use Robinhood's default account.
Tools with optional account_number support:
robinhood_get_portfoliorobinhood_get_positionsrobinhood_get_positionrobinhood_get_dividendsrobinhood_get_options_positionsrobinhood_get_order_historySimple queries:
For single-symbol portfolio questions, prefer robinhood_get_position over
robinhood_get_positions. The single-symbol tool avoids rebuilding every
holding and is much faster for questions like "Should I add more HIMS?"
Analysis requests:
Research workflows:
~/.tokens/robinhood.pickle by robin_stocks.env file or expose credentials"Not logged in" errors:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/robinhood-portfolio-research)<a href="https://allmcps.com/mcp/robinhood-portfolio-research"><img src="https://allmcps.com/api/badge/robinhood-portfolio-research?style=directory" alt="Robinhood Portfolio Research on AllMCPs" /></a>