{
  "name": "x402tools",
  "qualifiedName": "io.github.acrylicfiddle/x402tools",
  "version": "1.6.0",
  "description": "Pay-per-call utility APIs for AI agents: QR codes, screenshots, DNS lookup, HTML/PDF parsing, prompt-injection screening, email validation, HTML-to-PDF, image OCR, and sales prospect enrichment — plus community services deployed by independent developers, discovered automatically. Paid in USDC on Base via x402 protocol.",
  "transports": {
    "streamable-http": "https://mcp.x402tools.xyz/mcp",
    "stdio": {
      "command": "npx",
      "args": [
        "-y",
        "@x402-tools/mcp"
      ]
    }
  },
  "tools": [
    {
      "name": "generate_qr",
      "price": "$0.01 USDC"
    },
    {
      "name": "generate_styled_qr",
      "price": "$0.05 USDC"
    },
    {
      "name": "capture_screenshot",
      "price": "$0.05 USDC"
    },
    {
      "name": "dns_lookup",
      "price": "$0.02 USDC"
    },
    {
      "name": "parse_document",
      "price": "$0.01 USDC"
    },
    {
      "name": "screen_prompt_injection",
      "price": "$0.03 USDC"
    },
    {
      "name": "validate_email",
      "price": "$0.03 USDC"
    },
    {
      "name": "render_pdf",
      "price": "$0.05 USDC"
    },
    {
      "name": "extract_text_ocr",
      "price": "$0.05 USDC"
    },
    {
      "name": "enrich_prospect",
      "price": "$0.50 USDC"
    },
    {
      "name": "wordstats",
      "price": "$0.001 USDC",
      "community": true
    }
  ],
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "token": "USDC",
    "model": "passthrough",
    "notes": "Agent signs PAYMENT-SIGNATURE header locally — private key never sent to server."
  },
  "docs": "https://x402tools.xyz",
  "repository": "https://github.com/acrylicfiddle/x402-services",
  "registry": {
    "mcp": "https://registry.modelcontextprotocol.io/v0/servers?search=x402tools",
    "npm": "https://www.npmjs.com/package/@x402-tools/mcp"
  }
}