← Registry

Analytics

hoodgrow.com

Provides comprehensive data and analytics for Robinhood Chain stock tokens, including live prices, corporate actions, DeFi opportunities, and holder metrics.

x402 supported1 endpoint10 known toolsFirst detected August 6, 2026Last detected August 8, 2026

ENDPOINT 1

https://www.hoodgrow.com/api/mcp

No auth detected

MCP server metadata

Name
hoodgrow-mcp
Version
0.6.0
Capabilities
tools.listChanged

Known tools 10

get_catalog

Full 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-only
get_token

One Robinhood Chain stock token by symbol (e.

Inferred read-only
get_corporate_actions

Pending (on-chain staged) and recent (official Robinhood ledger) corporate actions — splits, dividends, name changes.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
get_ohlc

OHLC price candles for backtesting, bucketed from price history already collected every ~15 min.

Inferred read-only
get_base_tokens

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

Inferred read-only
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.

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.