{
  "service": "AgentKYB",
  "status": "online",
  "version": "1.0.2-x402-mainnet",
  "description": "Company and vendor verification infrastructure for AI agents",
  "capabilities": [
    "company_resolution",
    "multi_source_entity_verification",
    "sanctions_screening",
    "domain_identity",
    "vendor_preflight"
  ],
  "live_sources": [
    "gleif",
    "brreg",
    "acra",
    "ofac_sdn",
    "ofac_non_sdn",
    "uk_sanctions",
    "un_sanctions",
    "rdap",
    "companies_house",
    "france_recherche_entreprises"
  ],
  "endpoints": {
    "health": "GET /health",
    "sources": "GET /sources",
    "resolve_company": "GET /resolve_company?name=DBS%20BANK%20LTD&country=SG",
    "screen_sanctions": "GET /screen_sanctions?name=Microsoft",
    "check_domain": "GET /check_domain?domain=google.com",
    "vendor_preflight": "GET /vendor_preflight?name=Equinor&country=NO&domain=equinor.com"
  },
  "response_modes": {
    "full": "default",
    "compact": "append ?compact=1 to resolve_company or vendor_preflight"
  },
  "agent_interfaces": {
    "mcp": "https://agentkyb.andy229651.workers.dev/mcp",
    "mcp_x402_testnet": "https://agentkyb.andy229651.workers.dev/mcp-x402-test",
    "openapi": "https://agentkyb.andy229651.workers.dev/openapi.json",
    "tools": "https://agentkyb.andy229651.workers.dev/tools",
    "manifest": "https://agentkyb.andy229651.workers.dev/.well-known/agent.json",
    "mcp_x402": "https://agentkyb.andy229651.workers.dev/mcp-x402",
    "x402_status": "https://agentkyb.andy229651.workers.dev/x402"
  }
}