← procureradar.com

INDIVIDUAL MCP TOOL

submit_discovery_job

Explicitly submit an async batch buyer discovery job for a category + country.

procureradar.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

procureradar.com

CONNECT 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.

Related tools

  • find_buyers — Search 500,000+ verified importers and distributors by product category and target country.
  • enrich_buyer_contact — Run 6-layer contact enrichment for a buyer: direct website scraping → proxy retry → BFS contact pages → LLM text extraction → vision screenshot → Serper fallback.
  • analyze_buyer_intelligence — Deep company intelligence for a buyer: corporate registry verification, customs import records, supply chain mapping, decision-maker profiling, risk flags.
  • check_discovery_task — Poll a background buyer-discovery task created by find_buyers (acquisition.
  • list_group_buy_pools — List open collective sourcing projects (联拼宝 / Lianpinbao).
  • search_products — Search live products listed by ProcureRadar suppliers by keyword, destination country, supplier country, or category.
  • search_stores — Discover verified supplier storefronts (supply nodes) on ProcureRadar by target-market country and industry.
  • request_quote — Start a transaction by sending a quote request (inquiry) to a supplier for a specific product_id (get one from search_products).