Robinhood Chain stock token data β price, adjusted supply, corporate actions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP (Model Context Protocol) server for the
HoodGrow Robinhood Chain stock token API β live
price, corporate-action adjusted supply (ERC-8056, correct through stock
splits), Morpho/Uniswap DeFi depth, corporate actions (splits, dividends),
holder analytics, trade price-impact/slippage estimates, OHLC price
candles for backtesting, and a Base mainnet B20 native-equity-token
registry, exposed as tools for any MCP client (Claude Desktop, Claude
Code, etc). Built on the
hoodgrow SDK β pays per call via
x402 (USDC on Base) or uses a bearer API key, your choice.
You need credentials β this package never bundles a shared HoodGrow credential, you supply your own so you control what gets spent and who's billed. Pick one:
HOODGROW_PRIVATE_KEY),
funded with USDC on Base. $0.10/call for the full catalog, $0.05/call for
one token.HOODGROW_API_KEY from
hoodgrow.com/api-access.Add to your MCP config (Claude Desktop: claude_desktop_config.json; Claude
Code: claude mcp add):
Or with an API key instead:
Never hardcode a real private key in a committed config file β only fund that wallet with what you're willing to spend on this API.
Optionally, once you've bought a credit balance with the buy_credits tool,
add "HOODGROW_USE_CREDITS": "true" alongside HOODGROW_PRIVATE_KEY to
have every data tool spend that balance (a cheap wallet signature) instead
of paying x402 per call. See "Prepaid credits" below.
| Tool | Price (x402) | Description |
|---|---|---|
get_catalog | $0.10 | Every listed token: price, source, 24h change, corporate-action adjusted supply, DeFi depth, plus catalog-wide pending/recent corporate actions |
get_token | $0.05 | One token by symbol (e.g. NVDA), same fields, scoped |
get_corporate_actions | uses get_token/get_catalog above | Pending + recent corporate actions; pass a symbol to scope, omit for every tracked token |
get_defi | $0.05 | Every Morpho market a token participates in (loan OR collateral role) plus its Uniswap V3 pools β not just the single best-APY figure in get_catalog/get_token |
get_holders | $0.05 | Holder-count trend, 24h net supply change (real mint/burn), and top-holder concentration (optional limit, 1-50, defaults to 10) |
get_slippage | $0.05 | How much a USD-sized trade (side: "buy" | "sell") would move the price, per Uniswap V3 pool β includes bestPoolAddress/bestEffectivePrice picking the best one for you |
get_ohlc | $0.05 | OHLC price candles for backtesting (interval: "1h" | "4h" | "1d", optional from/to/limit, defaults to the last 30 days). OHLC only, no volume β HoodGrow has no historical trading-volume time series to draw a volume field from |
get_base_tokens | $0.05 | Base mainnet (chain 8453) B20 native-equity-token registry β a much smaller sibling of get_catalog. Pre-launch: check each token's status before treating it as tradable β "pre_launch" means no price, no DEX liquidity, no holders exist for it yet |
list_credit_bundles | free | Current prepaid credit bundle catalog ({id: {priceUsd, creditUsd}}) β no credentials needed |
buy_credits | one x402 payment | Pays for one bundle (bundleId arg); requires HOODGROW_PRIVATE_KEY. Balance lands once settlement confirms β check with get_credit_balance |
get_credit_balance | free | This wallet's current credit balance; requires HOODGROW_PRIVATE_KEY |
Each call returns the API's JSON response as the tool's text content. A
failed request (unknown symbol, server error) comes back as an MCP tool
error (isError: true) rather than crashing the server.
Buy a dollar-denominated credit balance once via x402 (buy_credits), then
set HOODGROW_USE_CREDITS=true (alongside HOODGROW_PRIVATE_KEY) and
restart the server: every data tool above then spends the balance with a
cheap, gas-free wallet signature instead of a fresh on-chain x402 payment
per call. list_credit_bundles/get_credit_balance never spend anything;
only the metered data tools (get_catalog, get_token, etc.) and
buy_credits itself move money.
x402 payments are real money and are not idempotent β a retried timed-out
call can pay twice. HoodGrow's paywall only ever asks for USDC
(0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base mainnet
(eip155:8453), paid to 0x8520B3693a2Cf3c2bEa3a505Af3A9c1b093954c7, capped
at $0.10/call β the underlying hoodgrow/@x402 dependencies handle
protocol-level verification, but you're responsible for how much you fund
the signing wallet with.
30 requests/minute per IP by default for pay-per-call use. Need more sustained throughput? A persistent API key with its own higher limit is available β see hoodgrow.com/api-access.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hoodgrow-mcp)<a href="https://allmcps.com/mcp/hoodgrow-mcp"><img src="https://allmcps.com/api/badge/hoodgrow-mcp?style=directory" alt="Hoodgrow Mcp on AllMCPs" /></a>