← Registry

Data Collection

robinx.io

Provides on-chain statistics, deployer reputation scores, and BUY-RISK verdicts for Robinhood Chain memecoins.

1 endpoint22 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.robinx.io/mcp

No auth detected

MCP server metadata

Name
robinx
Version
0.5.0
Capabilities
tools
Server instructions

RobinX measures who is actually RIGHT about Robinhood Chain (4663): every X caller and every deployer graded against real on-chain price since chain genesis. Free: robinx_stats, robinx_basket, robinx_search (resolve a $symbol — beware fake tickers), robinx_wallet, robinx_caller (an X account's measured track record — use before trusting any alpha caller), robinx_followed_by (which chain principals follow a handle), robinx_identify (send a chart SCREENSHOT, get the token it shows — free 5/day). Best paid calls: robinx_signals (fresh calls by measured early-callers), robinx_report (full dossier), robinx_follows (what the chain's principal accounts just started following — history X itself does not expose), robinx_smart_holders. Paid tools settle USDC on Base via x402 — for auto-pay use `npx robinx-mcp` with a funded ROBINX_WALLET_KEY, or call the HTTP API directly.

Known tools 22

robinx_stats

Free coverage stats for RobinX: deployers scored, tokens indexed, real tokens, wallets flagged insider-linked, and serial-spam factories on Robinhood Chain (chain 4663).

Inferred read-only
robinx_verdict

Composite BUY-RISK verdict for a Robinhood Chain memecoin: deployer reputation + insider-distribution flags + on-chain activity → signal (trusted/mixed/avoid/serial_spammer/new_deployer) with reasons.

Inferred read-only
robinx_deployer

Deployer reputation rap sheet: tokens launched, real vs dead, best-token volume, insider-distribution flag, 0-100 score.

Inferred read-only
robinx_token

On-chain stats for a Robinhood Chain token: swaps, WETH volume, unique traders, real-activity flag, deployer score.

Inferred read-only
robinx_feed

Newest Robinhood Chain launches, each scored by deployer reputation.

Inferred read-only
robinx_pulse

Real-time X SYNTHESIS for a Robinhood Chain token: what the crowd is saying (narrative), sentiment, conviction (organic vs bot/shill), red flags, and — the differentiator — activity from PROVEN early-callers measured to precede price moves (not follower counts).

Inferred read-only
robinx_callers

Proven X caller-lift leaderboard for Robinhood Chain: which accounts measurably move price — median 1h forward return after their calls and early-rate (called BEFORE the run vs momentum-riding).

Inferred read-only
robinx_basket

Free live forward paper-basket: every launch from a proven deployer, entered +30min, held.

Inferred read-only
robinx_report

The FULL token dossier in one call: composite verdict with reasons, deployer rap sheet + launch-by-launch history, token vitals, measured X callers (early-rate, median 1h lift, coordination flags), paper-basket status, and supply-forensics results if computed.

Inferred read-only
robinx_wallet

Free wallet reputation for any Robinhood Chain address: its deployer record (launched/real/dead + score) AND insider-flow history — whether it acquired token supply off-market, how much WETH it realized from that supply, and where it ranks among wallets flagged insider-linked.

Inferred read-only
robinx_structure

Labeled holder-structure diff for a Robinhood Chain token: who FROZE (to the wei), who added, who trimmed, who exited over ~24h — every notable wallet stamped with what RobinX knows (insider-linked extraction record, deployer rap sheet, ENS + Farcaster identity with multi-wallet entities collapsed, round-number off-market flags) + a structure verdict: rotation vs top-distribution vs accumulation.

Inferred read-only
robinx_search

Free token search by $symbol, name fragment, or address.

Inferred read-only
robinx_caller

Free MEASURED track record for any X account that has called Robinhood Chain tokens: early_rate (share of calls placed BEFORE a run), momentum_rate (calls made after the token had already run), median 1h forward return, mutual-follow-cluster flag, and recent calls.

Inferred read-only
robinx_signals

Pollable stream of fresh Robinhood Chain calls by X accounts with a MEASURED early-call record (default: early_rate >= 0.

Inferred read-only
robinx_mentions

The latest 200 X mentions of a Robinhood Chain token with the caller's MEASURED accuracy record attached (early_rate, median 1h price move, cluster flag), plus true total + truncation flag, hourly velocity from a full 24h count, the first-ever mention, and clustered-vs-independent voice counts.

Inferred read-only
robinx_caller_calls

The receipts tape behind the free Caller Report Card: the most recent 100 measured Robinhood Chain calls by one X handle with per-call token outcomes (reached real trading or died, current FDV) + true total and truncation flag.

Inferred read-only
robinx_social_momentum

Robinhood Chain tokens ranked by measured caller-accuracy weight, then independent voices, then mention count — mutual-follow clusters collapsed to ONE voice each.

Inferred read-only
robinx_smart_holders

Wallets in this token's notable holder set that have a MEASURED record elsewhere on Robinhood Chain: off-market extraction history (with percentile rank among 4,000+ indexed wallets) and/or deployer track records, plus ENS/Farcaster identity.

Inferred read-only
robinx_follows

Follow/unfollow transitions by the X accounts that matter on Robinhood Chain — the chain's principals and launchpad accounts — checked roughly every 6 hours and recorded as timestamped events.

Inferred read-only
robinx_followed_by

Free check: which watched Robinhood Chain principal accounts follow a given X handle, and since when — plus any observed follow/unfollow history.

Inferred read-only
robinx_identify

Paste a crypto price-chart SCREENSHOT and get back which Robinhood Chain token it shows.

Inferred read-only
robinx_entity

Follow a wallet across the accumulated holder-snapshot archive: every scanned token it appears in with balance then/now, plus ENS/Farcaster identity and insider/deployer records.

Inferred read-only

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.robinx]
url = "https://api.robinx.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "robinx": {
      "type": "http",
      "url": "https://api.robinx.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: robinx
Remote MCP URL: https://api.robinx.io/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": {
    "robinx": {
      "url": "https://api.robinx.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "robinx": {
      "type": "http",
      "url": "https://api.robinx.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "robinx",
  "transport": "streamable-http",
  "url": "https://api.robinx.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.