Hoodly GMGN Robinhood Research MCP
Read-only MCP service for Hoodly's Robinhood financial-agent stack. It uses the GMGN CLI/API for chain-wide launchpad discovery and token due diligence. It deliberately contains no swap, signing, wallet, or private-key tool.
hoodly_list_robinhood_launches โ newly created / near-completion / graduated launchpad tokens.
hoodly_screen_robinhood_launchpads โ server-side quality screen across every indexed launchpad.
hoodly_robinhood_trending โ Robinhood Chain market ranking.
hoodly_research_robinhood_token โ info, security, pool, holders, leading traders, plus deterministic research score.
hoodly_robinhood_token_kline โ OHLCV/momentum context.
hoodly_compare_robinhood_tokens โ comparable research packets for 2โ5 addresses.
hoodly_robinhood_daily_brief โ daily briefing input for the Hoodly API scheduler.
The launchpad feed is Robinhood-wide. If the product needs a Pons-only view, add a verified Pons provenance/indexer source; do not label GMGN-only results as Pons launches.
Hoodly financial stack
Hoodly Web (Next.js)
โ Hoodly API (Express): agent permissions, sessions, saved briefs
โ this MCP (read-only research boundary)
โ GMGN CLI/API, chain=robinhood
Keep GMGN_API_KEY only in this service or the Hoodly API secret manager. Do not set GMGN_PRIVATE_KEY.
The matching local workflow is SKILL.md. GMGN portfolio can be added later only for a user-authorized, read-only wallet view. Do not expose GMGN swap/order/cooking endpoints; GMGN's KOL/smart-money tracking is not currently documented for Robinhood.
Example Hoodly agent policy
- Call
hoodly_list_robinhood_launches or hoodly_robinhood_daily_brief.
- Select a contract address, never a token symbol alone.
- Call
hoodly_research_robinhood_token.
- Present observed metrics, derived score, missing evidence, and risks to the user.
- Keep the final action as user decision. No execution tool exists in this MCP.