{
  "name": "x402-merchant-chassis",
  "version": "1.0.0",
  "description": "Security & enrichment APIs for AI agents — 10 MCP tools, pay-per-call via x402 USDC on Base mainnet.",
  "author": "x402 Merchant Chassis",
  "transport": {
    "type": "sse",
    "url": "http://187.124.138.147:8402/mcp/sse",
    "messagesEndpoint": "/messages"
  },
  "tools": [
    {"name": "contract_risk_screen", "description": "Screen EVM contract for risk"},
    {"name": "token_snapshot", "description": "ERC-20 snapshot on Base"},
    {"name": "tx_verify", "description": "Verify Base transaction"},
    {"name": "whois_lookup", "description": "WHOIS lookup"},
    {"name": "domain_enrichment", "description": "DNS + geo enrichment"},
    {"name": "ip_geolocation", "description": "IP geolocation"},
    {"name": "cert_threat_hunt", "description": "Cert Transparency brand hunt"},
    {"name": "code_audit", "description": "Solidity audit"},
    {"name": "osint_recon", "description": "Full OSINT recon"},
    {"name": "benchmark_summary", "description": "Live benchmarks"}
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC"
  }
}
