mcpbeat Sign in

Hoodgrow MCP Server

not responding

Hoodgrow MCP is listed as active in the registry but did not answer our last check. 41 installs a week from npm. It exposes 11 tools. Last commit 27 Aug 2026.

Robinhood Chain stock token data — price, split-adjusted supply, DeFi, corporate actions, movers.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 552 · avg 38 · +766% w/w
a month agotoday
Uptime history 41 days of history · worst day 0%
41 days agonow
0.0%
Uptime 24h
0 of 91 checks
11
Tools
read from the server
218 ms
Response time
average over 24h
41
Installs / week
npm and PyPI

What changed 18

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 13 August 2026. No other catalogue keeps this.

24 Aug a tool description was rewritten get_base_tokens
22 Aug a tool appeared get_defi_summary
22 Aug a tool description was rewritten get_catalog
19 Aug a tool description was rewritten get_catalog
14 Aug a tool description was rewritten get_base_tokens
13 Aug 7 tool descriptions were rewritten11 times that day get_catalog, get_corporate_actions, get_defi and 4 more
13 Aug a tool changed version2 times that day
and 5 more, back to 13 August 2026

Hoodgrow MCP does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add hoodgrow-mcp --transport http https://www.hoodgrow.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hoodgrow-mcp": {
      "url": "https://www.hoodgrow.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hoodgrow-mcp]
url = "https://www.hoodgrow.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hoodgrow-mcp": {
      "url": "https://www.hoodgrow.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hoodgrow-mcp": {
      "url": "https://www.hoodgrow.com/api/mcp"
    }
  }
}

This one needs environment variables set before it will start: HOODGROW_API_KEY (Free bearer API key from https://www.hoodgrow.com/profile. Optional if HOODGROW_PRIVATE_KEY is set instead.), HOODGROW_PRIVATE_KEY (EVM private key used to pay per call via x402 instead of a bearer key. Optional if HOODGROW_API_KEY is set instead.), HOODGROW_USE_CREDITS (Set to "true" (only meaningful alongside HOODGROW_PRIVATE_KEY) to spend a prepaid credit balance instead of paying x402 per call — buy one first with the buy_credits tool.), HOODGROW_BASE_URL (Override the API base URL (default https://www.hoodgrow.com) — for testing against a non-production deployment.). The author declared them in the registry entry; get the values from the project itself.

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

defi
get_defi
Every Morpho lending market (as loan asset OR collateral, both roles labeled) and Uniswap V3 pool involving one token — the full picture for comparing yield/ borrow options, not just the single best-APY figure in get_catalog/get_token. Fails for an unknown symbol. Morpho market and Uniswap V3 pool state, read on-chain and snapshotted every 15 minutes.
get_defi_summary
Best Morpho supply APY, Uniswap V3 TVL, 24h volume and pool count for EVERY listed token, in one call. Use this to rank or screen the whole catalog by yield or liquidity; use get_defi for one token's individual markets and pools. A token with no market or pool is listed with nulls rather than omitted. Morpho market and Uniswap V3 pool state, read on-chain and snapshotted every 15 minutes.
base
get_base_tokens
Base mainnet (chain 8453) native-equity-token registry — verified on-chain metadata plus per-token market stats. status is per token: "live" = minted supply exists on-chain (flips automatically once totalSupply() > 0), with DEX-sourced price/24h change/liquidity/volume refreshed hourly (null until a DEX pair exists — never fabricated zeros); "pre_launch" = zero supply, not tradable. uiMultiplier/oraclePaused are ERC-8056 corporate-action reads, null when the issuer's contract does not answer them. Every row carries the issuer that minted it; key a cache or a join on (issuer, symbol).
catalog
get_catalog
Free catalog and live price feed for all Robinhood Chain stock tokens. Use for token discovery, spot prices, and tracking market movers. Returns symbol, name, contract address, live price, price source, 24h change, corporate-action adjusted supply and holder count for every listed token, plus a 7-day price sparkline per token and pending and recent corporate actions. No API key and no payment. For DeFi depth call get_defi, for slippage get_slippage, for price history get_ohlc; prefer get_token for one symbol. Prices are read from Chainlink feeds on-chain, not relayed from an off-chain aggregator, and refreshed every 15 minutes — each response is that snapshot, with observedAt giving its exact age. Supply is corporate-action adjusted (totalSupply x ERC-8056 uiMultiplier). priceSource says which tokens resolved a feed and which fell back. Detected from the token contract's own ERC-8056 state every minute, ahead of the official registry's cache, which is mirrored alongside for history.
corporate
get_corporate_actions
Pending (on-chain staged) and recent (official Robinhood ledger) corporate actions — splits, dividends, name changes. Pass a symbol to scope to one token; omit it for every tracked token's corporate actions. Detected from the token contract's own ERC-8056 state every minute, ahead of the official registry's cache, which is mirrored alongside for history.
holders
get_holders
Holder-count trend, 24h net total_supply change (real mint/burn — creation/ redemption of the underlying tokenized shares, distinct from a corporate-action multiplier change), and top-holder concentration for one token. Fails for an unknown symbol. Explorer-sourced, refreshed every 4 hours; supply changes derived from our own on-chain supply snapshots.
markets
get_markets
Market movers across the Robinhood Chain stock-token catalog: top gainers and losers by 24h price change, highest 24h swap volume, and deepest Uniswap V3 liquidity (TVL). limit caps each list (1-50, default 10); gainers/losers can be empty when the market is flat (e.g. weekends).
ohlc
get_ohlc
OHLC price candles for backtesting, bucketed from price history already collected every ~15 min. Each candle also carries volumeUsd/swapCount — USD swap volume across the token's Uniswap V3 pools, null for buckets older than the volume indexer's backfill window. Defaults to the last 30 days if from/to are omitted; window capped at 730 days. Fails for an unknown symbol. Prices are read from Chainlink feeds on-chain, not relayed from an off-chain aggregator, and refreshed every 15 minutes — each response is that snapshot, with observedAt giving its exact age. Supply is corporate-action adjusted (totalSupply x ERC-8056 uiMultiplier). priceSource says which tokens resolved a feed and which fell back.
slippage
get_slippage
How much a USD-sized trade would move the price, per Uniswap V3 pool this token trades on — plus bestPoolAddress/bestEffectivePrice picking the best of them for you. Per-pool estimate, not an optimal multi-pool route/split. Exact within each pool's currently active tick range; a likelyCrossesTick flag on a result means the trade is probably large enough that this may understate real slippage — consider splitting into smaller tranches (TWAP) instead. Fails for an unknown symbol. Computed per pool from the most recent Uniswap V3 pool snapshot (refreshed every 15 minutes, not read live at request time) — an estimate derived from reserves, not a quoted or executable price.
token
get_token
One Robinhood Chain stock token by symbol (e.g. NVDA): live price, corporate-action adjusted supply, DeFi depth, and pending/recent corporate actions. Fails for an unknown symbol. Prices are read from Chainlink feeds on-chain, not relayed from an off-chain aggregator, and refreshed every 15 minutes — each response is that snapshot, with observedAt giving its exact age. Supply is corporate-action adjusted (totalSupply x ERC-8056 uiMultiplier). priceSource says which tokens resolved a feed and which fell back. Detected from the token contract's own ERC-8056 state every minute, ahead of the official registry's cache, which is mirrored alongside for history.
trades
get_trades
Recent large (whale) trades in Robinhood Chain stock-token Uniswap V3 pools, newest first — each with a buy/sell side, USD size, and transaction hash. Omit symbol for the global feed. limit caps the list (1-100, default 20).

Endpoints

URLTransportStateLatencyChecked
https://www.hoodgrow.com/api/mcp streamable-http answering 218 ms 6 min ago

Alternatives to Hoodgrow MCP

same job, measured the same way
Stocks On Chain
by stocksonchain

Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions.

7 tools answering
Hood MCP
by nirholas

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

44 installs/wk local only
Loomdesk
by loomdesk

Tokenized stock pools on Robinhood Chain: where liquidity earns, and the transactions to provide it.

11 tools answering
Otto Data — Robinhood Chain
by ottodata

Live Robinhood Chain tokenized-stock data: basis vs NASDAQ, gaps, pools, whale flows.

39 tools answering
AI Agent Tokenized Stock OS
by aatos

Non-custodial MCP for Stock Tokens on Robinhood Chain (4663): quotes, plans, Morpho Earn.

37 tools answering
Hyre MCP
by cryptoeights

17 DeFi + RWA tools — PumpFun, wallet PnL, Meteora LP, Robinhood Chain stocks — paid via x402.

44 installs/wk local only
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

24 installs/wk local only
Trade It
by tradeit

Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken.

answering

Hoodgrow MCP — questions

Answers built from our own checks of this server.

What can Hoodgrow MCP do?
It exposes 11 tools, read directly from the server on our last check. Among them: get_base_tokens, get_catalog, get_corporate_actions, get_defi, get_defi_summary, get_holders and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Hoodgrow MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 218 ms. The bar chart above shows every period we have measured.
Is Hoodgrow MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Hoodgrow MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Hoodgrow MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hoodgrow MCP need an API key?
No. Hoodgrow MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use Hoodgrow MCP?
The npm package hoodgrow-mcp was installed 41 times in the last week. Week over week that is +766%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hoodgrow MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.