Server data from the Official MCP Registry
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
Remote endpoints: streamable-http: https://x402-seller-m8nx.onrender.com/mcp
Valid MCP server (2 strong, 3 medium validity signals). 1 known CVE in dependencies Imported from the Official MCP Registry.
5 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-wyattpalm2-eng-x402-seller": {
"url": "https://x402-seller-m8nx.onrender.com/mcp"
}
}
}From the project's GitHub README.
Live: https://x402-seller-m8nx.onrender.com · Base mainnet · no signup, no API key — pay per call in USDC via x402
Your agent is about to ape into a token. One bad ape costs its whole position. This API answers "is this a rug?" in one call, with evidence:
needs_review flag when the two engines disagree.# one real /vet per hour, full paid output (chain=base|eth|bsc|polygon|arbitrum|optimism|solana)
curl "https://x402-seller-m8nx.onrender.com/demo/vet?chain=eth&address=0x6982508145454Ce325dDbE47a25d4ec3d2311933"
# the receipts: our verdicts graded against real outcomes (free)
curl "https://x402-seller-m8nx.onrender.com/track-record"
# sample output for every endpoint (free)
curl "https://x402-seller-m8nx.onrender.com/examples"
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const payFetch = wrapFetchWithPayment(fetch, privateKeyToAccount(process.env.PK));
const r = await payFetch("https://x402-seller-m8nx.onrender.com/vet?chain=base&address=0x…");
// 402 → auto-pay USDC on Base → data. That's the whole integration.
| Route | Price | What you get |
|---|---|---|
GET /alpha/launches?chain= | $0.08 | Launch radar — discovers what just launched AND rug-screens every candidate in one call, ranked safest-first with a per-token verdict. Replaces the whole discover→screen→rank pipeline. EVM + Solana |
GET /vet?chain=&address= | $0.05 | Single-token go/no-go: market + composite rug score + liquidity-drain trend → clear/caution/avoid + reasons. EVM + Solana |
GET /onchain/safety?chain=&address= | $0.03 | Composite rug score: red/green flags, 0-100 risk, live-sim results, needs_review disagreement flag |
GET /screen?chain=&addresses=a,b,c | $0.03 | Batch-vet up to 8 tokens, sorted safest-first + summary |
GET /onchain/liquidity?chain=&address= | $0.01 | Liquidity-drain verdict from our self-collected reserve series: draining_fast/draining/stable/growing |
GET /brief?symbol=BTC | $0.03 | Market regime in one call: spot + funding/OI + sentiment → risk_on/risk_off/neutral |
GET /derivs?symbol=BTC | $0.01 | Perp funding (hourly + annualized), open interest, crowded-positioning signal |
GET /onchain/token /trending /new /defi | $0.005–0.01 | Token snapshots, trending pools, fresh launches, chain TVL |
GET /price /stock /markets /signal | $0.001–0.01 | Spot crypto, stocks/ETFs, market snapshot, momentum verdict |
Free: / · /demo/vet · /track-record · /examples · /catalog · /llms.txt ·
/.well-known/x402.json · /.well-known/agent.json · /openapi.json · /health · /stats
Verdict-first flat JSON everywhere: read field 1, act. Reasons included for audit. Malformed requests are rejected before the paywall — your agent never pays for a doomed call.
Honest answer: the snapshots are free — the judgment and the history are not.
needs_review).Rug-checking + launch radar as agent tools. Two ways in:
Hosted (no install) — add the remote MCP server, free demo tools out of the box:
claude mcp add --transport http x402-seller https://x402-seller-m8nx.onrender.com/mcp
Tools: vet_token · launch_radar · rug_check · track_record · catalog (shared free daily demo budget; unlimited via the paid HTTP API). Published to the official MCP Registry as io.github.wyattpalm2-eng/x402-seller.
Local (self-hosted, pays for itself) — clone and run the stdio server, add a burner key for unlimited paid calls:
git clone https://github.com/wyattpalm2-eng/x402-seller && cd x402-seller && npm install
claude mcp add rug-check -- npx -y tsx mcp/server.mts
Tools: vet_token · launch_radar · rug_check · liquidity_trend · market_brief · track_record · catalog.
vet_token routes through the free demo (1 real call/hour),
track_record/catalog are always free.X402_BUYER_PK=0x… (a burner wallet with a few dollars of USDC on Base): every tool goes
unlimited, settling ~$0.01–0.05 per call via x402 automatically. No account anywhere.X402_SELLER_URL=…: point the tools at your own self-hosted instance.npm install && npm start # localhost:4021, Base Sepolia by default
NETWORK=eip155:8453 PAY_TO=0xYourWallet npm start # mainnet — keyless facilitators, no CDP account needed
One-click deploy: render.yaml blueprint. The server registers three redundant
keyless facilitators (PayAI, xpay, 0xarchive) on mainnet — no facilitator account required.
Prove the full payment loop end-to-end (needs a burner wallet with ~$1 USDC on Base):
BUYER_PK=0x<burner-key> npx tsx scripts/selfbuy.mts
@x402/express. Three redundant facilitators registered in one
x402ResourceServer — any one advertising Base-mainnet exact keeps settlement alive.encodeURIComponent everywhere, upstream
errors never echoed to clients. Receive-only — the server holds no private key./track-record and /onchain/liquidity ledgers are in-memory + JSONL on free-tier ephemeral
disk: depth compounds while the service runs and resets on redeploy. Documented, not hidden.src/
index.ts server: paywall wiring, free routes, demo, storefront
safety.ts EVM composite rug score (GoPlus × Honeypot.is + agreement factor)
solsafety.ts Solana composite (GoPlus-Solana × RugCheck)
history.ts liquidity time-series poller + drain detector
record.ts the self-graded public track record
composites.ts /vet and /brief answer endpoints
crypto.ts on-chain aggregator (DexScreener/GeckoTerminal/DeFiLlama)
funnel.ts who viewed (402) vs who bought — demand telemetry
scripts/
selfbuy.mts one-command real x402 purchase (settlement proof)
MIT. Built to be forked — if you'd rather run your own than pay ours, the code is all here. The moat isn't the code, it's the collected history and the graded record.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.