
ScanHood MCP server
On-chain honeypot/rug scanner, market data, and launch tools for Robinhood Chain (EVM 4663).
Little public usage data yet
Reviews
Write oneNobody has reviewed ScanHood yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
ScanHood tools (22)
write = sends, deletes, buys or postsapply_partner_keyFreeGet a free, higher-rate-limit (40r/s vs the 5r/s anonymous default) API key for a site that links back to scanhood.xyz. ScanHood fetches the site itself and checks for a real <a> to scanhood.xyz before issuing a key — self-reported claims are rejected. One key per site; re-applying with the same site returns the existing key.
build_launch_txFreeBuild (but do not sign or send) a launchToken transaction against ScanHood's live no-rug launchpad on Robinhood Chain — either Uniswap V3 (anti-snipe protection, supports an atomic initial buy) or V4 (Uniswap's newest, no anti-snipe window). Returns raw unsigned tx fields (to, data, value, gas) for the caller's own wallet to sign and broadcast — ScanHood never holds funds or keys. On success the token's liquidity is locked (V3: locker-held position; V4: locker-held one-sided position) and cannot be pulled.
get_bots_claim_prefsFreePer-token preferences for automatic trading-fee claiming.
get_bots_statsFreeStats from ScanHood's own arbitrage and fee-claim bots.
get_bridge_quoteFreeRead-only quote (no execution) for bridging native ETH/BNB between Robinhood Chain and Ethereum, Base, Arbitrum, or BNB Chain, via relay.link — the same route ScanHood's own Bridge tab uses. No ScanHood fee. Returns amountOut, an ETA in seconds, relay's own fee in USD, and the raw unsigned deposit tx (to/value/data) for the caller's own wallet to sign and send on the fromChain — ScanHood never holds funds or keys.
get_ohlcvFreeOn-chain OHLCV candles for a pool, for charting/backtesting.
get_paid_tier_infoFreeTreasury address and minimum payment to upgrade an existing partner key from the free tier (40r/s) to the paid tier (200r/s) via a Robinhood-Chain ETH payment.
get_partner_statusFreeLook up which site a partner key is registered to, when it was issued, and whether it has been upgraded to the paid tier.
get_scan_logFreeRecent completed token safety scans across all of ScanHood (real activity, not a sample) — powers the "recent rugs caught" / "safe launches today" homepage modules. Optionally filter by verdict.
get_scan_pricingFreeFree quota, price per scan, the Robinhood Chain treasury address, live wei amounts, and the step-by-step pay-and-retry recipe for when scan_token returns error free_quota_exceeded.
get_scan_rollupFreeDaily counts of PASS/CAUTION/DANGER verdicts plus a sample of real DANGER catches per day, for up to 60 days back. Powers the weekly "State of the Chain" report.
get_stock_fundamentalsFreeFundamentals for every US stock Robinhood has tokenized on Robinhood Chain (194 total, refreshed every 15min from public market data): price, market cap, trailing+forward P/E, EPS, price-to-book, dividend yield, 52-week high/low position, and on-chain "basis" — how far the on-chain pool price sits from the real listed price (spot a genuine discount or a broken pool before trading; a withheld basis means the pool price is implausible, not merely missing). Pass a symbol for one stock, or omit it for the full list.
get_stockback_deckFreeStockBack pays a share of real ScanHood trading-fee revenue as real tokenized stock, not points. Lists which real tokens are currently earnable and whether a reward auto-routes into a real covered-call yield vault.
get_stockback_vaultFreeReal Pending/Funded/Claimed StockBack state for one wallet. Pending is a promised USD value not yet backed by a purchase; Funded means a real on-chain stock purchase already confirmed and is waiting to be claimed; Claimed means it was already sent to the wallet. Works for any address, including ones that have never earned anything.
get_streakFreeA wallet's consecutive-day ScanHood usage streak.
get_swap_quoteFreeRead-only swap quote (no execution) for a token against the ScanHood swap contract — expected output for a given ETH-in (buy) or token-in (sell).
get_watchlistFreeReturns the token addresses a wallet has saved to its ScanHood watchlist.
save_watchlistFreeOverwrites a wallet's saved token watchlist (up to 200 tokens). Requires a signature proving ownership of the address: sign the exact string in 'message' with that wallet's key (e.g. personal_sign / EIP-191) and pass it as 'signature'. Not usable without real wallet-signing capability.
scan_tokenFreeComposite on-chain safety verdict for any Robinhood-Chain (chain 4663) token: honeypot buy+sell simulation, LP-lock status, contract verification, deployer reputation, RWA-impostor detection. Returns PASS/CAUTION/DANGER.
search_tokenFreeFind any Robinhood-Chain token by symbol, name, or address across the whole chain (not just the top pairs).
set_bots_claim_prefsFreeEnable or disable automatic fee claiming for a token. Requires a signature proving ownership of 'address': sign the exact string in 'message' with that wallet's key and pass it as 'signature'. Not usable without real wallet-signing capability.
upgrade_to_paid_tierFreeAfter sending at least the minimum ETH (see get_paid_tier_info) to the treasury address on Robinhood Chain, submit the transaction hash here to upgrade an existing partner key to the paid tier (200r/s). Verifies the payment on-chain before activating — each txid can only be used once.
Public scan report
scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 3197ms17/20
- Tool poisoning22 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Install directly
claude mcp add --transport http mcp https://scanhood.xyz/mcp
ScanHood: common questions
- Is ScanHood MCP server safe?
- With care: it is graded C, so read the findings first (63/100). Read the ScanHood safety report
- How do I install ScanHood?
- It runs remotely at scanhood.xyz. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does ScanHood need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is ScanHood maintained?
- The latest release is v1.0.0.
- Is ScanHood up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.