{
  "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": "styled-qr-generator",
      "url": "https://qr.x402tools.xyz/v1/generate/styled",
      "method": "POST",
      "price_usdc": "0.005",
      "description": "Artistic QR codes with custom shapes, colors & gradients"
    },
    {
      "name": "screenshot",
      "url": "https://snap.x402tools.xyz/v1/capture",
      "method": "POST",
      "price_usdc": "0.005",
      "description": "Website screenshots with dark mode, selectors & delay"
    },
    {
      "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"
    },
    {
      "name": "guardex",
      "url": "https://guard.x402tools.xyz/screen",
      "method": "POST",
      "price_usdc": "0.003",
      "description": "Prompt injection screening — LLM + regex heuristics"
    },
    {
      "name": "mailcheck",
      "url": "https://mailcheck.x402tools.xyz/v1/validate",
      "method": "POST",
      "price_usdc": "0.002",
      "description": "Email validation — syntax, MX, disposable, typo, risk score"
    },
    {
      "name": "rendex",
      "url": "https://rendex.x402tools.xyz/v1/render",
      "method": "POST",
      "price_usdc": "0.005",
      "description": "HTML/URL → PDF rendering with configurable layout"
    },
    {
      "name": "visionex",
      "url": "https://visionex.x402tools.xyz/v1/extract",
      "method": "POST",
      "price_usdc": "0.005",
      "description": "Image OCR — text extraction with confidence & bounding boxes"
    }
  ]
}
