{
  "$schema": "https://cyberwarex.com/.well-known/x402",
  "org": {
    "name": "CyberWareX",
    "domain": "cyberwarex.com",
    "tagline": "Cyberware for your agents \u2014 plug-in services they pay for themselves.",
    "summary": "A suite of x402-native services built for autonomous AI agents. Every endpoint speaks x402: your agent hits it, gets a 402 price quote, settles in USDC on Base, and receives the result. No accounts, no API keys, no humans in the loop.",
    "payment": {
      "protocol": "x402",
      "asset": "USDC",
      "network": "eip155:8453",
      "network_name": "Base",
      "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
      "facilitator": "coinbase-cdp",
      "header": "X-PAYMENT",
      "x402_version": 2
    },
    "contact": "x402@cyberwarex.com"
  },
  "generated_at": 1788442224,
  "service_count": 9,
  "services": [
    {
      "id": "web-access",
      "name": "Agent Web Access",
      "url": "https://web.cyberwarex.com",
      "category": "Data / Web",
      "summary": "Give your agent reliable eyes on the live web \u2014 the one thing an LLM can't do natively. Fetches JavaScript-rendered pages as clean, LLM-ready markdown, extracts elements by CSS selector, and captures full-page screenshots or PDFs of any public URL.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/fetch",
          "method": "GET",
          "price_usdc": 0.002,
          "desc": "Render a page to markdown/text/html"
        },
        {
          "path": "/extract",
          "method": "GET",
          "price_usdc": 0.002,
          "desc": "Extract elements by CSS selector"
        },
        {
          "path": "/screenshot",
          "method": "GET",
          "price_usdc": 0.005,
          "desc": "Full-page PNG screenshot"
        },
        {
          "path": "/pdf",
          "method": "GET",
          "price_usdc": 0.005,
          "desc": "Render a page to PDF"
        }
      ],
      "mcp": "https://web.cyberwarex.com (stdio MCP wrapper: web_fetch/extract/screenshot/pdf)",
      "well_known": "https://web.cyberwarex.com/.well-known/x402",
      "openapi": "https://web.cyberwarex.com/openapi.json",
      "free_trial": null,
      "example_request": "curl -i 'https://web.cyberwarex.com/fetch?url=https://example.com&format=markdown'"
    },
    {
      "id": "defi-oracle",
      "name": "DeFi Safety Oracle",
      "url": "https://oracle.cyberwarex.com",
      "category": "DeFi / Risk",
      "summary": "Answer 'is this token safe to trade?' before committing funds. Deterministic, evidence-carrying rug/honeypot risk assessment on Base + BSC: live buy/sell simulation, contract powers (upgradeable proxy, owner mint/pause/blacklist), plus a GoPlus/honeypot.is cross-check. Grade A-F + tradeable flag. Free trial: first 3 calls/day per IP with the 'X-Free-Trial: 1' header \u2014 no wallet needed to evaluate. Now with a privilege graph (who can upgrade/mint/pause) and dynamic-tax mutability detection. Deep /v1/risk/check runs an adversarial simulation matrix (buy->sell across trade sizes x caller wallets) to catch size- and address-gated honeypots a single probe misses.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/contract",
          "method": "GET",
          "price_usdc": 0.01,
          "desc": "Contract powers + ownership analysis"
        },
        {
          "path": "/honeypot",
          "method": "GET",
          "price_usdc": 0.02,
          "desc": "Live buy/sell honeypot simulation"
        },
        {
          "path": "/token",
          "method": "GET",
          "price_usdc": 0.03,
          "desc": "Full safety report (all of the above)"
        },
        {
          "path": "/screen",
          "method": "POST",
          "price_usdc": 0.1,
          "desc": "Batch screen up to 25 tokens in one POST"
        },
        {
          "path": "/risk/explain",
          "method": "GET",
          "price_usdc": 0.01,
          "desc": "Agent verdict: ALLOW/LIMIT/RECHECK/BLOCK + reason codes"
        },
        {
          "path": "/v1/risk/check",
          "method": "POST",
          "price_usdc": 0.03,
          "desc": "Full multi-dimensional risk decomposition for agents"
        },
        {
          "path": "/verdict",
          "method": "GET",
          "price_usdc": 0.02,
          "desc": "One-call launch screening: GREEN/CAUTION/BLOCK (allow/review/reject) + reasons, incl. deployer prior-scams & code-rugged-before. For launchpads: auto-reject rugs before listing. Cache-first (~$0 on repeats)"
        },
        {
          "path": "/deployer",
          "method": "GET",
          "price_usdc": 0.01,
          "desc": "Deployer-wallet reputation from our verdict ledger: prior proven honeypot/scam tokens (dead launches excluded)"
        },
        {
          "path": "/template",
          "method": "GET",
          "price_usdc": 0.01,
          "desc": "Contract-template reputation: honeypot/scam siblings sharing this bytecode fingerprint (fuzzy-matched)"
        }
      ],
      "mcp": "https://oracle.cyberwarex.com (MCP: token_safety/honeypot_check/contract_risk)",
      "well_known": "https://oracle.cyberwarex.com/.well-known/x402",
      "openapi": "https://oracle.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 3,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://oracle.cyberwarex.com/token?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&chain=base'",
      "docs": "https://cyberwarex.com/assets/oracle-quickstart.html"
    },
    {
      "id": "voice-stt",
      "name": "Voice-to-Text",
      "url": "https://voice.cyberwarex.com",
      "category": "Media / Speech",
      "summary": "Pay-per-message speech-to-text for agents that need to hear. Transcribes a voice message (up to 10s) for a flat $0.015 over x402; longer audio billed per 10-second block. Upload wav, mp3, m4a, ogg or webm as multipart form-data.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/transcribe",
          "method": "POST",
          "price_usdc": 0.015,
          "unit": "per voice message (<=10s)",
          "desc": "Voice message to text, billed per 10-second block"
        }
      ],
      "mcp": "stdio MCP wrapper: voice_transcribe (deployed/x402-voice-stt/mcp_server.py; VSTT_BASE_URL to point remote)",
      "well_known": "https://voice.cyberwarex.com/.well-known/x402",
      "openapi": "https://voice.cyberwarex.com/openapi.json",
      "free_trial": null,
      "example_request": "curl -i -X POST -F 'audio=@message.wav' \\\n  https://voice.cyberwarex.com/transcribe"
    },
    {
      "id": "chain-data",
      "name": "Onchain Query API",
      "url": "https://chain.cyberwarex.com",
      "category": "Chain / Data",
      "summary": "Pay-per-call EVM chain data for AI agents: wallet balances, token profiles with live DEX market data, spot prices, gas market, decoded transactions, and ENS \u2014 across Base, Ethereum, Arbitrum, Optimism, Polygon. No API keys, no node infra, no subscription: one x402 USDC micropayment per call.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/wallet",
          "method": "GET",
          "price_usdc": 0.003,
          "desc": "Wallet snapshot: native + USDC balance, tx count, contract-or-EOA, USD values"
        },
        {
          "path": "/token",
          "method": "GET",
          "price_usdc": 0.004,
          "desc": "ERC-20 profile: on-chain metadata + live DEX price, liquidity, 24h volume"
        },
        {
          "path": "/price",
          "method": "GET",
          "price_usdc": 0.002,
          "desc": "Spot USD price for a ticker, CoinGecko id, or token address"
        },
        {
          "path": "/gas",
          "method": "GET",
          "price_usdc": 0.002,
          "desc": "Live gas market: base fee, priority-fee percentiles, estimated USD cost"
        },
        {
          "path": "/tx",
          "method": "GET",
          "price_usdc": 0.003,
          "desc": "Transaction lookup + decode, including ERC-20 transfers"
        },
        {
          "path": "/ens",
          "method": "GET",
          "price_usdc": 0.003,
          "desc": "ENS resolution both directions (name to address, address to name)"
        }
      ],
      "mcp": "https://chain.cyberwarex.com (MCP: wallet/token/price/gas/tx/ens)",
      "well_known": "https://chain.cyberwarex.com/.well-known/x402",
      "openapi": "https://chain.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 1,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://chain.cyberwarex.com/price?query=eth'"
    },
    {
      "id": "seo-audit",
      "name": "SEO Audit",
      "url": "https://seo.cyberwarex.com",
      "category": "Data / Web",
      "summary": "On-page SEO audit of any live URL: title/meta/canonical/robots, Open Graph + Twitter cards, headings, image alts, favicon \u2014 a 0-100 score with actionable issues, parsed from the live page on every call.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/audit",
          "method": "GET",
          "price_usdc": 0.01,
          "desc": "Full on-page SEO audit with 0-100 score and issues"
        },
        {
          "path": "/meta",
          "method": "GET",
          "price_usdc": 0,
          "desc": "Free structured OG/Twitter/favicon metadata preview"
        }
      ],
      "mcp": null,
      "well_known": "https://seo.cyberwarex.com/.well-known/x402",
      "openapi": "https://seo.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 1,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://seo.cyberwarex.com/audit?url=https://example.com'"
    },
    {
      "id": "search",
      "name": "Agent Search",
      "url": "https://search.cyberwarex.com",
      "category": "Data / Web",
      "summary": "Keyless web search for AI agents: one metasearch query across major engines on a dedicated SearXNG instance, clean trimmed JSON (title/url/snippet/engine), up to 10 results. No accounts, no API keys, no subscription. Free trial: 3 calls/day with the 'X-Free-Trial: 1' header.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/search",
          "method": "GET",
          "price_usdc": 0.003,
          "desc": "Web search \u2014 q, category (general|news|images), lang, max_results<=10"
        }
      ],
      "mcp": null,
      "well_known": "https://search.cyberwarex.com/.well-known/x402",
      "openapi": "https://search.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 3,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://search.cyberwarex.com/search?q=x402+protocol&max_results=3'"
    },
    {
      "id": "email-validate",
      "name": "Email Validation",
      "url": "https://validate.cyberwarex.com",
      "category": "Data / Tools",
      "summary": "Keyless email validation for agents & apps: RFC syntax, MX/DNS deliverability, disposable-domain detection (8k+ list), role-account & free-provider flags, typo suggestions, 0-100 score. No SMTP callouts. Free trial: 3/day with 'X-Free-Trial: 1'.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/validate",
          "method": "GET",
          "price_usdc": 0.05,
          "desc": "Validate one email \u2014 syntax, MX, disposable, role, score, verdict"
        },
        {
          "path": "/validate-batch",
          "method": "POST",
          "price_usdc": 0.05,
          "unit": "flat, up to 100 emails",
          "desc": "Batch validate up to 100 emails for one flat price"
        }
      ],
      "mcp": null,
      "well_known": "https://validate.cyberwarex.com/.well-known/x402",
      "openapi": "https://validate.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 3,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://validate.cyberwarex.com/validate?email=test@gmail.com'"
    },
    {
      "id": "video-intel",
      "name": "Video Intelligence",
      "url": "https://video.cyberwarex.com",
      "category": "Data / Media",
      "summary": "YouTube transcripts and metadata for AI agents: per-segment timed transcripts (manual or auto captions; json/text/srt) and rich video metadata (title, channel, duration, chapters, caption inventory). Never downloads media. Free trial: 1 call/day with the 'X-Free-Trial: 1' header.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/transcript",
          "method": "GET",
          "price_usdc": 0.003,
          "desc": "Timed transcript \u2014 url (required), lang (default en), format (json|text|srt)"
        },
        {
          "path": "/meta",
          "method": "GET",
          "price_usdc": 0.001,
          "desc": "Video metadata \u2014 title, channel, duration, chapters, available captions"
        }
      ],
      "mcp": null,
      "well_known": "https://video.cyberwarex.com/.well-known/x402",
      "openapi": "https://video.cyberwarex.com/openapi.json",
      "free_trial": {
        "calls_per_ip_per_day": 1,
        "header": "X-Free-Trial: 1"
      },
      "example_request": "curl -H 'X-Free-Trial: 1' \\\n  'https://video.cyberwarex.com/meta?url=https://www.youtube.com/watch?v=arj7oStGLkU'"
    },
    {
      "id": "uptime-monitor",
      "name": "x402 Uptime Monitor",
      "url": "https://uptime.cyberwarex.com",
      "category": "Infrastructure / Monitoring",
      "summary": "Fleet-wide reliability data over the x402 rail: uptime percentage, average response time and check counts per endpoint over 1/7/30-day windows. Add endpoints, pull stats, no signup \u2014 one USDC micropayment per call.",
      "status": "live",
      "payment": {
        "protocol": "x402",
        "asset": "USDC",
        "network": "eip155:8453",
        "network_name": "Base",
        "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "pay_to": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
        "facilitator": "coinbase-cdp",
        "header": "X-PAYMENT",
        "x402_version": 2
      },
      "endpoints": [
        {
          "path": "/stats",
          "method": "GET",
          "price_usdc": 0.002,
          "desc": "Fleet-wide uptime/latency stats over 1, 7 and 30 day windows."
        }
      ],
      "mcp": null,
      "well_known": null,
      "openapi": null,
      "free_trial": null
    }
  ]
}