HoodScope MCP
Provides deployer reputation scores, insider detection, token statistics, and buy-risk verdicts for memecoins on Robinhood Chain.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HoodScope MCPWho launched this token and should I trust it?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HoodScope MCP
Model Context Protocol server for HoodScope — deployer reputation, insider detection, and token buy-risk verdicts for Robinhood Chain (chain 4663) memecoins, built from complete on-chain history. Gives any MCP agent (Claude Desktop, Cursor, …) a one-hop answer to "who launched this token and should I trust it?" — even seconds after launch, because it scores the deployer, not just the contract.
Paid tools settle $0.01–0.02 USDC per call on Base via the x402 protocol. Configure a funded wallet key and the agent pays automatically; leave it out and paid tools return the price instead of data.
Tools
Tool | Price | What it does |
| $0.02 | Composite buy-risk verdict: deployer reputation + insider-distribution flags + activity → |
| $0.01 | Deployer rap sheet: launched / real / dead counts, best-token volume, insider flag, 0-100 score |
| $0.01 | Token stats: swaps, WETH volume, unique traders, real-or-thin, linked deployer score |
| $0.01 | Top trusted deployers on the chain |
| free | Coverage stats (discovery) |
Related MCP server: MemeOracle
Install — Claude Desktop
Add to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):
{
"mcpServers": {
"hoodscope": {
"command": "npx",
"args": ["-y", "hoodscope-mcp"],
"env": {
"HOODSCOPE_WALLET_KEY": "0xYOUR_FUNDED_BASE_USDC_WALLET_PRIVATE_KEY"
}
}
}
}Install — Cursor
Add to ~/.cursor/mcp.json (or a project .cursor/mcp.json) with the same command/args/env block.
Config (env)
var | required | default | purpose |
| for paid tools | — | Private key of a funded Base wallet holding USDC. Without it, paid tools return the price and setup note instead of data. |
| no |
| Hard per-call spend ceiling; a requirement above this is refused. |
| no | production | Override the API base URL. |
Security: the wallet key only ever touches this local MCP process; it is never sent to the API (x402 signs locally, the facilitator settles). Use a dedicated low-balance wallet.
Without a wallet
Every paid tool still works as a price probe: it returns PAYMENT REQUIRED ($0.0X USDC) plus the x402 requirements, so an agent can decide whether to pay. The free hoodscope_stats tool always works.
Run locally (development)
npm install
HOODSCOPE_WALLET_KEY=0x... node server.js # stdio serverAPI: https://hoodscope-api-production.up.railway.app · x402 settlement proven on Base.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that analyzes wallets’ trading activity and profitability on Pump.fun and PumpSwap.Last updated41MIT
- Flicense-qualityBmaintenanceMemecoin Intelligence MCP Server — 9 tools for rug-check risk scoring, momentum analysis, whale watch, viral detection across 80+ chains. Part of ToolOracle (tooloracle.io).Last updated
- Alicense-qualityBmaintenanceAn MCP server providing EVM-native on-chain trading intelligence for Robinhood Chain (chain id 4663), including real-time KOL trades, DEX trade tape, token discovery, and deployer reputation.Last updated720MIT
- AlicenseAqualityCmaintenanceMCP server providing Solana/crypto/macro tools (wallet scan, password breach, Jito tip, GitHub health, FRED series, Drift exposure, premium chapters) with x402 payment gating (USDC on Base) for 7 of 8 tools.Last updated15MIT
Related MCP Connectors
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains.
On-chain honeypot/rug scanner, market data, and launch tools for Robinhood Chain (EVM 4663).
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/jamhimself/robinx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server