io.github.nirholas/hood-mcp
NPM · HOOD-MCP · SCANNED AUG 3
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree. 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 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · hood-mcp
claude mcp add nirholas-hood-mcp -- npx -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": {
"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.
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → fail ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: SEE LICENSE IN LICENSE functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 112 packages
112 packages in the resolved dependency tree · 110 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.