TypeScript SDK for the MadeOnSol Robinhood Chain (chain id 4663) API — EVM-native KOL trades, the DEX trade tape, token discovery/bundles/candles
TypeScript SDK for the MadeOnSol Robinhood Chain (chain id 4663) API — EVM-native KOL trades, the DEX trade tape, token discovery/bundles/candles, deployer reputation, smart-money wallets, and push rule engines (copy-trade, price alerts. The robinhood mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
Robinhood Chain is an Arbitrum Orbit L2. This SDK gives you the same intel you get on Solana — live KOL trades, a DEX trade tape, token discovery, launch-bundle detection, early-buyer quality, deployer reputation and smart-money wallets — but EVM-native: lowercase 0x addresses, eth_amount, tx_hash, block_number, net_flow_eth. Data comes from our self-hosted RHC node. The KOL→EVM mapping is recovered by tracing each Solana KOL's bridge deposits (deBridge / Relay / Mayan / Wormhole) — a dataset unique to MadeOnSol.
Everything the assistant can do here goes through one of these:
Method — RouteExamples — // Is this token's early cohort a launch bundle that's still holding? const { bundle } = await client.tokenBundle("0xToken...")Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Robinhood's toolset — Method, Examples — is a fair guide to whether it matches your workflow. It is maintained by madeonsol; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Robinhood's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Method | Route |
| Examples | // Is this token's early cohort a launch bundle that's still holding? const { bundle } = await client.tokenBundle("0xToken..."); console.log(bundle.bundle_kind, bundle.held_pct_of_supply); |
{
"mcpServers": {
"robinhood-chain-x402": {
"command": "npx",
"args": ["-y", "robinhood-chain-x402"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.