ZhimaoTradeVision Global
🇸🇬 Acrometa Lifestyle Pte. Ltd. — SGX-listed

Give your AI Agent direct access to global buyer intelligence

Via MCP or REST API, Claude, Cursor, Gemini CLI, and ChatGPT can query ProcureRadar in real time. Gemini web has no custom API — use Gemini CLI; ChatGPT uses GPT Actions + OpenAPI.

Singapore-listed, neutral intermediaryzk_ Bearer Token authMCP / A2A / UCP protocol compatible

Data Tiers — Discovery free, Intel costs points

Mirrors the human UX exactly: L1 discovery is free; buyer intelligence and contact unlock cost Zhimao Points, preventing bulk scraping and preserving data value.

Discovery (Free)
Company name · Country/City · Entity type · Quality grade · Contact existence (has email/phone)
0 Points
Intelligence (Points)
Domain · Procurement score · Buying intent · Registry/tax/map · News signals
≥ 10 Points/call
Contact (Points)
Verified email · Phone · WhatsApp · Decision-maker LinkedIn
≥ 15 Points/call

4 Core Endpoints

🔍
Buyer DiscoveryFree
GET /api/agent/v1/buyers

Search global buyers by category + country. Returns company name, location, quality grade. Free, no points consumed.

🏢
Buyer IntelligencePoints
POST /api/ai-ops/skills/execute{ "skill_id": "company_intelligence" }

Get domain, procurement score, buying intent, registry data, news signals. Costs Zhimao Points.

📧
Contact UnlockPoints
POST /api/ai-ops/skills/execute{ "skill_id": "enrich_contact" }

6-layer contact pipeline: homepage → proxy → subpages → text LLM → vision screenshot → Serper fallback. Costs points.

📦
Group-Buy PoolsFree
GET /api/agent/v1/group-buy

List open group-buy pooling projects with category, MOQ, fill rate, deadline. ERP auto-join supported.

Integration Guide — 3 steps

1
Sign in & create API Key
Workspace → API Key Management → New Key → Copy zk_xxx token
2
Configure your AI Agent
Add MCP URL + token to Claude / Cursor / Gemini CLI; for ChatGPT, import the OpenAPI schema
3
Let AI start finding buyers
Ask in natural language. AI calls ProcureRadar automatically and returns structured buyer profiles.
🤖Claude Desktop
Config: %APPDATA%\Claude\claude_desktop_config.json
Add mcpServers.procureradar → url + Authorization header
Cursor IDE
Config: ~/.cursor/mcp.json
Same format as Claude Desktop.
Gemini CLI
npm install -g @google/gemini-cli
~/.gemini/settings.json → httpUrl (not url)
Or gemini mcp add --transport http …
💬ChatGPT(GPT Actions)
Custom GPT → Actions → Import OpenAPI
https://www.procureradar.com/v1/openapi.yaml
Auth: Bearer zk_xxx
🔗n8n / Make
HTTP Request node → GET /api/agent/v1/buyers
Header: Authorization: Bearer zk_xxx
📡自定义 Agent / ERP
Call REST API in any language.
Authorization: Bearer zk_xxx

MCP — Claude / Cursor

claude_desktop_config.json / .cursor/mcp.json
{
  "mcpServers": {
    "procureradar": {
      "url": "https://www.procureradar.com/api/mcp",
      "headers": {
        "Authorization": "Bearer zk_YOUR_TOKEN_HERE"
      }
    }
  }
}

MCP — Gemini CLI (easiest for Gemini users)

Gemini App / Gems cannot import custom APIs like GPT Actions. Google's Gemini CLI agent supports MCP natively — same tier as Claude/Cursor. Requires Node.js.

Step 1: Install
npm install -g @google/gemini-cli
~/.gemini/settings.json
{
  "mcpServers": {
    "procureradar": {
      "httpUrl": "https://www.procureradar.com/api/mcp",
      "headers": {
        "Authorization": "Bearer zk_YOUR_TOKEN_HERE"
      }
    }
  }
}
Or one-liner (no manual edit)
gemini mcp add --transport http -H "Authorization: Bearer zk_YOUR_TOKEN_HERE" procureradar https://www.procureradar.com/api/mcp

⚠️ Only difference from Claude/Cursor: use httpUrl, not url. Run gemini in terminal and ask naturally — find_buyers and other tools are invoked automatically.

ChatGPT — GPT Actions

Custom GPT → Configure → Actions → Import from URL. Authentication: API Key, Header Authorization, Value Bearer zk_YOUR_TOKEN.

OpenAPI Schema URL
https://www.procureradar.com/v1/openapi.yaml

Then ask ChatGPT: "Find textile importers in Vietnam." Discovery is free; intel/contact use skills/execute (Zhimao Points).

Protocol & Trust

🔒
Singapore Entity
Acrometa Lifestyle Pte. Ltd., SGX-listed, regulated under Singapore law
📡
3 Protocol Support
MCP (Claude/Cursor/Gemini CLI) + GPT Actions + A2A + UCP
⚖️
Tiered Data Protection
Discovery free, intel costs points — prevents bulk scraping, protects data rights
🤖
llms.txt / Agent Card
Machine-readable brand files. LLMs are trained to understand ProcureRadar's positioning.

Ready to connect?

Sign in to ProcureRadar, go to Workspace → API Key Management, and create your first zk_ token in 30 seconds.

Go to Workspace & Create Key →
Open API Access — Connect AI Agents to Global Buyer Intelligence | ProcureRadar | procureradar