{
  "service": "AgentKYB",
  "version": "1.0.6-x402-mainnet",
  "positioning": "Business identity, vendor verification and transaction preflight infrastructure for AI agents.",
  "x402_test_endpoint": "https://agentkyb.andy229651.workers.dev/mcp-x402-test",
  "openapi": "https://agentkyb.andy229651.workers.dev/openapi.json",
  "payment_test": {
    "status": "base_sepolia_testnet",
    "network": "eip155:84532",
    "recipient": "0x63Ef759d667394EFB6dd9403fD60ac7B619d3018",
    "facilitator": "https://x402.org/facilitator",
    "warning": "Testnet only. No real-value payment is required or accepted on this endpoint."
  },
  "tools": [
    {
      "name": "resolve_company",
      "launch_access": "free_beta",
      "x402_test_price_usd": 0.01,
      "intent_keywords": [
        "company verification",
        "business lookup",
        "entity resolution",
        "vendor verification",
        "KYB"
      ]
    },
    {
      "name": "screen_sanctions",
      "launch_access": "free_beta",
      "x402_test_price_usd": 0.02,
      "intent_keywords": [
        "sanctions screening",
        "OFAC",
        "UK sanctions",
        "UN sanctions",
        "counterparty risk"
      ]
    },
    {
      "name": "check_domain",
      "launch_access": "free_beta",
      "x402_test_price_usd": 0.01,
      "intent_keywords": [
        "domain verification",
        "RDAP",
        "domain age",
        "vendor domain"
      ]
    },
    {
      "name": "vendor_preflight",
      "launch_access": "paid_mainnet",
      "x402_test_price_usd": 0.05,
      "intent_keywords": [
        "vendor preflight",
        "vendor verification",
        "counterparty verification",
        "counterparty risk",
        "pre-transaction check",
        "procurement KYB",
        "marketplace payout verification",
        "autonomous payment safety",
        "sanctions screening",
        "business verification"
      ],
      "protocol": "x402",
      "network": "eip155:8453",
      "price_usd": 0.05,
      "endpoint": "https://agentkyb.andy229651.workers.dev/mcp-x402",
      "search_intents": [
        "verify vendor before paying",
        "KYB for supplier",
        "supplier risk check",
        "payment safety check",
        "counterparty check"
      ],
      "workflow": "before_pay_vendor -> vendor_preflight -> allow | review | block",
      "output_contract": {
        "actions": [
          "allow",
          "review",
          "block"
        ],
        "primary_field": "decision.action",
        "policy_reference": "https://agentkyb.andy229651.workers.dev/.well-known/agentkyb.json"
      }
    }
  ],
  "coverage": {
    "company_sources": [
      "GLEIF",
      "UK Companies House",
      "Norway BRREG",
      "Singapore ACRA",
      "France Recherche d’Entreprises"
    ],
    "sanctions_sources": [
      "OFAC SDN",
      "OFAC non-SDN",
      "UK Sanctions",
      "UN Sanctions"
    ],
    "domain_source": "RDAP via IANA bootstrap"
  },
  "mcp_paid_endpoint": "https://agentkyb.andy229651.workers.dev/mcp-x402",
  "payment_production": {
    "protocol": "x402",
    "endpoint": "https://agentkyb.andy229651.workers.dev/mcp-x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "recipient": "0x63Ef759d667394EFB6dd9403fD60ac7B619d3018",
    "facilitator": "https://facilitator.payai.network",
    "tool": "vendor_preflight",
    "price_usd": 0.05
  },
  "agent_manifest": "https://agentkyb.andy229651.workers.dev/.well-known/agentkyb.json",
  "llms_txt": "https://agentkyb.andy229651.workers.dev/llms.txt",
  "country_coverage": "https://agentkyb.andy229651.workers.dev/.well-known/coverage.json"
}