Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.0xrhxbt]
url = "https://rhxbt.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"0xrhxbt": {
"type": "http",
"url": "https://rhxbt.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 0xrhxbt
Remote MCP URL: https://rhxbt.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"0xrhxbt": {
"url": "https://rhxbt.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"0xrhxbt": {
"type": "http",
"url": "https://rhxbt.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "0xrhxbt",
"transport": "streamable-http",
"url": "https://rhxbt.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_trending_tokens— Ranked trending tokens on Robinhood Chain by trendScore (0-100, z-scores vs each token's own 7d baseline).get_intel— Recent intel signals (volume spikes, whale transfers, stock-token oracle divergence, depegs, tvl moves.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.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.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% peak = win, rug-shills heavily penalized, minimum 3 verified calls to rank.