← procureradar.com

INDIVIDUAL MCP TOOL

list_payment_mandates

List your AP2 payment mandates with status, currency, total/per-order limits, consumed and remaining budget, scope and expiry.

procureradar.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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.
  • submit_discovery_job — Explicitly submit an async batch buyer discovery job for a category + country.
  • 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.