Robinhood Portfolio Research
PYPI · ROBINHOOD-MCP · SCANNED SEP 20
Read-only research tools for Robinhood portfolio data
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 25 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 195 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 457 tokens (~38/item across 12 items; 12 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: two runs of the same published version returned different tool surfaces, so we cannot tell a change in the package from a difference in our own sandbox run.Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (42% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the Robinhood Portfolio Research MCP server?
Robinhood Portfolio Research runs locally as a PyPI package, launched with uvx robinhood-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · robinhood-mcp
claude mcp add verygoodplugins-robinhood-mcp -- uvx robinhood-mcp
{
"mcpServers": {
"verygoodplugins-robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
} {
"servers": {
"verygoodplugins-robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
} codex mcp add verygoodplugins-robinhood-mcp -- uvx robinhood-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"verygoodplugins-robinhood-mcp": {
"type": "local",
"command": [
"uvx",
"robinhood-mcp"
],
"enabled": true
}
}
} openclaw mcp add verygoodplugins-robinhood-mcp --command uvx --arg robinhood-mcp
mcp_servers:
verygoodplugins-robinhood-mcp:
command: "uvx"
args: ["robinhood-mcp"] {
"McpServers": {
"verygoodplugins-robinhood-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"robinhood-mcp"
]
}
}
} assistant mcp add verygoodplugins-robinhood-mcp -t stdio -c uvx -a robinhood-mcp
{
"mcpServers": {
"verygoodplugins-robinhood-mcp": {
"command": "uvx",
"args": [
"robinhood-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 11 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 9 Sept 26 −12
- Stability: 0.90 → unverified ▼ security
- Tool coverage: 100% → 42% ▼ functional
- 7 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 5 Sept 26 −3
- Stability: pass → 0.80 functional
- 4 Sept 26 +1
- Stability: 0.97 → pass security
- 2 Sept 26 +1
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
- 31 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/robinhood-mcp@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | setuptools.build_meta |
Background: Why install scripts are a supply-chain risk →
Dependencies 25 packages
| Packages resolved | 25 |
|---|---|
| Stale | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
robinhood_get_dividends Robinhood Get Dividends ~36
Get all dividend payments received. Returns list of dividend payments with amount, payable date, record date, and instrument details.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
robinhood_get_earnings Robinhood Get Earnings ~29
Get earnings data for a stock.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
robinhood_get_fundamentals Robinhood Get Fundamentals ~30
Get fundamental data for a stock.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol |
Structured output declared, but exposes no named fields.
No examples provided.
robinhood_get_historicals Robinhood Get Historicals ~77
Get historical price data for a stock.
| Name | Type | Req | Description |
|---|---|---|---|
| interval | string | – | Time interval (5minute, 10minute, hour, day, week) |
| span | string | – | Time span (day, week, month, 3month, year, 5year) |
| symbol | string | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
robinhood_get_news Robinhood Get News ~28
Get recent news articles for a stock.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol |
No output schema declared.
No examples provided.
robinhood_get_options_positions Robinhood Get Options Positions ~39
Get all current options positions (read-only). Returns list of options positions with chain symbol, type, strike price, expiration, and quantity.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
robinhood_get_portfolio Robinhood Get Portfolio ~38
Get current portfolio value and performance metrics. Returns portfolio profile with equity, extended hours equity, withdrawable amount, and other account details.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
robinhood_get_positions Robinhood Get Positions ~43
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.
Input schema present but exposes no named parameters.
Structured output declared, but exposes no named fields.
No examples provided.
robinhood_get_quote Robinhood Get Quote ~40
Get real-time quote for a stock symbol.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol (e.g., "AAPL", "TSLA") |
Structured output declared, but exposes no named fields.
No examples provided.
robinhood_get_ratings Robinhood Get Ratings ~29
Get analyst ratings summary for a stock.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Stock ticker symbol |
Structured output declared, but exposes no named fields.
No examples provided.
robinhood_get_watchlist Robinhood Get Watchlist ~33
Get stocks in a watchlist.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | – | Watchlist name (default: "Default") |
No output schema declared.
No examples provided.
robinhood_search_symbols Robinhood Search Symbols ~35
Search for stock symbols by company name or ticker.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query (company name or partial ticker) |
No output schema declared.
No examples provided.
What is the Robinhood Portfolio Research MCP server?
Robinhood Portfolio Research is an MCP server listed in the public MCP registry as io.github.verygoodplugins/robinhood-mcp. Read-only research tools for Robinhood portfolio data. This page covers its PyPI package (robinhood-mcp).
Is the Robinhood Portfolio Research MCP server safe to use?
Robinhood Portfolio Research scores 56 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Robinhood Portfolio Research MCP server expose?
Robinhood Portfolio Research exposes 12 tools: robinhood_get_portfolio, robinhood_get_positions, robinhood_get_watchlist, robinhood_get_quote, robinhood_get_fundamentals, and 7 more. Their descriptions and schemas cost roughly 457 tokens of context every time the server is loaded.
Is the Robinhood Portfolio Research MCP server still maintained?
Robinhood Portfolio Research is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the Robinhood Portfolio Research MCP server under?
Robinhood Portfolio Research declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.