Skip to content
Back to ProcureRadar Buyer Intelligence

Card snapshot

www.procureradar.com · 2026-08-19 23:51:59 UTC · 42e2ee2f97886650a4f87e2618c93e57c9e7fc397acee37f517d691e5bfc9ce2

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "1.0",
  "name": "ProcureRadar Buyer Intelligence",
  "description": "Singapore-listed global B2B buyer intelligence platform. Helps exporters, suppliers, and distributors worldwide \u2014 and their AI agents \u2014 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",
  "a2a_endpoint": "https://www.procureradar.com/api/a2a",
  "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",
      "products:read",
      "stores:read",
      "trade:write"
    ],
    "anonymous_tools": [
      "find_buyers",
      "search_products",
      "search_stores"
    ],
    "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 (\u8054\u62fc\u5b9d). 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": "search_stores",
      "description": "Discover verified supplier storefronts (supply nodes) by target-market country \u00d7 industry. Each store groups multiple products from one verified supplier and returns sample_product_ids. Free & anonymous (IP rate-limited). Upstream entry of the transaction loop: search_stores \u2192 search_products \u2192 request_quote.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/stores",
      "method": "GET",
      "params": [
        "country",
        "industry",
        "q",
        "limit"
      ]
    },
    {
      "id": "search_products",
      "description": "Search live products listed by suppliers (keyword / destination country / supplier country / category). Returns product_id needed to request a quote. Free & anonymous (IP rate-limited). First step of the buyer-side transaction loop.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/products",
      "method": "GET",
      "params": [
        "q",
        "country_iso",
        "supplier_country",
        "category",
        "limit"
      ]
    },
    {
      "id": "request_quote",
      "description": "Start a transaction: send a quote request (inquiry) to a supplier for a product_id. Returns inquiry_id. Auth required; inquiry owned by the authenticated buyer.",
      "endpoint": "https://www.procureradar.com/api/inquiries",
      "method": "POST"
    },
    {
      "id": "list_quotes",
      "description": "List supplier quotes for one of your inquiries; returns acceptable_quote_ids. Auth required.",
      "endpoint": "https://www.procureradar.com/api/inquiries/{inquiry_id}/quotes",
      "method": "GET"
    },
    {
      "id": "place_order",
      "description": "Accept a supplier quote and create an order (pending_payment). Idempotent per inquiry. Auth required. Optionally pass mandate_id to auto-authorize the order against an AP2 payment mandate (returns mandate_authorization). Returns order id + payment next_step.",
      "endpoint": "https://www.procureradar.com/api/inquiries/{inquiry_id}/accept",
      "method": "POST"
    },
    {
      "id": "create_payment_mandate",
      "description": "AP2: create a payment mandate pre-authorizing autonomous (human-not-present) order placement within strict limits (total budget, per-order cap, currency, seller/category scope, expiry). Each authorized order is recorded as a verifiable intent and decrements the budget. Auth required.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/mandates",
      "method": "POST"
    },
    {
      "id": "list_payment_mandates",
      "description": "List your AP2 payment mandates with consumed/remaining budget, scope and status. Auth required.",
      "endpoint": "https://www.procureradar.com/api/agent/v1/mandates",
      "method": "GET"
    },
    {
      "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, Cursor (url), Gemini CLI (httpUrl), and any MCP-enabled AI agent. ChatGPT uses GPT Actions with /v1/openapi.yaml.",
      "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"
  }
}