streamable-httpupdated 1mo ago
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 GMGN Robinhood Research 能做什么?
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.
Tools
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_launchesorhoodly_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.
安装
把 Hoodly GMGN Robinhood Research 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http hoodly-gmgn-robinhood-research https://gmgn.hoodly.io/mcpcodex mcp add hoodly-gmgn-robinhood-research --url https://gmgn.hoodly.io/mcp{
"mcpServers": {
"hoodly-gmgn-robinhood-research": {
"url": "https://gmgn.hoodly.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hoodly-gmgn-robinhood-research": {
"type": "http",
"url": "https://gmgn.hoodly.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hoodly-gmgn-robinhood-research": {
"url": "https://gmgn.hoodly.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hoodly-gmgn-robinhood-research": {
"serverUrl": "https://gmgn.hoodly.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
Hoodly GMGN Robinhood Research 向已连接的智能体提供 7 个工具。
- 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.
评分
57 / 100
尚可
- 文档17/25
- 维护16/25
- 可信度6/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 43 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年7月20日 |