← hoodgrow.com

INDIVIDUAL MCP TOOL

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.

hoodgrow.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_holders and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

hoodgrow.com

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.

Related tools

  • 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.
  • get_token — One Robinhood Chain stock token by symbol (e.
  • get_corporate_actions — Pending (on-chain staged) and recent (official Robinhood ledger) corporate actions — splits, dividends, name changes.
  • 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.
  • 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.
  • get_ohlc — OHLC price candles for backtesting, bucketed from price history already collected every ~15 min.
  • 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.
  • 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).