LIVE · CHAIN 4663 · VERTICAL Nº 3 OF THE SAME ENGINE

The intelligence layer Robinhood Chain agents were missing.

Robinhood gave agents hands: the official Trading MCP reads your portfolio and places orders on the brokerage. Nobody gave them eyes on the chain itself — so we shipped them: an open-source MCP server any Claude or agent can query for tokens, wallets, Chainlink feeds, heat scores, and the one signal nobody else surfaces — live tracking error on tokenized equities. Read-only by construction. Every answer carries its own timestamp.

addresses
avg block
gas (gwei)
tokens tracked
eth / usd

Four tools. One call each.

The design rule: every tool answers a question a person — or an agent mid-task — can act on, in one call.

lookup_entity
“What is NVDA on this chain?”
{ "category": "tokenized_equity",
  "price_usd": "202.62", "holders": "5078",
  "chainlink_feed": "0x379E…9F15",
  "as_of": "2026-07-10T06:02:17Z" }
Run it live ↓
entity_signals
“Is tokenized NVDA trading rich to the real stock?”
{ "market_price_usd": 202.62,
  "feed_price_usd": 202.615,
  "premium_bps": 0,
  "score": { "value": 73, "label": "hot" } }
Run it live ↓
related_markets
“What’s hot on Robinhood Chain right now?”
[ { "title": "Global Dollar", "heat": 96 },
  { "title": "WETH", "heat": 81 },
  { "title": "Cash Cat", "heat": 80 } … ]
Run it live ↓
entity_connections
“Who actually holds tokenized TSLA?”
tsla ─deployed_on→ robinhood-chain
tsla ─priced_by→ chainlink TSLA/USD
tsla ─held_by→ top wallets, live
Run it live ↓

Try it — this is the real chain, not a mock

Your browser is querying Robinhood Chain’s public explorer and RPC directly. The freshness chip is the point: every answer admits its own age.

as of —
Pick a query. The data comes back scored, sourced, and timestamped.

The ecosystem map — every token on the chain

Not a leaderboard: the entire token landscape of Robinhood Chain, live — tokenized equities next to the memecoin economy, sized by market presence, lit by heat. Click any bubble for its deep view (top-holder concentration, turnover, risk flags).

loading the chain… as of —
tokenized equity stablecoin crypto community brightness = heat · ring = risk flags

Give it to your agent

Open source, MIT, no API keys. Running in five minutes:

terminal
git clone https://github.com/arambarnett/robinhood-chain-mcp
cd robinhood-chain-mcp && npm install && npm run build
claude mcp add robinhood-chain -- node $(pwd)/dist/index.js

Pairs with Robinhood's official Trading MCP. Robinhood's own agentic trading server (agent.robinhood.com/mcp/trading) is the execution layer — portfolio, balances, order placement on the brokerage. This server is the intelligence layer on the chain — what's hot, who holds it, and whether a tokenized stock is trading rich to its feed. Put both in one agent config and the loop closes: the eyes find the premium, the hands place the order, the human approves.

Same machine, different domain. The identical server core behind this page also runs a live prediction-market graph, a creator-matching graph, an inbox relationship graph, and a supply-chain fixture — each vertical is ~150 lines behind one interface. That's the product: your data, made agent-queryable, in days.

Receipts

The code & the standard
robinhood-chain-mcp — adapter, server, Foundry contract. Reference implementation of the RHC Agent Schema, an open standard so any agent tool on this chain composes with any other. Both MIT.
Onchain receipt
BuildReceipt.sol deployed & source-verified on Robinhood Chain testnet — tx 0xd937…2a4f · read the message onchain. Toolchain validated against mainnet (forge + cast, 4663).
The chain, live
querying…

Want your own data to answer like this? Chains, portfolios, supply chains, rosters — the lab takes two builds a quarter. Start with a 30-minute AI P&L review.

Book the 30-min review

Read-only showcase infrastructure: public explorer GETs and RPC eth_call only — no keys, no signing, no positions, no money. Heat scores describe onchain activity, not asset quality. Not investment advice. Not affiliated with or endorsed by Robinhood. Data: Blockscout · Robinhood Chain RPC · Chainlink.