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.
| Endpoint | What you get | Price |
|---|---|---|
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 |
| Axis | Source |
|---|---|
labels | ENS + OFAC SDN + Tornado Cash mixer registry + on-chain ERC-20 metadata + public-label registry |
portfolio_risk | Aave V3 + Compound III + Uniswap V3 LP + ERC-20 holdings + GoPlus token-security |
defi_health | Morpho Blue + Aerodrome + Pendle + Lido positions |
mev_exposure | Sandwich-attack exposure score over recent blocks |
approvals_risk | Active ERC-20 / 721 / 1155 approval-risk score (unlimited + known-malicious + unverified) |
cex_flows | Per-chain per-CEX deposit/withdrawal flows + net direction |
funding_trace | Multi-hop predecessor walk + CEX/mixer/sanctioned/bridge classification |
/.well-known/agent-card.json - Google A2A AgentCard/.well-known/mcp.json - MCP server manifest/.well-known/ai-plugin.json - OpenAI plugin manifest/openapi.yaml - OpenAPI 3.1 spec/mcp - MCP Streamable HTTP transport (JSON-RPC 2.0)# 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.
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.