Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

+17 this week 63 Trust /100
Trust breakdown (6 categories)

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
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.

Install

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

# add to Claude Code
claude mcp add nirholas-hood-mcp -- npx -y hood-mcp
# add to Codex CLI
codex mcp add nirholas-hood-mcp -- npx -y hood-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nirholas-hood-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "hood-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nirholas-hood-mcp --command npx --arg -y --arg hood-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nirholas-hood-mcp:
    command: "npx"
    args: ["-y", "hood-mcp"]
// mcp.json
{
  "mcpServers": {
    "nirholas-hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 9 exposed · ~708 tokens

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.

Tool Tokens
get_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 ~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.

NameTypeReqDescription
addressstringyesToken contract address (0x…40 hex).

No output schema declared.

No examples provided.

get_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.

NameTypeReqDescription
addressstringyesWallet address (0x…40 hex) to value.

No output schema declared.

No examples provided.

get_recent_launches ~90

Recently launched tokens on Robinhood Chain launchpads (NOXA and The Odyssey), newest first, scanned from on-chain logs.

NameTypeReqDescription
launchpadstringRestrict to one launchpad.
limitintegerMax launches to return (default 25).
lookbackBlocksintegerBlocks to scan back (~30k ≈ 1h; default 30000).

No output schema declared.

No examples provided.

get_stock_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).

NameTypeReqDescription
maxAgeSecondsintegerReject the Chainlink answer if older than this (default 3 days; 24/5 feeds).
symbolstringyesTicker, e.g. "AAPL" or "TSLA" (case-insensitive).

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
limitintegerMax entries (default all).
offsetintegerSkip this many (pagination).
pricedOnlybooleanOnly tokens with a Chainlink price feed.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
limitintegerHow many (default 10, max 30).

No output schema declared.

No examples provided.

search_token ~67

Find tokens on Robinhood Chain by ticker, name, or contract address — searches the Stock Token registry and the Blockscout index together.

NameTypeReqDescription
limitintegerMax results (default 20).
querystringyesTicker, name fragment, or 0x address.

No output schema declared.

No examples provided.

watch_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.

NameTypeReqDescription
includeRecentIfEmptybooleanIf nothing launches in the window, return the latest recent launch (default true).
launchpadstringRestrict to one launchpad.
limitintegerStop early after this many (default 20).
waitSecondsintegerHow long to watch (default 20, max 120).

No output schema declared.

No examples provided.