hoodgrow-mcp
This server provides MCP tools for accessing live stock token data from the HoodGrow Robinhood Chain API, including prices, corporate actions, DeFi positions, holder analytics, slippage estimates, OHLC historical data, and a registry of Base mainnet tokens.
get_catalog— Retrieve a full catalog of all listed tokens with live price, corporate-action adjusted supply, DeFi depth (best Morpho supply APY, Uniswap V3 TVL), and pending/recent corporate actions.get_token— Get a single token's detailed data by symbol (e.g., NVDA), covering live price, adjusted supply, DeFi depth, and corporate actions.get_corporate_actions— Fetch pending (on-chain staged) and recent (official Robinhood ledger) corporate actions—splits, dividends, name changes—for a specific token or all tokens.get_defi— Comprehensive DeFi data for a token, including its participation in Morpho markets (loan/collateral roles) and Uniswap V3 pools.get_holders— Holder analytics: holder count trends, 24-hour net supply change (real mint/burn), and top-holder concentration.get_slippage— Estimate price impact and effective price for a USD-sized trade (buy or sell) on Uniswap V3, with best pool selection.get_ohlc— Retrieve OHLC (Open, High, Low, Close) price candles for backtesting, with configurable intervals (1h, 4h, 1d) and optional time ranges; does not include volume.get_base_tokens— Access the Base mainnet (chain 8453) B20 native-equity token registry; note pre-launch tokens may not be tradable.
These tools are designed for financial analysis, trading, portfolio management, and integration into MCP clients like Claude Desktop or Claude Code.
Provides access to HoodGrow's Robinhood Chain stock token API, offering tools for live prices, corporate-action adjusted supply, DeFi depth, corporate actions, holder analytics, trade slippage estimates, OHLC price candles, and the Base mainnet B20 native-equity-token registry.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hoodgrow-mcpshow me recent corporate actions for AAPL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hoodgrow-mcp
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, market movers, a large-trade ("whale") feed,
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.
Fastest: the hosted server (no install, no key)
HoodGrow runs the MCP server for you at https://www.hoodgrow.com/api/mcp.
Every tool is read-only, so you can point an assistant at it and start asking
with no install, no signup, no key:
claude mcp add --transport http hoodgrow https://www.hoodgrow.com/api/mcpor in mcp.json / claude_desktop_config.json:
{
"mcpServers": {
"hoodgrow": { "type": "http", "url": "https://www.hoodgrow.com/api/mcp" }
}
}Then ask your assistant things like:
"What's the corporate-action adjusted supply and 24h volume for NVDA on Robinhood Chain?"
"Any pending stock splits or dividends in the next week?"
"Top gainers and biggest whale trades today."
Anonymous access is rate-limited per IP; add a free API key (below) for a higher quota. Prefer running the server yourself, or need x402 pay-per-call? Use the npm package instead:
Related MCP server: siftingio-mcp
Run it yourself (npm — your own credentials)
You supply your own credentials — this package never bundles a shared HoodGrow credential, so you control what gets spent and who's billed. Pick one:
x402, pay per call, no signup — a wallet private key (
HOODGROW_PRIVATE_KEY), funded with USDC on Base. $0.10/call for the full catalog, $0.05/call for one token.API key, free, self-serve —
HOODGROW_API_KEYfrom hoodgrow.com/profile.
Claude Desktop / Claude Code
Add to your MCP config (Claude Desktop: claude_desktop_config.json; Claude
Code: claude mcp add):
{
"mcpServers": {
"hoodgrow": {
"command": "npx",
"args": ["-y", "hoodgrow-mcp"],
"env": {
"HOODGROW_PRIVATE_KEY": "0x..."
}
}
}
}Or with an API key instead:
{
"mcpServers": {
"hoodgrow": {
"command": "npx",
"args": ["-y", "hoodgrow-mcp"],
"env": {
"HOODGROW_API_KEY": "..."
}
}
}
}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.
Tools
Tool | Price (x402) | Description |
| $0.10 | Every listed token: price, source, 24h change, corporate-action adjusted supply, DeFi depth, plus catalog-wide pending/recent corporate actions |
| $0.05 | One token by symbol (e.g. |
| uses | Pending + recent corporate actions; pass a symbol to scope, omit for every tracked token |
| $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 |
| $0.05 | Holder-count trend, 24h net supply change (real mint/burn), and top-holder concentration (optional |
| $0.05 | How much a USD-sized trade ( |
| $0.05 | OHLC price candles for backtesting ( |
| $0.05 | Base mainnet (chain 8453) B20 native-equity-token registry — a much smaller sibling of |
| $0.05 | Market movers across the whole catalog: top gainers/losers (24h change), highest 24h swap volume, and deepest Uniswap V3 liquidity (TVL). Optional |
| $0.05 | Recent large ("whale") trades in the stock-token Uniswap V3 pools, newest first — each with |
| free | Current prepaid credit bundle catalog ( |
| one x402 payment | Pays for one bundle ( |
| free | This wallet's current credit balance; requires |
| free to register, then per delivered event | Register a credit-funded corporate-action webhook ( |
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.
Prepaid credits
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.
Payment safety
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.
Rate limits
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 docs.hoodgrow.com.
Development
npm install
npm run build # tsc -> dist/
npm test # tsx --test test/*.test.ts (mocked fetch + real in-memory MCP client/server, no network)License
MIT
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceA read-only MCP server for Robinhood portfolio research. Wraps robin_stocks to give AI assistants access to your portfolio data for analysis.13MIT

siftingio-mcpofficial
AlicenseAqualityAmaintenanceMCP server that provides access to SiftingIO market data, including live prices, SEC filings, OHLCV bars, 13F holdings, market status, and economic calendar tools for AI assistants.36321MIT- AlicenseAqualityAmaintenanceMCP server that exposes Yahoo Finance data through tools for searching instruments, fetching quotes, history, company info, financials, dividends, news, recommendations, and options. Enables AI assistants to answer market-data questions using natural language.222MIT

robinscan-mcpofficial
AlicenseNot gradedqualityBmaintenanceMCP server for querying Robinhood Chain blockchain data, including network stats, transactions, token transfers, and stock prices.MIT
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MeMikko/hoodgrow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server