mcpserver.lol
registry/x402-services
Connection check verified live · 20h ago

x402-services

The only x402 MCP server for Robinhood Chain (chainId 4663) - 147 onchain, trading & AI tools.

Tools 159
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

159 tools

Read from the running server on 20h ago.

agent_reputation address*
Agent/wallet reputation score (0-100): a portable on-chain trust signal — activity, holdings, counterparty diversity, and sanctions — with a tier (untrusted/new/emerging/establishe…
ai_chat modelmessages*maxTokenstemperature
LLM chat completion via x402 - no accounts, no API keys. Fast models (gpt-4o-mini, gemini-2.0-flash, llama-3.3-70b, mistral-small, deepseek-chat). OpenAI-compatible: send { message…
ai_chat_pro modelmessages*maxTokenstemperature
Frontier-model chat completion via x402 (gpt-4o, claude-sonnet-4, gemini-2.5-pro, deepseek-r1, grok-3). OpenAI-compatible messages. Payable in USDG on Robinhood Chain or USDC anywh…
ai_models
AI Gateway model list: available LLMs per tier with prices and caps. The FIRST LLM inference gateway payable in USDG on Robinhood Chain (also USDC on Base/Polygon/Arbitrum/Solana).…
analytics_indicators coin*days
Technical indicators for a token computed from daily closes: RSI(14), SMA20/50, EMA12/26, MACD, with bullish/bearish signals. Send { coin, days? }. [x402 paid tool — price $0.005;…
analytics_ohlcv pool*chainlimittimeframe
OHLCV candles for a DEX pool (open/high/low/close/volume) at minute/hour/day resolution. Send { chain, pool, timeframe?, limit? }. Charting data for any pool. [x402 paid tool — pri…
analytics_price_at coin*when
Point-in-time historical price: what did a token cost at a past date/timestamp? Send { coin, when }. Essential for backtesting, accounting, and audits. [x402 paid tool — price $0.0…
board_get keyboard*token*
Shared blackboard: read one key or list all keys+entries. Send { board, token, key? }. [x402 paid tool — price $0.003; POST /api/board/get]
board_set key*board*token*value*
Shared blackboard: set a versioned key on a multi-writer board. Send { board, token, key, value }. [x402 paid tool — price $0.003; POST /api/board/set]
business_days startaddDays*holidaystimezone
Add/subtract business days (skips weekends + given holidays). Send { start?, addDays, holidays?, timezone? }. [x402 paid tool — price $0.003; POST /api/business-days]
calc precisionexpression*
Exact calculator + unit conversion (arbitrary precision). e.g. '3 inch to cm', 'sqrt(2)^10'. Send { expression, precision? }. [x402 paid tool — price $0.003; POST /api/calc]
catalysts_calendar daysprotocols
Upcoming token-unlock calendar: the biggest unlocks across a basket of tokens within N days, ranked by USD value. Send { protocols?, days? }. See which supply shocks are coming and…
catalysts_governance limitspacestate
On-chain governance activity via Snapshot: active (or recent) proposals ranked by voting power, with title, space, votes, and end time. Send { space?, state?, limit? }. Governance…
catalysts_search limitquery
Find protocols that have tracked token-unlock schedules, by name substring. Send { query }. Use the returned slug with catalysts/unlocks. [x402 paid tool — price $0.005; POST /api/…
catalysts_unlocks limitprotocol*
Token unlock / vesting schedule for a protocol: next unlock date, token amount, USD value, category and type, plus upcoming events. Send { protocol } (slug, e.g. "aptos", "arbitrum…
compliance_label address*
Entity labeling: is this address an EOA, a (proxy) contract, a known protocol, or flagged as scam — with name and public tags. Send { address }. [x402 paid tool — price $0.05; POST…
compliance_risk address*
Address risk score (0-100): OFAC status, interaction with sanctioned addresses, contract verification, and activity, with a risk level and flags. Send { address }. Chainalysis-lite…
compliance_screen address*
OFAC sanctions screening: is this address on the US OFAC sanctioned-address list? Send { address }. Every agent moving money legally needs this pre-transaction check. [x402 paid to…
compliance_taint hopsaddress*
Tainted-funds tracing: does this wallet's incoming money trace back to a sanctioned address within N hops? Multi-hop fund-flow trace on Base. Send { address, hops? }. Screen incomi…
counter byname*token*
Atomic counter: increment-and-return a named counter (collision-free running totals & IDs across agent runs). Send { name, token, by? }. [x402 paid tool — price $0.003; POST /api/c…
cron_explain counttimezoneexpression*
Explain a cron expression: the next N run times in a timezone. Send { expression, count?, timezone? }. [x402 paid tool — price $0.003; POST /api/cron/explain]
crypto_activity address*
Wallet activity summary: recent transactions, top methods called, distinct counterparties, and latest actions for an address on Base. Send { address }. Agents profile what a wallet…
crypto_balances address*
Full wallet portfolio: native ETH + all ERC-20 token balances for an address on Base, with amounts. Send { address }. Let agents read any wallet's holdings. [x402 paid tool — price…
crypto_contract input*
Contract decoder: pass a verified 0x contract address to get its function ABI, or a 0x-selector (8 hex) to decode which function it is. Send { input }. Agents understand contracts…
crypto_convert to*from*amount*
Convert an amount between any two crypto/fiat assets at live rates. Send { amount, from, to }, e.g. convert 1.5 ETH to USDC. Instant FX for agents pricing on-chain actions. [x402 p…
crypto_ens input*
Resolve an ENS name or Basename to an address, or reverse-resolve a 0x address to its name + avatar. Send { input }. Human-readable identity for agents. [x402 paid tool — price $0.…
crypto_gas
Live Base gas oracle: current gas price plus estimated cost (ETH & USD) for a transfer, swap, or mint. Send {} — no input needed. Agents budget transactions before acting. [x402 pa…
crypto_price symbols*
Live crypto & token prices in USD. Send tickers or coingecko ids, e.g. { symbols: ["ETH","USDC","BTC"] }. Real-time on-chain pricing for finance and trading agents. [x402 paid tool…
crypto_token address*
Token intelligence: name, symbol, supply, holder count, source-verification, and safety signals for a contract. Send { address }. Agents vet a token before touching it. [x402 paid…
crypto_tx hash*
Transaction status & receipt on Base: confirmations, success/fail, from/to, value, fee, method. Send { hash }. Agents confirm their on-chain actions settled. [x402 paid tool — pric…
crypto_yields chainlimitminTvlproject
Top DeFi yield opportunities across chains from DeFiLlama, filterable by chain/project/min-TVL, ranked by APY. Send { chain?, project?, minTvl?, limit? }. Yield discovery for finan…
datetime op*totimeunitamounttimezone
Date/time math + timezones. op: now | convert | add | diff. Send { op, time?, timezone?, amount?, unit?, to? }. [x402 paid tool — price $0.003; POST /api/datetime]
deadman_ping id*token*
Dead-man's switch: heartbeat to keep the switch from firing. Send { id, token }. [x402 paid tool — price $0.003; POST /api/deadman/ping]
deadman_register id*url*token*intervalSec*
Dead-man's switch: if you don't ping within intervalSec, we POST your webhook. Detects crashed agents. Send { id, token, url, intervalSec }. [x402 paid tool — price $0.003; POST /a…
diff a*b*
Structured deep diff of two JSON values (added/removed/changed by path). Send { a, b }. [x402 paid tool — price $0.003; POST /api/diff]
escrow_create payee*payer*token*deadlinecondition*amountUsdc*
Create an agent-to-agent conditional-payment agreement: payer, payee, amount, release condition, deadline — returns an id both parties track. Send { token, payer, payee, amountUsdc…
escrow_list limitpartytoken
List conditional-payment agreements for your token (yours) or a party address (involving that address). Send { token } or { party }. [x402 paid tool — price $0.005; POST /api/escro…
escrow_resolve id*notetoken*outcome*
Resolve a conditional-payment agreement: the creator marks 'release' (pay payee) or 'refund' (return to payer); returns a settlement instruction to execute over x402. Send { id, to…
escrow_status id*
Check the state of a conditional-payment agreement (pending/released/refunded/expired). Send { id }. [x402 paid tool — price $0.005; POST /api/escrow/status]
exec_gas chains
Live gas prices across major chains (Base, Ethereum, Arbitrum, Optimism, Polygon, BSC) with estimated USD cost of a swap. Send { chains? }. Time and route transactions for the chea…
exec_quote chaintokenIn*amountIn*tokenOut*
Best-route swap quote across DEXes (KyberSwap aggregator): expected output, USD in/out, price impact %, gas cost, and the DEXes routed through. Send { chain, tokenIn, tokenOut, amo…
exec_sandwich chaintokenIn*amountIn*tokenOut*
Sandwich / MEV risk score for a planned swap, from price impact and trade size, with concrete mitigations (private RPC, tighter slippage, order splitting). Send { chain, tokenIn, t…
exec_slippage chaintokenIn*amountIn*tokenOut*
Recommended max slippage for a planned swap based on live price impact plus a buffer, with a rating. Send { chain, tokenIn, tokenOut, amountIn }. Avoid failed txns and overpaying o…
extract html*
Extract structured data (title, links, meta, headings, text) from HTML as JSON. [x402 paid tool — price $0.003; POST /api/extract]
idempotency key*token*ttlSec
Idempotency key: returns firstTime:true only once per key within ttl (dedupe retries/double-sends). Send { key, token, ttlSec? }. [x402 paid tool — price $0.003; POST /api/idempote…
inbox_create token*
Webhook inbox: get a disposable URL that captures inbound POSTs for you to poll. Send { token }. [x402 paid tool — price $0.003; POST /api/inbox/create]
inbox_poll id*sincetoken*
Webhook inbox: fetch captured messages newer than a timestamp. Send { id, token, since? }. [x402 paid tool — price $0.003; POST /api/inbox/poll]
jsonschema data*schema*
Validate data against a JSON Schema (strict). Returns valid + detailed errors. Send { schema, data }. [x402 paid tool — price $0.003; POST /api/jsonschema]
lending_health chainaddress*
Aave v3 position health: health factor, collateral, debt, liquidation buffer, and a risk verdict for a wallet. Send { address, chain? }. Know your liquidation risk before it hits.…
lending_liquidations chainlimitminDebtUsd
Liquidation-opportunity scanner: at-risk Morpho Blue borrower positions (health factor < 1) that can be liquidated for a bonus, with borrower, market, debt and collateral in USD. S…
lending_rates assetchainlimit
Best supply/lending APYs for an asset across Aave, Compound, Morpho, Spark and more, ranked by yield with TVL. Send { asset, chain? }. Rate-shop where to lend. [x402 paid tool — pr…
links_check urls*
Batch link-liveness: check up to 50 URLs return 200 (dead-link detection). Send { urls: [..] }. [x402 paid tool — price $0.003; POST /api/links/check]
lock_acquire name*token*ttlSec
Distributed lock: acquire a named lock for ttlSec so only one agent proceeds. Returns acquired:false if held. Send { name, token, ttlSec? }. [x402 paid tool — price $0.003; POST /a…
lock_release name*token*holder
Release a distributed lock you hold. Send { name, token, holder? }. [x402 paid tool — price $0.003; POST /api/lock/release]
markdown html*
Convert raw HTML to clean, LLM-ready markdown. Strips nav/script/style noise. [x402 paid tool — price $0.003; POST /api/markdown]
memory_get ns*keytoken*
Agent Memory: read a stored value by key, or omit key to list all keys in your namespace. Send { ns, token, key? }. [x402 paid tool — price $0.003; POST /api/memory/get]
memory_set ns*key*token*value*
Agent Memory: durable key-value storage that survives between agent runs. Write a JSON value (16KB max) under a key. First write to a namespace claims it with your secret token. Se…
options_chain limitexpirycurrency*
Full options chain for a currency & expiry: per-strike calls & puts with mark price, implied volatility, and open interest. Send { currency, expiry? }. The complete options board f…
options_greeks iv*ratespot*type*strike*daysToExpiry*
Black-Scholes option pricing: fair value + full greeks (delta, gamma, vega, theta, rho) for ANY option, listed or not. Send { type, spot, strike, daysToExpiry, iv, rate? }. Price a…
options_maxpain expirycurrency*
Max-pain strike + put/call open-interest ratio for an expiry — the price level where option holders lose most; a positioning/magnet signal. Send { currency, expiry? }. [x402 paid t…
options_price typeexpirystrikecurrencyinstrument
Live crypto option quote from Deribit: mark price, IV, open interest, greeks, underlying. Send { instrument } (e.g. BTC-28AUG26-70000-C) or { currency, strike, type, expiry? }. Rea…
options_vol currency*
Implied-volatility term structure: ATM IV per expiry and front-month IV for a currency. Rising IV = rising expected volatility. Send { currency }. [x402 paid tool — price $0.005; P…
perps_basis coin*
Perp-vs-spot basis for a coin: mark price vs spot oracle, basis %, annualized carry, and contango/backwardation signal. Send { coin }. Basis-trade and cash-and-carry signal. [x402…
perps_funding coin*
Perpetual funding rate for a coin on Hyperliquid: current hourly rate, annualized APR, mark & spot-oracle price, open interest, 24h volume, premium, plus cross-venue funding (Hyper…
perps_funding_arb coin*
Cross-venue funding-rate arbitrage for a coin: annualized funding on Hyperliquid vs Binance vs Bybit, the spread, and the delta-neutral long/short leg to capture it. Send { coin }.…
perps_markets sortlimit
All Hyperliquid perp markets with mark price, funding APR, open interest, 24h volume, and basis, sorted by volume, open interest, or funding. Send { limit?, sort? }. Full derivativ…
perps_movers limit
Perp funding extremes: coins with the highest funding (crowded longs) and lowest/negative funding (crowded shorts) — squeeze and mean-reversion signals. Send { limit? }. Momentum &…
perps_oi coinlimit
Open interest for a coin (with USD notional) or the top perps by open interest across Hyperliquid. Send { coin } or { limit }. Positioning & liquidity depth for derivatives agents.…
portfolio_pnl address*
Portfolio 24h PnL: unrealized profit/loss in USD and % on current holdings, plus the biggest movers. Send { address }. Track how the book is doing. [x402 paid tool — price $0.05; P…
portfolio_risk address*
Portfolio concentration risk: top-holding %, HHI concentration index, stablecoin %, diversification flags. Send { address }. Spot dangerous concentration before it hurts. [x402 pai…
portfolio_taxlots address*
FIFO realized-gains estimate for a wallet: per-token and total realized profit/loss in USD from its Base ERC-20 trade history, priced at historical closes. Send { address }. Fast c…
portfolio_value address*
Multi-chain wallet net worth: total USD value, per-chain breakdown, positions, and allocation % across Base, Ethereum, Arbitrum, Optimism and Polygon holdings. Send { address }. In…
predict_arb queryminEdgePct
Prediction-market arbitrage scanner: markets whose outcome prices sum below $1, implying a risk-free edge before fees. Send { query?, minEdgePct? }. [x402 paid tool — price $0.005;…
predict_feargreed
Crypto Fear & Greed index (0=extreme fear, 100=extreme greed) with weekly trend — a contrarian market-sentiment signal. Send {}. [x402 paid tool — price $0.005; POST /api/predict/f…
predict_market slug*
Odds for a specific Polymarket market by slug: outcomes, probabilities, volume, liquidity. Send { slug }. [x402 paid tool — price $0.005; POST /api/predict/market]
predict_odds limitquery
Prediction-market implied probabilities from Polymarket: search live event markets and get outcome probabilities, volume, and end date. Send { query, limit? }. Crowd-sourced odds f…
predict_trending limit
Highest-volume live prediction markets — what the crowd is actively pricing right now. Send { limit? }. [x402 paid tool — price $0.005; POST /api/predict/trending]
preflight txswapchaintokenstrictspender +2
Pre-Sign Co-Pilot — the ONE call an agent makes before signing ANY transaction, on ANY chain. Returns a single GO/CAUTION/STOP verdict: will it succeed (and if it reverts, why + th…
pubsub_poll sincetoken*topic*
Pub/sub: fetch messages on a topic newer than a sequence number. Send { topic, token, since? }. [x402 paid tool — price $0.003; POST /api/pubsub/poll]
pubsub_publish data*token*topic*
Pub/sub: publish a message to a topic. Send { topic, token, data }. [x402 paid tool — price $0.003; POST /api/pubsub/publish]
queue_pop name*token*
Task queue: pop the oldest item from a named queue (FIFO). Send { name, token }. [x402 paid tool — price $0.003; POST /api/queue/pop]
queue_push item*name*token*
Task queue: append a JSON item to a named queue for later/other agents. Send { name, token, item }. [x402 paid tool — price $0.003; POST /api/queue/push]
ratelimit costtoken*bucket*capacity*refillPerSec*
Rate-limit token bucket: shared self-throttle. Returns allowed + remaining. Send { bucket, token, capacity, refillPerSec, cost? }. [x402 paid tool — price $0.003; POST /api/ratelim…
read url*
Fetch any public web page and return clean, LLM-ready markdown (plus title and final URL). Send { url }. We handle fetching, redirects, and noise-stripping. [x402 paid tool — price…
read_structured url*
Fetch any public web page and return structured JSON: title, meta description, headings, links, text preview. Send { url }. [x402 paid tool — price $0.003; POST /api/read/structure…
regex text*flagspattern*
Apply a regex to text and return all matches + capture groups (deterministic; LLMs guess regex wrong). Send { pattern, text, flags? }. [x402 paid tool — price $0.003; POST /api/reg…
rh_arb ticker*minLiquidityUsd
Cross-venue arbitrage: prices a tokenized stock across every liquid Robinhood Chain pool/DEX and returns the high/low and spread %. Send { ticker, minLiquidityUsd? }. Spot misprici…
rh_basis ticker*
Three-way basis for a tokenized stock: Lighter perp mark vs canonical onchain spot (Robinhood Chain DEX) vs last real-equity close, with each pairwise spread %. Send { ticker }. Th…
rh_catalysts ticker*
Event catalysts for a tokenized stock, mapped from the underlying equity: next earnings date (with before/after-close timing and days away) and next dividend (ex-date, payment date…
rhchain_activity address*
Robinhood Chain recent transactions for an address: hash, method, status, counterparties, value. Send { address }. [x402 paid tool — price $0.005; POST /api/rhchain/activity]
rhchain_balance tokenaddress*
Robinhood Chain balances: native ETH plus any token balance (defaults to USDG, the chain's stablecoin). Send { address, token? }. [x402 paid tool — price $0.002; POST /api/rhchain/…
rhchain_block
Robinhood Chain latest block: number, timestamp, tx count, gas used, base fee. The chain tip for RH Chain (chainId 4663) - the first paid RPC suite for this chain. Send {}. [x402 p…
rhchain_call to*data*from
Robinhood Chain read-only eth_call: query any contract view function. Send { to, data, from? }. [x402 paid tool — price $0.005; POST /api/rhchain/call]
rhchain_contract address*
Robinhood Chain contract inspector: is it a contract, code size, verified name/compiler, ABI availability. Send { address }. [x402 paid tool — price $0.005; POST /api/rhchain/contr…
rhchain_gas todatafrom
Robinhood Chain gas: current gas price, plus a gas estimate + ETH cost if you send { to, data?, from? }. [x402 paid tool — price $0.002; POST /api/rhchain/gas]
rhchain_logs blockstopic0address*
Robinhood Chain event logs for a contract over a recent block window (optionally filtered by topic0). Send { address, topic0?, blocks? }. [x402 paid tool — price $0.005; POST /api/…
rhchain_nonce address*
Robinhood Chain account nonce (latest + pending) for building transactions. Send { address }. [x402 paid tool — price $0.001; POST /api/rhchain/nonce]
rhchain_registry
THE canonical Robinhood Chain tokenized-stock registry: every RH tokenized equity symbol -> contract address, plus USDG. The first machine-readable registry for this chain. Send {}…
rhchain_token_transfers address*
Robinhood Chain ERC-20 transfer history for an address: token, amount, counterparties, method, timestamps. Send { address }. [x402 paid tool — price $0.005; POST /api/rhchain/token…
rhchain_tx hash*
Robinhood Chain transaction lookup: status (success/failed/pending), block, from/to, value, gas used, log count. Send { hash }. [x402 paid tool — price $0.005; POST /api/rhchain/tx…
rhchain_usdg
USDG (Global Dollar) on Robinhood Chain: total supply, holder count, contract. The chain's native stablecoin at a glance. Send {}. [x402 paid tool — price $0.002; POST /api/rhchain…
rhchain_watch address*callbackUrl*
Robinhood Chain address watcher: register an https callback and we POST to it whenever the address has a new ERC-20 transfer (60s polling, persisted). Agent-infra: stop polling, ge…
rh_depth feePctticker*sizeUsd
Pre-trade price-impact / slippage curve for a tokenized stock: estimated % impact to buy a set of trade sizes on the deepest venue and aggregated across venues, using a constant-pr…
rh_dislocation ticker*threshold
Tokenized-stock rich/cheap signal on Robinhood Chain: compares the onchain DEX token price vs the real equity's last close vs the Lighter perp mark, with each pairwise spread % and…
rh_funding_arb limit
Ranks Robinhood Chain tokenized-stock perps by funding carry: Lighter funding APR per ticker plus the cross-venue spread vs Binance/Bybit/Hyperliquid (funding-capture edge). Send {…
rh_funding_scan limit
Cross-venue funding scan for every tokenized-stock perp: each ticker's funding across Lighter/Hyperliquid/Binance/Bybit, ranked by the most extreme rate, with mark price and a crow…
rh_gainers limitdirection
Top movers on Robinhood Chain: biggest 24h gainers (or losers) among liquid pools, with price change, liquidity, and volume. Send { limit?, direction? }. Momentum radar for the Rob…
rh_gap_radar limittickers
Overnight/weekend gap radar: while the US cash market is closed, ranks tokenized stocks by how far their 24/7 Robinhood Chain price has repriced vs the last regular-market close, w…
rh_liquidity_map ticker*
Liquidity map for a tokenized stock: aggregates every indexed Robinhood Chain pool and breaks down where the liquidity lives venue by venue (Uniswap/Pleiades/Rialto/Arcus...), with…
rh_momentum ticker*
Real-time price momentum for a tokenized stock on Robinhood Chain: price change over 5m/1h/6h/24h, per-window onchain volume, a volume-surge ratio (last hour vs the 24h hourly aver…
rh_new_listings limitequityOnly
Freshest tokens on Robinhood Chain: the newest tokenized stocks/RWAs to appear on-chain, deduped to first-seen per symbol, with age, price, liquidity, and a tokenized-equity flag.…
rh_oracle_deviation ticker*
Chainlink oracle health for a tokenized stock on Robinhood Chain: reads the live onchain Chainlink feed (latestRoundData) and compares it to the DEX spot and the real equity price,…
rh_perp_funding ticker*
Robinhood Chain tokenized-stock perp funding: for a ticker, the live Lighter perpetual funding rate (hourly + annualized APR), mark vs index premium, open interest, and the SAME un…
rh_perp_oi ticker*
Robinhood Chain tokenized-stock perp open interest & stats on Lighter: open interest (base + USD notional), mark/index/last price, 24h volume, price change, and daily high/low/trad…
rh_pool address*
Deep analytics for a specific Robinhood Chain pool or token: price, liquidity, 24h volume, FDV, fee tier, estimated fee APR, and 24h price change. Send { address } (pool or token c…
rh_premium ticker*
Premium/discount arbitrage signal: compares a tokenized stock's live Robinhood Chain price against the real-world equity price and returns the premium/discount % plus a buy-onchain…
rh_session_clock
US equity market session clock: is the underlying cash market (NYSE/Nasdaq) open, pre-market, after-hours, or closed right now, with holiday/half-day awareness and minutes-to-open/…
rh_spread feePctticker*clipUsd
Effective round-trip execution cost for a tokenized stock right now: best executable buy vs best executable sell price for a small reference clip across all venues, and the resulti…
rh_stock ticker*
Robinhood Chain tokenized-stock quote: pass a stock ticker (NVDA, AAPL, TSLA...) and get its canonical on-chain token on Robinhood's L2 with live price, liquidity, 24h volume, and…
rh_stocks tickers
List tokenized stocks & ETFs live on Robinhood Chain with on-chain prices, liquidity, and volume. Send {} for the default basket or { tickers: [...] } for specific ones. Discovery…
rh_tvl
Robinhood Chain health snapshot: total value locked, 24h DEX volume, indexed pool count, and the top pools by liquidity. Send {}. Macro view of Robinhood's onchain economy for allo…
rh_verify tickeraddress
Canonical contract verification for Robinhood Stock Tokens: given a ticker, returns the ONE official Robinhood Chain contract address (cross-checked live against the onchain symbol…
rh_whale_flow ticker*
Onchain buy/sell pressure for a tokenized stock on Robinhood Chain: buys vs sells, buy % of trades, and average trade size (a whale-vs-retail proxy) across 5m/1h/6h/24h. Send { tic…
rh_yields limitminLiquidityUsd
DeFi LP yield opportunities on Robinhood Chain: pools ranked by estimated fee APR (fee tier x 24h volume / liquidity), with liquidity and volume. Send { limit?, minLiquidityUsd? }.…
safety_approvals chainowner*windows
Token-approval / allowance risk scanner: recent ERC-20 approvals a wallet granted, which are unlimited, and to whom. Send { chain, owner, windows? }. Find risky allowances that cou…
safety_decode data*
Decode raw calldata into its function + arguments and flag dangerous patterns (unlimited approve, setApprovalForAll, permit, transferFrom). Send { data }. Understand what a transac…
safety_guardrail to*datafromchainvalue
Pre-sign safety verdict: one call decodes a pending transaction and checks sanctioned counterparties, unlimited-approval/drainer patterns, contract-vs-EOA, and whether it would rev…
safety_simulate to*datafromchainvalue
Transaction simulation: will this tx succeed or revert, and why? Returns success/revert reason, return data, and decoded action. Send { chain, to, data, from?, value? }. Dry-run be…
schedule url*token*fireAt*methodpayload
Webhook Scheduler: schedule a future HTTP callback. At fireAt, we call your url with the payload. Agents' alarm clock for async work. Send { token, url, fireAt (ISO-8601), payload?…
schedule_cron url*cron*token*methodpayload
Recurring webhook: fire your URL on a cron schedule (repeats). Send { token, url, cron, payload?, method? }. [x402 paid tool — price $0.003; POST /api/schedule/cron]
schedule_status id*token*
Webhook Scheduler: check a scheduled job's status and last delivery result. Send { token, id }. [x402 paid tool — price $0.003; POST /api/schedule/status]
scout_rankings taglimitnetwork
Bazaar Scout: independently measured health rankings of x402 services (uptime, latency, payment-terms validity). Query: limit, network, tag. [x402 paid tool — price $0.005; GET /ap…
scout_service resource
Bazaar Scout: detailed health report + probe history for one x402 service. [x402 paid tool — price $0.005; GET /api/scout/service]
snipe_holders chainaddress*
Holder & liquidity concentration analysis: top holder %, top-10 %, LP locked/burned %, holder list with contract/lock flags, and concentration risk warnings. Send { address, chain?…
snipe_honeypot chainaddress*
Fast yes/no honeypot check for a token before buying: is it sellable, buy/sell tax, and whether the creator has deployed honeypots before. Send { address, chain? }. Cheap, instant…
snipe_impact chainaddress*amountUsd*
Estimate price impact and suggested max slippage for a trade of a given USD size against a token's live pool liquidity. Send { address, amountUsd, chain? }. Size positions correctl…
snipe_newpairs chainlimitminLiquidityUsd
Snipe new token launches: the freshest liquidity pools on a chain, newest first, with pool age in seconds, price, FDV, and liquidity. Send { chain, limit?, minLiquidityUsd? }. Supp…
snipe_pair chainaddress*
Full trading snapshot for a token: live price, liquidity, FDV, market cap, 5m/1h/6h/24h volume and price change, buy/sell counts, and pair age. Send { address, chain? }. Complete p…
snipe_rh limit
Robinhood Chain live pools: new and trending liquidity pools on Robinhood's Ethereum L2 for tokenized stocks and DeFi, built for 24/7 agentic onchain trading. Send { limit? }. Firs…
snipe_safety chainaddress*
Full rug/honeypot audit for a token: honeypot detection, buy/sell tax, source verification, mint/pause/blacklist/hidden-owner privileges, proxy check, holder & LP counts, plus a 0-…
snipe_search limitquery*
Search tokens and trading pairs across all chains by name, symbol, or address, ranked with price, liquidity, and 24h volume. Send { query, limit? }. Find the right contract fast be…
snipe_trending chainlimit
Trending / hottest pools on a chain right now, ranked by volume and momentum, with price change, volume, and liquidity. Send { chain, limit? }. Supports Base, Solana, Ethereum, Arb…
snipe_wallet limitaddress*
Copy-trade tracker: a wallet's recent token transfers on Base, labeled buy/sell, plus the tokens it just acquired. Send { address, limit? }. Follow smart-money wallets and mirror w…
sol_graduating limit
Solana pump.fun coins closest to graduating to Raydium: bonding-curve coins ranked by SOL raised, with approximate bonding progress %, market cap, age, and socials. Send { limit? }…
sol_launches limitmaxAgeMinminMcapUsd
Freshest Solana token launches from pump.fun: newest coins with age (seconds), USD market cap, SOL raised on the bonding curve, reply count, live flag, and socials. Send { limit?,…
sol_rug_check mint*
Authoritative rug/safety report for a Solana token (rugcheck.xyz): normalized risk score, whether mint & freeze authority are renounced, LP locked %, top-5 and top-10 holder concen…
ton_account address*
TON account state: TON balance, status (active/frozen/uninit), is-wallet, name. Send { address }. [x402 paid tool — price $0.002; POST /api/ton/account]
ton_agent_wallet address*
TON Agentic-Wallet intelligence: read a Telegram AI agent's wallet funding, stablecoin balance, activity + a FUNDED/UNFUNDED/INACTIVE verdict before you transact with it. Send { ad…
ton_balance jettonaddress*
TON native + jetton balance for an address (defaults to USD₮). Send { address, jetton? }. [x402 paid tool — price $0.002; POST /api/ton/balance]
ton_block
TON/Gram latest masterchain block: seqno, workchain, shard tip. The chain tip for The Open Network (Telegram's chain, tvm:-239). Send {}. [x402 paid tool — price $0.001; POST /api/…
ton_dns domain*
Resolve a .ton DNS name to its wallet address + expiry. Send { domain } e.g. foundation.ton. [x402 paid tool — price $0.002; POST /api/ton/dns]
ton_gram
GRAM/TON network snapshot: GRAM price + USD₮-on-TON stablecoin footprint (holders, supply) — the size of the 1B-user Telegram economy. Send {}. [x402 paid tool — price $0.002; POST…
ton_jetton jetton
TON jetton master intelligence (defaults USD₮): supply, holders, decimals, mintability, admin. Send { jetton? }. [x402 paid tool — price $0.002; POST /api/ton/jetton]
ton_jetton_holders limitjetton
Top holders of a TON jetton (default USD₮): concentration signal for the Telegram economy. Send { jetton?, limit? }. [x402 paid tool — price $0.005; POST /api/ton/jetton-holders]
ton_nfts limitaddress*
NFTs held by a TON address — includes Telegram usernames & anonymous numbers traded onchain. Send { address, limit? }. [x402 paid tool — price $0.005; POST /api/ton/nfts]
ton_price tokens
TON/GRAM and jetton spot prices in USD with 24h change. Send { tokens? } (default ton). [x402 paid tool — price $0.001; POST /api/ton/price]
ton_transfers limitaddress*
Recent activity/transfers for a TON address (events + action types). Send { address, limit? }. [x402 paid tool — price $0.005; POST /api/ton/transfers]
ton_tx hash*
TON transaction status by hash: success, exit code, fees, account. Send { hash }. [x402 paid tool — price $0.005; POST /api/ton/tx]
wallet_reputation address*
Wallet reputation: objective on-chain trust signals for an EVM address (vet a counterparty before dealing). Send { address }. [x402 paid tool — price $0.003; POST /api/wallet/reput…