Via standard MCP Server or REST API, AI agents like Claude, Cursor, Gemini CLI, and n8n can query ProcureRadar's global buyer database in real time. Fully bilingual — ask in English or Chinese, get answers in the same language.
Mirrors the human UX exactly: L1 discovery is free; buyer intelligence and contact unlock cost Zhimao Points, preventing bulk scraping and preserving data value.
GET /api/agent/v1/buyersSearch global buyers by category + country. Returns company name, location, quality grade. Free, no points consumed.
POST /api/ai-ops/skills/execute{ "skill_id": "company_intelligence" }Get domain, procurement score, buying intent, registry data, news signals. Costs Zhimao Points.
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.
GET /api/agent/v1/group-buyList open group-buy pooling projects with category, MOQ, fill rate, deadline. ERP auto-join supported.
Config: %APPDATA%\Claude\claude_desktop_config.json Add mcpServers.procureradar → url + Authorization header
Config: ~/.cursor/mcp.json Same format as Claude Desktop.
Config: ~/.gemini/settings.json mcpServers.procureradar → httpUrl + Authorization ⚠ Gemini uses httpUrl (not url)
HTTP Request node → GET /api/agent/v1/buyers Header: Authorization: Bearer zk_xxx
Call REST API in any language. Authorization: Bearer zk_xxx
{
"mcpServers": {
"procureradar": {
"url": "https://www.procureradar.com/api/mcp",
"headers": {
"Authorization": "Bearer zk_YOUR_TOKEN_HERE"
}
}
}
}{
"mcpServers": {
"procureradar": {
"httpUrl": "https://www.procureradar.com/api/mcp",
"headers": {
"Authorization": "Bearer zk_YOUR_TOKEN_HERE"
}
}
}
}After setup, just ask Claude / Cursor / Gemini CLI: "Find flour importers in Malaysia" — AI will call the ProcureRadar MCP tools automatically. Note: Claude and Cursor use the "url" field, while Gemini CLI uses "httpUrl" (or run: gemini mcp add --transport http -H "Authorization: Bearer zk_xxx" procureradar https://www.procureradar.com/api/mcp).
Sign in to ProcureRadar, go to Workspace → API Key Management, and create your first zk_ token in 30 seconds.
Go to Workspace & Create Key →