streamable-httpMITupdated 3mo ago
MCP server for ProcureRadar (ζΊη« / Zhimao) β find verified global B2B buyers (importers & distributors) by product category and country, then enrich contacts and run deep company intelligence. Think of it as the buyer-side counterpart to Alibaba: we surface buyers for sellers, not suppliers for buyers.
What can you do with buyer intelligence?
procureradar-mcp-server
MCP server for ProcureRadar (ζΊη« / Zhimao) β find verified global B2B buyers (importers & distributors) by product category and country, then enrich contacts and run deep company intelligence. Think of it as the buyer-side counterpart to Alibaba: we surface buyers for sellers, not suppliers for buyers.
Operated by Acrometa Lifestyle Pte. Ltd., listed on the Singapore Exchange (SGX). Neutral, PDPA-compliant data intermediary. Bilingual (English / δΈζ).
There are two ways to connect β pick one:
Option A β Remote MCP endpoint (recommended, zero install)
The hosted MCP endpoint supports an anonymous handshake and a free, rate-limited discovery tool (find_buyers) β you can try it without any credentials. Paid tools use OAuth 2.1 or a Bearer zk_ key.
Cursor / Claude Desktop (~/.cursor/mcp.json or Claude config):
{
"mcpServers": {
"procureradar": {
"url": "https://www.procureradar.com/api/mcp",
"headers": { "Authorization": "Bearer zk_YOUR_TOKEN" }
}
}
}
Gemini CLI (note the httpUrl key):
{
"mcpServers": {
"procureradar": {
"httpUrl": "https://www.procureradar.com/api/mcp",
"headers": { "Authorization": "Bearer zk_YOUR_TOKEN" }
}
}
}
find_buyersworks without a token (anonymous, free, rate-limited). Unlocking contact details / intelligence requires azk_key or OAuth login.
Option B β Local stdio server (this npm package)
Runs the published npm package over stdio with your own API key.
Cursor (~/.cursor/mcp.json):
{
"mcpServers": {
"zhimao": {
"command": "npx",
"args": ["-y", "procureradar-mcp-server"],
"env": {
"ZHIMAO_API_KEY": "zk_YOUR_TOKEN",
"ZHIMAO_BASE_URL": "https://www.procureradar.com"
}
}
}
}
Get an API key
Create a zk_ key at https://www.procureradar.com/enterprise/api-access (shown once β store it safely).
π οΈ Tools
| Tool | Purpose | Cost |
|---|---|---|
query_expansion |
Supply-chain expansion β buyer personas + Boolean query | per registry |
url_profile_extract |
URL β structured company profile (Readability + LLM) | 10 pts |
social_harvest_assisted |
Generate a harvest bookmarklet (FB / Xiaohongshu / LinkedIn) | 10 pts |
facebook_group_harvest |
FB group bulk bookmarklet | 10 pts |
seed_url_bulk_ingest |
Bulk-ingest seed URLs | free |
company_intelligence |
Company intelligence (registry / web / WHOIS / tax / map / logo / news) | 10 / 30 pts |
decision_maker_intel |
Decision-maker discovery (LinkedIn + email + WhatsApp) | 10 / 25 pts |
buyer_intent_intelligence |
Buyer-intent composite (customs + supply chain + region) | 20 / 40 pts |
signal_watch |
Subscribe to hiring / news / tender signals | free |
All calls are BYOK + real billing β the zk_ token is tied to your ProcureRadar account and charges your balance.
π¬ Example prompts
Once connected in your AI client, just ask in natural language:
- Find buyers (free, anonymous) β "Find verified flour importers and distributors in Malaysia." β calls
find_buyers { category: "flour", country_iso: "MY" }. - Enrich contacts (paid) β "Get the email and WhatsApp for the importer example-importer.com." β calls
enrich_buyer_contact { target_domain: "example-importer.com" }. - Company intelligence (paid) β "Run a company intelligence check on example-importer.com in Malaysia and give me a risk score." β calls
analyze_buyer_intelligence { target_domain: "example-importer.com", country_iso: "MY" }.
find_buyersis free and works without any credentials, so you can try example 1 immediately.
π Security
zk_tokens are shown once at creation; the DB stores onlysha256(token + salt).- Up to 10 active keys per user; revoke unused ones from your account.
π Debug
ZHIMAO_API_KEY=zk_xxx ZHIMAO_BASE_URL=https://www.procureradar.com npx procureradar-mcp-server
Waits for MCP messages over stdio; Ctrl+C to exit.
Build from source
npm install
npm run build # outputs dist/
node dist/index.js
Links
- Website: https://www.procureradar.com
- API access: https://www.procureradar.com/enterprise/api-access
- Remote MCP endpoint: https://www.procureradar.com/api/mcp
- npm: https://www.npmjs.com/package/procureradar-mcp-server
π License
Install
Add buyer intelligence to your client. Pick the one you use.
claude mcp add --transport http buyer-intelligence https://www.procureradar.com/api/mcpcodex mcp add buyer-intelligence --url https://www.procureradar.com/api/mcp{
"mcpServers": {
"buyer-intelligence": {
"url": "https://www.procureradar.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"buyer-intelligence": {
"type": "http",
"url": "https://www.procureradar.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"buyer-intelligence": {
"url": "https://www.procureradar.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"buyer-intelligence": {
"serverUrl": "https://www.procureradar.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 94 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | May 30, 2026 |
| 1.0.0 | May 30, 2026 |