# io.github.nirholas/hood-mcp (npm · hood-mcp)

Robinhood Chain data + guarded trading for AI agents: Stock Token quotes, portfolios, launches

- Trust score: 63/100 (medium)
- Change this week: +17
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `hood-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp.md), [page](https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp)

## Channel facts

- Registry: `npm`
- Package: `hood-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (112 of 116), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license.
  - Actively maintained (last published 13 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 845 tokens (~93/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add nirholas-hood-mcp -- npx -y hood-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add nirholas-hood-mcp --command npx --arg -y --arg hood-mcp
```

### Hermes

```yaml
mcp_servers:
  nirholas-hood-mcp:
    command: "npx"
    args: ["-y", "hood-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "nirholas-hood-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hood-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 63, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] License: unverified → fail
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: SEE LICENSE IN LICENSE

### 2026-08-01 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `get_chain_stats` (~40 tokens)

Robinhood Chain stats

Live Robinhood Chain overview: latest block, gas price, TVL, and network totals (blocks, addresses, transactions, block time). No inputs.

### `list_stock_tokens` (~85 tokens)

List Stock Tokens

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.

Input parameters:

- `limit` (integer): Max entries (default all).
- `offset` (integer): Skip this many (pagination).
- `pricedOnly` (boolean): Only tokens with a Chainlink price feed.

### `get_stock_quote` (~111 tokens)

Get Stock Token quote

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

Input parameters:

- `maxAgeSeconds` (integer): Reject the Chainlink answer if older than this (default 3 days; 24/5 feeds).
- `symbol` (string, required): Ticker, e.g. "AAPL" or "TSLA" (case-insensitive).

### `get_portfolio` (~64 tokens)

Get Stock Token portfolio

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.

Input parameters:

- `address` (string, required): Wallet address (0x…40 hex) to value.

### `get_coin` (~59 tokens)

Get token / memecoin detail

Detail for any Robinhood Chain token by contract address: price, 24h volume, liquidity, FDV, holder count, and whether it is a registered Stock Token.

Input parameters:

- `address` (string, required): Token contract address (0x…40 hex).

### `list_trending_coins` (~64 tokens)

List trending coins

The trending pools on Robinhood Chain right now (memecoins and stocks) with price, 24h volume, price change, and liquidity — the pulse of the chain.

Input parameters:

- `limit` (integer): How many (default 10, max 30).

### `get_recent_launches` (~90 tokens)

Recent launchpad launches

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

Input parameters:

- `launchpad` (string): Restrict to one launchpad.
- `limit` (integer): Max launches to return (default 25).
- `lookbackBlocks` (integer): Blocks to scan back (~30k ≈ 1h; default 30000).

### `watch_launches` (~128 tokens)

Watch for live launches

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.

Input parameters:

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

### `search_token` (~67 tokens)

Search tokens

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

Input parameters:

- `limit` (integer): Max results (default 20).
- `query` (string, required): Ticker, name fragment, or 0x address.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/hood-mcp
- Socket report: https://socket.dev/npm/package/hood-mcp
- Repository: https://github.com/nirholas/robinhood-chain-mcp
- Website: https://nirholas.github.io/robinhood-chain-mcp/
- Changelog RSS feed: https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nirholas-hood-mcp/hood-mcp
