hoodgrow-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOODGROW_API_KEY | No | API key from hoodgrow.com/api-access | |
| HOODGROW_PRIVATE_KEY | No | Wallet private key funded with USDC on Base, used for x402 pay-per-call |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_catalogA | 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. Paid per call ($0.50 via x402, free with an API key) — prefer get_token for a single symbol. |
| get_tokenA | One Robinhood Chain stock token by symbol (e.g. NVDA): live price, corporate-action adjusted supply, DeFi depth, and pending/recent corporate actions. Cheaper than get_catalog for a single spot check ($0.05 via x402, free with an API key). Fails for an unknown symbol. |
| get_corporate_actionsA | Pending (on-chain staged) and recent (official Robinhood ledger) corporate actions — splits, dividends, name changes. Pass a symbol to scope to one token (cheaper); omit it for every tracked token's corporate actions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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