mcpbeat

0xrhXBT — Robinhood Chain Intelligence MCP Server

io.github.mkrz-x/rhxbt
answering

0xrhXBT — Robinhood Chain Intelligence is answering right now. Last checked 5 min ago. It exposes 14 tools.

Robinhood Chain intelligence: trend scores, launch radar, KOL leaderboard, pre-trade risk checks.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
618 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add rhxbt --transport http https://rhxbt.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rhxbt": {
      "url": "https://rhxbt.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rhxbt]
url = "https://rhxbt.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "rhxbt": {
      "url": "https://rhxbt.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rhxbt": {
      "url": "https://rhxbt.com/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

stock
get_stock_multipliers
Current ERC-8056 ui-multiplier per tokenized stock, with the previous value and when it changed. A multiplier change IS a corporate action — a split or stock dividend — detected from the onchain transfer ratio at a specific block, not from an announcement feed. Essential for interpreting historical prices and share counts across a split. Pairs with the robinhood-chain-kit npm package.
get_stock_premiums
Every tokenized stock on Robinhood Chain priced three ways at once: the 24/7 DEX price, the live US-market print (regular session only), and the Chainlink oracle (frozen at the close). premiumPct = dex vs the live market — only meaningful while the session is open. driftPct = dex vs the frozen oracle print — the expected off-session drift, never an arbitrage claim. The envelope carries the session verdict (open / opensInSec) with its own clock. No other index on this chain has the live-market leg.
token
check_token_risk
Pre-trade risk readout for a Robinhood Chain token by symbol or 0x address — designed to be called BEFORE placing a trade elsewhere (e.g. via robinhood agentic trading). Returns observed data only, never a buy/sell recommendation: liquidity/volume/holders, rug-guard status, launch-radar assessment when available (riskGate pass|watch|fail, opportunity 0-100, data confidence, risk flags, paid-promotion flag), and the estimated one-shot exit price impact for your trade size. Unknown values are null, never fabricated.
get_token
Full detail for one token by symbol (e.g. TSLA, CASHCAT) or 0x address: latest snapshot, compact trend history, recent intel signals, whale transfers. Canonical Robinhood stock tokens win symbol collisions over memecoin impersonators.
bridge
get_bridge_flow
Net capital flow across the canonical L1 bridge over the last 24h, valuation-clocked: every included flow carries an explicit price observation, and legacy unpriced rows are excluded with valuationCoverageComplete saying so. A window with no priced flows returns netUsd null with a dataNote rather than fabricated zeros. The one read no L2-only view can produce.
chain
get_chain_stats
Latest Robinhood Chain stats: TVL, 24h DEX volume, stablecoin mcap, transactions today, total addresses.
equity
get_equity_flows
Per-stock settlement activity — the layer that exists nowhere else: peer-to-peer share transfers with the share that settled while the US market was CLOSED (offHoursPct, the defining statistic of a 24/7 equity chain), underlying shares minted and burned (a direct read on real-world tokenization demand), and DvP prints — real executions that never touched a DEX pool — with their volume-weighted implied price (dvpVwapUsd). Every figure is computed from chain-timestamped logs. Tokens with no settlement in the window are omitted, never zero-filled.
intel
get_intel
Recent intel signals (volume spikes, whale transfers, stock-token oracle divergence, depegs, tvl moves...) with severity 1-5 and provenance. Optionally filter by category.
kol
get_kol_leaderboard
Robinhood Chain KOL leaderboard — accounts ranked ONLY by verified onchain call performance (never followers): one call per contract, entry priced at the first post-tweet observation, +50% from entry surviving to the 24h horizon = win, rug-shills heavily penalized, minimum 3 verified calls to rank. Includes the on-watch bench (call evidence captured, sample still too small to rank).
launch
get_launch_radar
Launch radar: early-stage Robinhood Chain candidates discovered from X chatter + onchain scans, each with the three-output assessment (riskGate pass|watch|fail, opportunity 0-100 or blocked, data confidence high|medium|low), safety score, liquidity and paid-promotion flag. A high score means 'nothing obviously wrong observed onchain', never 'guaranteed legit'.
lending
get_lending_markets
Morpho lending markets on Robinhood Chain: supply/borrow USD, utilization, APYs — with stockCollateral marking markets where the collateral is a registered tokenized equity, i.e. leverage against a real stock, which exists on no other chain. Freshness-gated: rows older than the ceiling are withheld and the response says stale rather than serving them as current.
narratives
get_narratives
Current narratives ranked by mindshare: static categories plus LLM-named dynamic clusters of co-moving tokens, with stability labels (flash/fresh/persistent/durable) and member symbols.
settlement
get_settlement_graph
The stock-settlement counterparty graph: which wallets move tokenized equities to whom, off-pool, aggregated per wallet (counterparty addresses, prints, bought/sold notional, distinct tokens, top-counterparty concentration, connected component) with whole-graph totals. Precomputed every 10 minutes; the response carries computedAt, validUntil and a stale flag, and when stale the rows are withheld rather than served as current. Counterparties are addresses, not people, and a component means reachable through a chain of settlements, not the same owner.
trending
get_trending_tokens
Ranked trending tokens on Robinhood Chain by trendScore (0-100, z-scores vs each token's own 7d baseline). Includes price, 24h volume, holders, trajectory.

Endpoints

URLTransportStateLatencyChecked
https://rhxbt.com/mcp streamable-http answering 639 ms 5 min ago

0xrhXBT — Robinhood Chain Intelligence — questions

Answers built from our own checks of this server.

What can 0xrhXBT — Robinhood Chain Intelligence do?
It exposes 14 tools, read directly from the server on our last check. Among them: check_token_risk, get_bridge_flow, get_chain_stats, get_equity_flows, get_intel, get_kol_leaderboard and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is 0xrhXBT — Robinhood Chain Intelligence mostly used for?
Its tools cluster around stock and token. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is 0xrhXBT — Robinhood Chain Intelligence working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 618 ms. The bar chart above shows every period we have measured.
Is 0xrhXBT — Robinhood Chain Intelligence still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect 0xrhXBT — Robinhood Chain Intelligence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does 0xrhXBT — Robinhood Chain Intelligence need an API key?
No. 0xrhXBT — Robinhood Chain Intelligence completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is 0xrhXBT — Robinhood Chain Intelligence?
It answers our handshake in 618 ms on average, which is faster than 15% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.