mcp-server-robinhood-chain
Provides EVM-native on-chain trading intelligence for Robinhood Chain (chain id 4663), including real-time KOL trades, DEX trade tape, token discovery with launch-bundle and buyer quality detection, OHLC candles, deployer reputation, and smart-money wallet ranking.
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., "@mcp-server-robinhood-chainWhat are the top KOL buys on Robinhood Chain right now?"
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.
mcp-server-robinhood-chain
๐ API docs ยท ๐ค Robinhood Chain ยท ๐ฐ Free API key
Robinhood Chain MCP server โ EVM-native on-chain trading intelligence for AI agents, chain id 4663.
Give Claude, Cursor, or any MCP client direct access to Robinhood Chain (an Arbitrum Orbit L2) trading data from our self-hosted RHC node: real-time KOL trades, the full Uniswap v2/v3/v4 DEX trade tape, token discovery with launch-bundle + early-buyer-quality detection, 1-minute OHLC candles, deployer reputation (40k+ deployers), and smart-money wallet ranking. Every tool is EVM-native โ lowercase 0x addresses, eth_amount, tx_hash, block_number, net_flow_eth. The KOLโEVM mapping is recovered by tracing each Solana KOL's bridge deposits (deBridge / Relay / Mayan / Wormhole), a dataset unique to MadeOnSol.
RHC coverage is bundled into every tier at no extra cost. Get a free API key (200 req/day, no card) at madeonsol.com/pricing.
Key-mode only. Authenticate with an
msk_Bearer API key (MADEONSOL_API_KEY). The x402 pay-per-call rail is Solana-native and is not part of this server.
New customers get a 5-day free trial of Pro or Ultra when you pay by card โ full access, nothing charged during the trial, cancel anytime. Start at madeonsol.com/pricing.
Install & configure
Add to your MCP client config (Claude Desktop, Cursor, Claude Code). No install step โ npx fetches it on first run:
{
"mcpServers": {
"robinhood-chain": {
"command": "npx",
"args": ["-y", "mcp-server-robinhood-chain"],
"env": {
"MADEONSOL_API_KEY": "msk_your_api_key_here"
}
}
}
}Then ask your agent things like "What are tracked KOLs buying on Robinhood Chain right now?" or "Score the early-buyer cohort for token 0xโฆ on chain 4663."
Transports
stdio (default) โ for local clients (Claude Desktop, Cursor, Claude Code).
http โ set
MCP_TRANSPORT=http(+ optionalPORT, default 3100) for hosted environments (Smithery, etc.). Exposes/healthand/.well-known/mcp/server-card.json.
Tools โ all 14 Robinhood Chain routes
Each tool maps 1:1 to a GET /api/v1/rhc/โฆ route. Fields are EVM-native.
Tool | Route | Tier | Description |
|
| BASIC | Real-time KOL trade feed with MC/peak enrichment and |
|
| BASIC | KOLs ranked by trade count then net ETH flow ( |
|
| BASIC | Consensus tokens bought by 2+ distinct KOLs in the window |
|
| BASIC | Single KOL profile โ stats over last 200 trades + 50 recent |
|
| PRO+ | DEX trade tape โ Uniswap v2/v3/v4 swaps with |
|
| PRO+ | Token discovery โ MC, liquidity, peak MC + drawdown, launchpad, deployer tier |
|
| BASIC | Token snapshot โ price/MC/FDV, deployer block, KOL activity, pools |
|
| PRO+ | 1-minute OHLC candles โ price + MC OHLC, volume with buy/sell split |
|
| PRO+ | KOL positioning โ buyers/sellers, exit rate, |
|
| BASIC | 0โ100 early-buyer quality with bundle-buyer + dump-cluster legs |
|
| BASIC | Launch-bundle detection ( |
|
| BASIC | Deployers ranked by reputation โ |
|
| BASIC | Single deployer profile + 50 most recent tokens |
|
| PRO+ | Smart-money wallets โ |
BASIC works with any valid key. PRO+ tools return HTTP 403 on a BASIC key โ upgrade at madeonsol.com/pricing.
Why Robinhood Chain
Robinhood Chain is dual-natured โ launchpad memecoins (pons / flap / clanker / hood.fun / virtuals) alongside tokenized stocks and stablecoins. Most launchpads are direct-to-DEX (no bonding curve), so "graduation" is a market-cap milestone: graduation_rate = share of a deployer's tokens that reached a $40K+ peak MC, runner_rate = share that reached $100K+. Because it's an Arbitrum Orbit L2 with no atomic multi-signer transaction, a detected launch bundle is same_block (there is no atomic_tx).
Links
๐ค Robinhood Chain overview โ https://madeonsol.com/robinhood
๐ฐ Pricing & free API key โ https://madeonsol.com/pricing
๐ API docs โ https://madeonsol.com/api-docs
License
MIT ยฉ MadeOnSol
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.
Latest Blog Posts
- 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/MadeOnSol/mcp-server-robinhood-chain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server