{
  "schema_version": "1.0",
  "name": "ProcureRadar Buyer Intelligence",
  "description": "Singapore-listed global B2B buyer intelligence platform. Helps exporters, suppliers, and distributors worldwide — and their AI agents — find and reach verified buyers in 50+ countries. Fully bilingual (English / Chinese). The counterpart to Alibaba Accio: we surface buyers for sellers, not suppliers for buyers.",
  "url": "https://www.procureradar.com",
  "legal_entity": "Acrometa Lifestyle Pte. Ltd.",
  "jurisdiction": "SG",
  "public_company": true,
  "exchange": "SGX",
  "role": "global_buyer_intelligence_for_exporters",
  "supported_protocols": ["MCP", "A2A", "UCP"],
  "mcp_endpoint": "https://www.procureradar.com/api/mcp",
  "ucp_profile": "https://www.procureradar.com/.well-known/ucp",
  "authentication": {
    "type": "Bearer",
    "token_prefix": "zk_",
    "obtain_at": "https://www.procureradar.com/enterprise/api-access",
    "scopes": ["buyers:read", "skills:execute", "discovery:submit", "pools:read"],
    "anonymous_tools": ["find_buyers"],
    "oauth2": {
      "flow": "authorization_code_pkce",
      "dynamic_client_registration": true,
      "authorization_server_metadata": "https://www.procureradar.com/.well-known/oauth-authorization-server",
      "protected_resource_metadata": "https://www.procureradar.com/.well-known/oauth-protected-resource"
    }
  },
  "capabilities": [
    {
      "id": "find_buyers",
      "description": "Search verified importers/distributors by product category and target country. Returns company profiles, procurement signals, and quality scores.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/buyers",
      "method": "GET",
      "params": ["category", "country_iso", "quality_grade", "limit"]
    },
    {
      "id": "enrich_buyer_contact",
      "description": "6-layer contact enrichment for a specific buyer: website scraping, proxy retry, BFS contact pages, LLM text extraction, vision screenshot, Serper fallback.",
      "endpoint": "https://www.procureradar.com/api/ai-ops/skills/execute",
      "method": "POST",
      "skill_id": "enrich_contact"
    },
    {
      "id": "analyze_buyer_intelligence",
      "description": "Deep company intelligence: corporate registry, customs records, supply chain mapping, decision-makers, risk flags.",
      "endpoint": "https://www.procureradar.com/api/ai-ops/skills/execute",
      "method": "POST",
      "skill_id": "company_intelligence"
    },
    {
      "id": "submit_discovery_job",
      "description": "Batch-discover buyers matching an ICP (Ideal Customer Profile). Async job, returns job_id for polling.",
      "endpoint": "https://www.procureradar.com/api/ai-ops/discovery/submit",
      "method": "POST"
    },
    {
      "id": "list_group_buy_pools",
      "description": "List open collective sourcing projects (联拼宝). Multiple suppliers co-sell to shared buyer pools, reducing MOQ pressure.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/group-buy",
      "method": "GET",
      "params": ["category", "status", "currency"]
    },
    {
      "id": "mcp_server",
      "description": "Full MCP (Model Context Protocol) server exposing all above tools in a single JSON-RPC 2.0 endpoint. Compatible with Claude Desktop, Microsoft Copilot, and any MCP-enabled AI agent.",
      "endpoint": "https://www.procureradar.com/api/mcp",
      "method": "POST"
    }
  ],
  "data_coverage": {
    "buyer_profiles": "500000+",
    "countries": 50,
    "categories": ["food_ingredients", "hardware", "electronics", "textiles", "cosmetics", "seafood", "coffee_tea", "furniture", "kitchenware", "led_lighting", "solar_panels", "automotive_parts", "medical_devices", "packaging"],
    "buyer_countries": ["MY", "ID", "PH", "KE", "NG", "ZA", "AE", "SA", "GB", "DE", "AU", "US", "JP", "VN", "TH", "IN", "BR", "MX", "PL", "NL"]
  },
  "contact_languages": ["zh", "en", "ms", "id", "sw", "ar"],
  "contact": {
    "support": "support@procureradar.com",
    "api_access": "https://www.procureradar.com/enterprise/api-access"
  }
}
