Connect your AI agent to HoodScan
Robinhood Chain as tools: tokenized stocks, meme stocks, swaps, traders and transactions, from the same index the site reads. Read-only, no API key, no wallet.
https://hoodscan.co/mcpWhat your agent can do
- Look up a token What a contract address is — the meme coin, the stock it was launched on, price, pools and holders.
- Read a stock desk Every tokenized stock and ETF: onchain price, market cap, liquidity, and the meme coins anchored to it.
- Judge a move Discovery signals with their evidence — buyers, smart-wallet flow, net flow — and how past signals played out.
- Profile a wallet Realized PnL, win rate, open positions and the latest swaps of any trader; screen thousands by how they trade.
- Follow the flow Whale swaps, raw trade search, wallet stories, and what a transaction actually did.
- Map the chain The protocols live on Robinhood Chain with their contracts, and the chain's own status.
Three ways in
MCP server
Streamable HTTP, 19 typed tools, no auth. Register it once and every session has HoodScan.
https://hoodscan.co/mcp
Agent guide
What the site answers and how to ask, for an agent that only fetches URLs.
https://hoodscan.co/llms.txt
Markdown on request
Ask for a page URL with Accept: text/markdown. A path that does not exist is a real 404.
curl -H 'Accept: text/markdown' https://hoodscan.co/stocks/NVDA
1Pick your client
Restart it or start a new session afterwards.
Claude Code — all projects
claude mcp add --transport http hoodscan https://hoodscan.co/mcp -s user
Claude Code — current project
claude mcp add --transport http hoodscan https://hoodscan.co/mcp
Claude.ai — custom connector
Settings › Connectors › Add custom connector › paste https://hoodscan.co/mcp
Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"hoodscan": { "type": "http", "url": "https://hoodscan.co/mcp" }
}
}Codex CLI
codex mcp add hoodscan --url https://hoodscan.co/mcp
Codex — .codex/config.toml
[mcp_servers.hoodscan] url = "https://hoodscan.co/mcp"
Cursor — mcp.json
{
"mcpServers": {
"hoodscan": { "url": "https://hoodscan.co/mcp" }
}
}Windsurf — mcp_config.json
{
"mcpServers": {
"hoodscan": { "serverUrl": "https://hoodscan.co/mcp" }
}
}VS Code / GitHub Copilot — .vscode/mcp.json
{
"servers": {
"hoodscan": { "type": "http", "url": "https://hoodscan.co/mcp" }
}
}Gemini CLI
gemini mcp add -s user --transport http hoodscan https://hoodscan.co/mcp
ChatGPT — developer mode
Settings › Apps & Connectors › Advanced › Developer mode, then Create › paste https://hoodscan.co/mcp
Any client — JSON-RPC over HTTP
curl -s https://hoodscan.co/mcp -H 'content-type: application/json' -H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'2Ask it something
- “Which meme coins launched on NVDA this week, and which one leads?”
- “What is 0x… and who has been buying it in the last hour?”
- “Find wallets with a 70% win rate over 20 closed positions that are not bots.”
- “What did transaction 0x… actually do?”
Tools
list_stocksTokenized stocks Every Robinhood tokenized stock and ETF token on Robinhood Chain with onchain price, market cap, holders, DEX liquidity, 24h volume and how many meme coins were launched against it.get_stockStock desk One tokenized stock by ticker (NVDA, TSLA, SPY…): onchain price and market data, its DEX pools, the meme coins launched on it ranked by size, the current meme leader, recent leader changes and who led each day over the last 30 days.list_meme_stocksMeme stocks board Meme coins launched against tokenized stocks on Robinhood Chain (LONG, Pons and other launchpads): FDV, liquidity, 24h volume and price change, age, the stock each is anchored to.get_tokenToken lookup What a token address is and how it trades: whether it is a Robinhood stock token or a meme coin (and which stock it was launched on, through which launchpad), current price, 1h/24h/7d buy and sell counts and USD flow from the swap index, unique buyers and sellers, top holders and most profitable traders, the latest swaps, DEX pools, and any wallet stories on it.discover_tokensDiscover tokens The tokens moving on Robinhood Chain right now, with evidence: buyer and seller acceleration versus baseline, unique participation, net USD flow, smart-wallet entries, price confirmation, liquidity and concentration risk.get_token_evidenceToken evidence The full discovery evidence for one token over a window: detected signals with their historical outcomes, the wallets entering and exiting with their quality scores, buyer/seller flow buckets, wallet clusters, related tokens and risk flags.search_tradesSearch swaps DEX swaps from the index, newest first or largest first: filter by token, trader, minimum USD size, venue (uniswap, ramses, long, pons, fomo…) and how many days back.get_traderTrader profile A wallet as a trader: realized and unrealized PnL from an average-cost replay of every indexed swap, win/loss count, volume, venues, open and closed positions per token, the latest swaps, plus the wallet-intelligence profile (quality score, entry alpha, drawdown, smart-money flags, signals affecting current holdings) and any FOMO handle.top_walletsMost profitable wallets The wallets with the highest realized PnL over the quality lookback, with win/loss counts, volume, hold time and their latest swap.discover_tradersScreen traders The /traders directory: every wallet graded in the newest daily snapshot (tens of thousands: any wallet with five or more quote-priced trades worth $1,000+ over the last seven days, the busiest by volume), winners and losers alike, with realized PnL, win rate (positions closed up over positions closed at a profit or loss), tokens traded, trades and trades per day, volume, average hold, max drawdown, profit factor, quality score, whether it is a fomo wallet, whether it trades faster than a person can (bot), its venues and its latest swap.get_whalesWhale swaps The largest DEX swaps of the last hour (widening to 6h or 24h when the hour is quiet), valued only from legs the chain itself priced (ETH, WETH or a stablecoin), so the sizes are real.list_storiesWallet stories Ranked wallet stories from the swap replay: fresh (new positions opened recently), moves (the biggest buys and sells of the day), paper (sold early, what it would be worth now), diamond (held since the start, what it is worth), wins and losses (realized PnL on one token).get_storyOne story A wallet story by its share id (<kind>-<wallet prefix>-<token address>, as in hoodscan.co/stories/<id>), with its text and numbers.get_transactionTransaction What a transaction did on Robinhood Chain: status, block, time, from and to (with the protocol and contract named when known), method, ETH value and fee, every token transfer with amounts, and the DEX swaps the index parsed out of it with trader, legs and USD value.get_addressAddress overview An address on Robinhood Chain: contract or wallet, its name when known (protocol registry, Blockscout), ETH balance, transaction counters, its token balances with stock and meme coins flagged, its latest transactions, and a trading summary from the swap index.list_projectsProjects The protocols live on Robinhood Chain (DEXs, lending, perps, yield, launchpads, RWA, payments, gaming, infrastructure) with a one-line description and stage.get_projectProject One protocol by slug: the full description, links, and its confirmed contract addresses on Robinhood Chain with what each one is.signal_performanceSignal track record How the discovery signals have actually performed: for each signal and horizon (1h, 6h, 24h, 7d), the sample size, average and median return, share of positive outcomes, average max gain and drawdown.chain_statusChain status Robinhood Chain right now: block height, total transactions and addresses, average block time and gas price from the indexer; the swap index coverage (trade count, oldest and newest swap); and how fresh the stocks, meme stocks and stories snapshots are.
If setup fails
Reload your client's MCP servers first, then check its own documentation.
Claude CodeClaude.aiCodexCursorWindsurfVS CodeGemini CLIChatGPT
Building on the JSON endpoints instead? The developer portal has the quickstart, the OpenAPI contract and a read-only sandbox. Corrections and questions: contact.