{
  "name": "x402tools",
  "description": "Pay-per-call utility APIs for AI agents. USDC micropayments on Base via x402 protocol.",
  "homepage": "https://x402tools.xyz",
  "protocol": "x402",
  "network": "eip155:8453",
  "network_name": "Base",
  "token": "USDC",
  "facilitator_url": "https://x402.org/facilitator",
  "wallet_address": "0xcEbbB82a183Faa69b929eD1F417aAFc63fa3b5b6",
  "documentation": {
    "llms_txt": "https://x402tools.xyz/llms.txt",
    "llms_full_txt": "https://x402tools.xyz/llms-full.txt",
    "agents_json": "https://x402tools.xyz/agents.json"
  },
  "services": [
    {
      "name": "qr-generator",
      "url": "https://qr.x402tools.xyz/v1/generate",
      "method": "POST",
      "price_usdc": "0.001",
      "description": "Generate QR codes (PNG/SVG/Base64)"
    },
    {
      "name": "screenshot",
      "url": "https://snap.x402tools.xyz/v1/capture",
      "method": "POST",
      "price_usdc": "0.005",
      "description": "Website screenshots via Playwright"
    },
    {
      "name": "dns-lookup",
      "url": "https://dns.x402tools.xyz/v1/lookup",
      "method": "GET",
      "price_usdc": "0.002",
      "description": "DNS record lookup (A, AAAA, MX, NS, TXT, SOA)"
    },
    {
      "name": "docparse",
      "url": "https://docparse.x402tools.xyz/parse",
      "method": "POST",
      "price_usdc": "0.001",
      "description": "HTML/PDF → structured JSON"
    }
  ]
}
