{
  "name": "GateSolve",
  "description": "CAPTCHA solving API for AI agents using x402 micropayments",
  "url": "https://gatesolve.dev",
  "version": "1.0.0",
  "protocol": "x402",
  "capabilities": [
    "captcha-solving",
    "turnstile",
    "recaptcha-v2",
    "recaptcha-v3",
    "hcaptcha"
  ],
  "payment": {
    "protocol": "x402",
    "version": "1.0",
    "network": "base",
    "token": "USDC",
    "receiver": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68"
  },
  "endpoints": {
    "solve": {
      "url": "https://gatesolve.dev/api/v1/solve",
      "method": "POST",
      "description": "Solve a CAPTCHA. Returns 402 with payment details, then 200 with solution token."
    },
    "types": {
      "url": "https://gatesolve.dev/api/v1/types",
      "method": "GET",
      "description": "List supported CAPTCHA types with pricing and requirements."
    },
    "health": {
      "url": "https://gatesolve.dev/api/health",
      "method": "GET",
      "description": "Check API health and service status."
    }
  },
  "openapi": "https://gatesolve.dev/openapi.json",
  "mcp": {
    "repository": "https://github.com/arsonx-dev/gatesolve-mcp",
    "install": "npx @gatesolve/mcp-server"
  },
  "sdk": {
    "python": {
      "repository": "https://github.com/arsonx-dev/gatesolve-python",
      "install": "pip install gatesolve"
    }
  },
  "contact": {
    "email": "arson@agentmail.to",
    "twitter": "https://x.com/ArsonxDev"
  }
}
