Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

0xrhXBT — Robinhood Chain Intelligence

io.github.mkrz-x/rhxbt

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

Uptime
100.0%
1 direct probes · 30d
Response
1628ms
last probe
Tools
26
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://rhxbt.com/mcp

Tools · 26

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.

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 colli…

get_token_candles

OHLCV candles for one token by symbol or 0x address. Same series the terminal charts: intervals 5m, 1h, 1d, up to 48h of 5m or the full retained history at 1d. Bars carry their source (dex or oracle).

search_tokens

Search tokens on Robinhood Chain by symbol, name or 0x address fragment. Returns matches with live price, 24h change, holders, mcap and liquidity — the same search the terminal's popup uses.

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.

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.

get_chain_stats

Latest Robinhood Chain stats: TVL, 24h DEX volume, stablecoin mcap, transactions today, total addresses.

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, ne…

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 conf…

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 …

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 = de…

chainlink_feed

One Chainlink feed on Robinhood Chain by ticker (TSLA), token address or feed address: the latest round as the 5-minute oracle_health pass last saw it (roundId, priceUsd, lastUpdatedAt, staleSec, expe…

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…

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-coun…

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 trans…

pending_corporate_actions

ERC-8056 corporate actions on tokenized stocks, both directions in time. `pending` is the FORWARD calendar: each stock token contract exposes newUIMultiplier() and effectiveAt(), so a split or stock d…

stock_float

The AP float board: primary-market creations (mints from the zero address, i.e. real shares tokenized) and redemptions (burns) per tokenized stock over 24h, 7d and 30d, each window carrying event coun…

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 re…

stablecoin_flows

The stablecoin float on Robinhood Chain, read from each stable's totalSupply() hourly and counted at par: per-stable supply, share of the float, 24h and 7d supply change (null until a reading that old…

earn_tracker

Robinhood Earn as observed on Morpho: the USDG-loan markets the vault lends into (supply, borrow, utilization, supply and borrow APY where Morpho reports one, stockCollateral flag), the aggregate (sup…

perps_markets

Lighter perpetual markets on Robinhood Chain (the chain's native perp venue, USDG-quoted): mark, index, open interest (contracts and USD), 24h volume, hourly funding rate and next settlement time per …

perps_funding

Hourly funding series for one Lighter perp market, newest first, with the mark and index recorded in each settlement hour. Resolve by symbol (TSLA) or market id. A missing hour is a pass the collector…

chain_economics

Robinhood Chain's sequencer economics measured from the blocks themselves, hourly: transactions, gas used, L2 fees actually paid (gasUsed * effectiveGasPrice summed from receipts), contract deploys (t…

chain_composition

What Robinhood Chain is made of: on-chain value and holders by asset class (stock / stable / memecoin / other), from our own token registry joined against each token's freshest market observation, plu…

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 valuationCov…

agent_signal_digest

The one-call daily read: today's top premium dislocations (dex vs live print while the session is open, dex vs frozen oracle while closed), the forward corporate-action calendar, and every Chainlink f…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "0xrhxbt_—_robinhood_chain_intelligence": {
      "url": "https://rhxbt.com/mcp",
      "transport": "streamable-http"
    }
  }
}