listings/finance/rug-munch-intelligence

Rug Munch Intelligence

by Rug Munchlivefrom $0.001 /call

Crypto market-data MCP with 117 tools plus 19 REST endpoints aggregating DexScreener, Birdeye, GMGN, Arkham, Nansen, Dune and Jupiter for token/DeFi intelligence. Pay-per-call in USDC on Base and Solana.

TOOLS · 11

#TOOLDESCRIPTIONPRICE/CALL
01get_token_riskprobedReal-time risk score for any token across 13+ chains. Returns score (0-100), tier (low/medium/high/critical), and risk factors. Free tier: 5 calls/day, $0.01 thereafter.free
02get_wallet_analysisprobedWallet activity, balance, transaction history, and reputation. Returns wallet profile + risk flags.varies
03get_deployer_reputationprobedDeployer reputation score 0-100 (100=clean, 0=serial rugger). Deterministic from on-chain history + news + RAG findings. Cached 1h.varies
04get_news_sentimentprobedLatest news for a token or wallet with sentiment classification. Returns articles + composite sentiment score.free
05generate_reportprobedFull AI research report on a token or wallet. 7 sections composed in parallel via LLM. $5/report. Returns full Markdown.varies
06query_catalogprobedNatural language catalog query. Returns matching tokens, wallets, deployers, news, RAG findings. $0.05/query.free
07find_similar_tokensprobedVector-similar tokens to a given token. Returns tokens with cosine similarity >= 0.85. $0.03/query.varies
08resolve_entityprobedCross-chain entity resolution. Given a wallet, find all linked wallets across chains via SAME_AS / FUNDED_BY_SAME / CLONE_OF / BEHAVIORAL_MATCH edges. $0.10/query.free
09analytics_queryprobedRun a read-only SQL query against the embedded DuckDB analytics engine. Use for sub-1GB analytical queries (counts, aggregations, joins). For larger queries, use ClickHouse directly. Max 10K rows returned.varies
10mcp_discoverprobedDiscover all available MCP tools with versioning, deprecation status, and schema introspection. Returns the full tool catalog with auth requirements.free
11status_checkprobedHealth check across all RMI subsystems (backend, postgres, clickhouse, qdrant, redis, minio, reth, mcp server, x402, certstream, glitchtip). Returns pass/fail/degraded for each with latency.free
Prices set by the provider and charged per successful call.

CONNECT

# Inspect the unpaid MCP/x402 requirement with a valid initialize request.
curl -i --request POST 'https://x402.rugmunch.io/mcp' \
  --header 'Content-Type: application/json' \
  --header 'Accept: application/json, text/event-stream' \
  --data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"toll402-check","version":"1.0.0"}}}'
Keep EVM_PRIVATE_KEY server-side and use a narrowly funded wallet.official MCP + x402 guide ↗