Analytics
hoodgrow.com
Provides comprehensive data and analytics for Robinhood Chain stock tokens, including live prices, corporate actions, DeFi opportunities, and holder metrics.
ENDPOINT 1
https://www.hoodgrow.com/api/mcp
MCP server metadata
- Name
- hoodgrow-mcp
- Version
- 0.6.0
Known tools 10
get_catalogFull catalog of Robinhood Chain stock tokens: live price, corporate-action adjusted supply, DeFi depth (best Morpho supply APY, Uniswap V3 TVL), and pending/recent corporate actions for every listed token.
Inferred read-onlyget_corporate_actionsPending (on-chain staged) and recent (official Robinhood ledger) corporate actions — splits, dividends, name changes.
Inferred read-onlyget_defiEvery 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.
Inferred read-onlyget_holdersHolder-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.
Inferred read-onlyget_slippageHow 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.
Potential side effectsget_ohlcOHLC price candles for backtesting, bucketed from price history already collected every ~15 min.
Inferred read-onlyget_base_tokensBase mainnet (chain 8453) B20 native-equity-token registry — verified on-chain metadata (symbol, name, decimals) for a fixed set of known tokens, plus a liveness signal.
Inferred read-onlyget_marketsMarket 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).
Inferred read-onlyget_tradesRecent large (whale) trades in Robinhood Chain stock-token Uniswap V3 pools, newest first — each with a buy/sell side, USD size, and transaction hash.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hoodgrow-mcp]
url = "https://www.hoodgrow.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hoodgrow-mcp": {
"type": "http",
"url": "https://www.hoodgrow.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hoodgrow-mcp
Remote MCP URL: https://www.hoodgrow.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hoodgrow-mcp": {
"url": "https://www.hoodgrow.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hoodgrow-mcp": {
"type": "http",
"url": "https://www.hoodgrow.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hoodgrow-mcp",
"transport": "streamable-http",
"url": "https://www.hoodgrow.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.