Data Collection
procureradar.com
A tool for discovering and analyzing verified international buyers and their contacts for B2B sales and marketing.
ENDPOINT 1
https://www.procureradar.com/api/mcp
MCP server metadata
- Name
- procureradar-buyer-intelligence
- Version
- 1.0.0
Known tools 13
find_buyersSearch 500,000+ verified importers and distributors by product category and target country.
Inferred read-onlyenrich_buyer_contactRun 6-layer contact enrichment for a buyer: direct website scraping → proxy retry → BFS contact pages → LLM text extraction → vision screenshot → Serper fallback.
Inferred read-onlyanalyze_buyer_intelligenceDeep company intelligence for a buyer: corporate registry verification, customs import records, supply chain mapping, decision-maker profiling, risk flags.
Inferred read-onlysubmit_discovery_jobExplicitly submit an async batch buyer discovery job for a category + country.
Inferred read-onlycheck_discovery_taskPoll a background buyer-discovery task created by find_buyers (acquisition.task_id) or submit_discovery_job.
Inferred read-onlysearch_productsSearch live products listed by ProcureRadar suppliers by keyword, destination country, supplier country, or category.
Inferred read-onlysearch_storesDiscover verified supplier storefronts (supply nodes) on ProcureRadar by target-market country and industry.
Inferred read-onlyrequest_quoteStart a transaction by sending a quote request (inquiry) to a supplier for a specific product_id (get one from search_products).
Inferred read-onlylist_quotesList the supplier quotes submitted for one of your inquiries (from request_quote).
Inferred read-onlyplace_orderAccept a supplier quote and create an order (status pending_payment) for one of your inquiries.
Potential side effectscreate_payment_mandateCreate an AP2 payment mandate: a pre-authorization that lets your agent place orders autonomously (human-not-present) within strict limits — total budget, optional per-order cap, currency, optional seller/category scope, and expiry.
Potential side effectslist_payment_mandatesList your AP2 payment mandates with status, currency, total/per-order limits, consumed and remaining budget, scope and expiry.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.procureradar-buyer-intelligence]
url = "https://www.procureradar.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"procureradar-buyer-intelligence": {
"type": "http",
"url": "https://www.procureradar.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: procureradar-buyer-intelligence
Remote MCP URL: https://www.procureradar.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"procureradar-buyer-intelligence": {
"url": "https://www.procureradar.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"procureradar-buyer-intelligence": {
"type": "http",
"url": "https://www.procureradar.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "procureradar-buyer-intelligence",
"transport": "streamable-http",
"url": "https://www.procureradar.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.