io.github.nirholas/hood-mcp
NPM · HOOD-MCP · SCANNED SEP 23
Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches
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 Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 113 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- 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
- License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 64 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 845 tokens (~93/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.nirholas/hood-mcp server?
io.github.nirholas/hood-mcp runs locally as an npm package, launched with npx -y hood-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · hood-mcp
claude mcp add nirholas-hood-mcp -- npx -y hood-mcp
{
"mcpServers": {
"nirholas-hood-mcp": {
"command": "npx",
"args": [
"-y",
"hood-mcp"
]
}
}
} {
"servers": {
"nirholas-hood-mcp": {
"command": "npx",
"args": [
"-y",
"hood-mcp"
]
}
}
} codex mcp add nirholas-hood-mcp -- npx -y hood-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"nirholas-hood-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"hood-mcp"
],
"enabled": true
}
}
} openclaw mcp add nirholas-hood-mcp --command npx --arg -y --arg hood-mcp
mcp_servers:
nirholas-hood-mcp:
command: "npx"
args: ["-y", "hood-mcp"] {
"McpServers": {
"nirholas-hood-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"hood-mcp"
]
}
}
} assistant mcp add nirholas-hood-mcp -t stdio -c npx -a -y hood-mcp
{
"mcpServers": {
"nirholas-hood-mcp": {
"command": "npx",
"args": [
"-y",
"hood-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.
- 23 Sept 26 +1
- Stability: 0.97 → pass security
- Security disclosure: fail → unverified ▼ functional
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 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.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 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.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
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 23 Sept 2026 · Analysed npm/hood-mcp@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 113 packages
| Packages resolved | 113 |
|---|---|
| Stale | 31 |
| 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 →
get_chain_stats Robinhood Chain stats ~40
Live Robinhood Chain overview: latest block, gas price, TVL, and network totals (blocks, addresses, transactions, block time). No inputs.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_coin Get token / memecoin detail ~59
Detail for any Robinhood Chain token by contract address: price, 24h volume, liquidity, FDV, holder count, and whether it is a registered Stock Token.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Token contract address (0x…40 hex). |
No output schema declared.
No examples provided.
get_portfolio Get Stock Token portfolio ~64
Multiplier-correct Stock Token portfolio for any address: per-position token balance, ERC-8056 share-equivalent, USD value, plus the USDG cash balance. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Wallet address (0x…40 hex) to value. |
No output schema declared.
No examples provided.
get_recent_launches Recent launchpad launches ~90
Recently launched tokens on Robinhood Chain launchpads (NOXA and The Odyssey), newest first, scanned from on-chain logs.
| Name | Type | Req | Description |
|---|---|---|---|
| launchpad | string | – | Restrict to one launchpad. |
| limit | integer | – | Max launches to return (default 25). |
| lookbackBlocks | integer | – | Blocks to scan back (~30k ≈ 1h; default 30000). |
No output schema declared.
No examples provided.
get_stock_quote Get Stock Token quote ~111
Price a Stock Token by ticker: the Chainlink oracle price, the on-chain Uniswap DEX mid price, the premium/discount between them, and the ERC-8056 multiplier (so you also get the underlying share price).
| Name | Type | Req | Description |
|---|---|---|---|
| maxAgeSeconds | integer | – | Reject the Chainlink answer if older than this (default 3 days; 24/5 feeds). |
| symbol | string | yes | Ticker, e.g. "AAPL" or "TSLA" (case-insensitive). |
No output schema declared.
No examples provided.
list_stock_tokens List Stock Tokens ~85
The registry of tokenized-equity Stock Tokens on Robinhood Chain (ticker, name, contract, Chainlink feed). Set pricedOnly to return only tokens with a live feed.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max entries (default all). |
| offset | integer | – | Skip this many (pagination). |
| pricedOnly | boolean | – | Only tokens with a Chainlink price feed. |
No output schema declared.
No examples provided.
list_trending_coins List trending coins ~64
The trending pools on Robinhood Chain right now (memecoins and stocks) with price, 24h volume, price change, and liquidity — the pulse of the chain.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | How many (default 10, max 30). |
No output schema declared.
No examples provided.
search_token Search tokens ~67
Find tokens on Robinhood Chain by ticker, name, or contract address — searches the Stock Token registry and the Blockscout index together.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (default 20). |
| query | string | yes | Ticker, name fragment, or 0x address. |
No output schema declared.
No examples provided.
watch_launches Watch for live launches ~128
Watch NOXA + The Odyssey live for new token launches, blocking up to waitSeconds (or until limit launches are seen), then returns what appeared. Falls back to the most recent launch if none fire in the window.
| Name | Type | Req | Description |
|---|---|---|---|
| includeRecentIfEmpty | boolean | – | If nothing launches in the window, return the latest recent launch (default true). |
| launchpad | string | – | Restrict to one launchpad. |
| limit | integer | – | Stop early after this many (default 20). |
| waitSeconds | integer | – | How long to watch (default 20, max 120). |
No output schema declared.
No examples provided.
What is the io.github.nirholas/hood-mcp server?
io.github.nirholas/hood-mcp is listed in the public MCP registry as io.github.nirholas/hood-mcp. Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches. This page covers its npm package (hood-mcp).
Is the io.github.nirholas/hood-mcp server safe to use?
io.github.nirholas/hood-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 September 2026. It declares no install or post-install scripts. 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 io.github.nirholas/hood-mcp server expose?
io.github.nirholas/hood-mcp exposes 9 tools: get_chain_stats, list_stock_tokens, get_stock_quote, get_portfolio, get_coin, and 4 more. Their descriptions and schemas cost roughly 708 tokens of context every time the server is loaded.
Is the io.github.nirholas/hood-mcp server still maintained?
io.github.nirholas/hood-mcp is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.