Wallet Intelligence Meta-Aggregator MCP x402 USDC on Base 7-axis fan-out

One call - 7 EVM wallet-intelligence axes in parallel. Composes labels, portfolio risk, DeFi position health, MEV exposure, approvals risk, CEX flows, and funding-origin trace into a single dossier. No signup, no API key. Settle USDC on Base via x402.

Endpoints

EndpointWhat you getPrice
POST /v1/wallet/dossier Full 7-axis dossier with per-axis source_url, ok, latency_ms, status_code, raw upstream data. Fail-soft. $0.75
POST /v1/wallet/dossier_summary Plain-English 2-paragraph summary derived from the same 7 axes. Triage / chat-agent friendly. $0.50

Composed axes

AxisSource
labelsENS + OFAC SDN + Tornado Cash mixer registry + on-chain ERC-20 metadata + public-label registry
portfolio_riskAave V3 + Compound III + Uniswap V3 LP + ERC-20 holdings + GoPlus token-security
defi_healthMorpho Blue + Aerodrome + Pendle + Lido positions
mev_exposureSandwich-attack exposure score over recent blocks
approvals_riskActive ERC-20 / 721 / 1155 approval-risk score (unlimited + known-malicious + unverified)
cex_flowsPer-chain per-CEX deposit/withdrawal flows + net direction
funding_traceMulti-hop predecessor walk + CEX/mixer/sanctioned/bridge classification

Discovery surfaces

Quick start (curl)

# 1) First call returns 402 with x402 envelope:
curl -i -X POST https://wallet-intel-meta-mcp.mtree.workers.dev/v1/wallet/dossier_summary \
  -H 'content-type: application/json' \
  -d '{"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","chains":["ethereum","base"]}'

# 2) Settle the envelope (sign EXACT-scheme USDC payment on Base, payTo as advertised),
#    then retry with X-PAYMENT header. The response is the actual data.

Why this exists

EVM wallet intelligence today is fragmented across 7+ specialized data sources - each requires a separate integration, separate auth, separate billing. This service is the x402-native one-call door: agents settle a single payment and get all 7 axes back in parallel with per-axis source attribution. Fail-soft means you never lose the whole dossier because one axis timed out. Built for compliance triage, treasury risk dashboards, and MCP-aware agents that need a single composite signal instead of 7 round-trips.