_ registry / mcp streamable-http · checked 1h ago

procureradar-buyer-intelligence

https://www.procureradar.com

Registry code: c0146eaf959649ea

api record

Find verified global B2B buyers by category & country. Free anonymous discovery. SGX-listed.

from a public catalogue that lists it, not from the operator

endpoint
https://www.procureradar.com/api/mcp
protocol
streamable-http ·2024-11-05
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime
100%
latency
498ms

last good check

priced tools
0

of 13 tools

_ what it is for
used for
  • find b2b buyers
  • analyze buyer intelligence
  • enrich buyer contact information
  • search products from suppliers
  • request quotes from suppliers
takes → gives
text, data → data
tools
9 reads3 changes data1 moves money
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 13 tools
2 open 11 never probed 2 of 13 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • search_products reads open 1h ago

    Search live products listed by ProcureRadar suppliers by keyword, destination country, supplier country, or category. Returns product_id values needed to request a quote. Free & anonymous (IP rate-limited). This is the first step of the buyer-side transaction loop: search_products → request_quote → list_quotes → place_order.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "q": {
          "type": "string",
          "description": "Keyword (product title / SKU / supplier name)"
        },
        "limit": {
          "type": "number",
          "description": "Max results (default 20, max 50)"
        },
        "category": {
          "type": "string",
          "description": "Category code (mall_category_code), optional"
        },
        "country_iso": {
          "type": "string",
          "description": "Destination country ISO2 (filters by deliverable SKUs)"
        },
        "supplier_country": {
          "type": "string",
          "description": "Supplier origin country ISO2"
        }
      }
    }
    arguments 25 lines
  • search_stores reads open 1h ago

    Discover verified supplier storefronts (supply nodes) on ProcureRadar by target-market country and industry. Each store groups multiple products from one verified supplier and returns sample_product_ids you can quote on. Use this to find a supplier store first, then search_products / request_quote. Free & anonymous (IP rate-limited). Organizing principle: country × industry matrix.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "q": {
          "type": "string",
          "description": "Store name keyword (optional)"
        },
        "limit": {
          "type": "number",
          "description": "Max results (default 20, max 50)"
        },
        "country": {
          "type": "string",
          "description": "Target-market country ISO2 the store operates/sells into (e.g. MY, VN, JP)"
        },
        "industry": {
          "type": "string",
          "description": "Industry key (85-industry taxonomy, aligns with product category codes, e.g. 'beauty_personal_care')"
        }
      }
    }
    arguments 21 lines
  • analyze_buyer_intelligence reads unknown never probed

    Deep company intelligence for a buyer: corporate registry verification, customs import records, supply chain mapping, decision-maker profiling, risk flags. Returns 0-100 score with evidence chain.

    mcp-tool

    {
      "type": "object",
      "required": [
        "target_domain"
      ],
      "properties": {
        "country_iso": {
          "type": "string",
          "description": "ISO 3166-1 alpha-2 country code"
        },
        "target_domain": {
          "type": "string",
          "description": "Buyer's website domain"
        },
        "target_company_name": {
          "type": "string",
          "description": "Buyer's company name"
        }
      }
    }
    arguments 20 lines
  • find_buyers reads unknown never probed

    Search 500,000+ verified importers and distributors by product category and target country. Returns company profiles + a `coverage` object. When in-database coverage is thin (empty/partial), the response includes an `acquisition` task (task_id) — a background crawl is started automatically (free). Poll it with check_discovery_task until status=completed to get freshly gathered buyers. Contact details are not included — use enrich_buyer_contact to get them.

    mcp-tool

    {
      "type": "object",
      "required": [
        "category"
      ],
      "properties": {
        "limit": {
          "type": "number",
          "description": "Max results to return (default 20, max 100)"
        },
        "category": {
          "type": "string",
          "description": "Product category (e.g. 'flour', 'stainless steel tableware', 'LED lighting')"
        },
        "country_iso": {
          "type": "string",
          "description": "ISO 3166-1 alpha-2 country code (e.g. MY, ID, KE, AE, GB)"
        },
        "quality_grade": {
          "enum": [
            "premium",
            "qualified"
          ],
          "type": "string",
          "description": "Filter by data quality. 'premium' = verified contact + multi-source evidence."
        }
      }
    }
    arguments 28 lines
  • list_payment_mandates reads unknown never probed

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

    mcp-tool

    {
      "type": "object",
      "properties": {}
    }
    arguments 4 lines
  • enrich_buyer_contact reads unknown never probed

    Run 6-layer contact enrichment for a buyer: direct website scraping → proxy retry → BFS contact pages → LLM text extraction → vision screenshot → Serper fallback. Returns email, phone, WhatsApp, decision-maker names. Costs Zhimao Points.

    mcp-tool

    {
      "type": "object",
      "required": [
        "target_domain"
      ],
      "properties": {
        "target_domain": {
          "type": "string",
          "description": "Buyer's website domain (e.g. 'example-importer.com')"
        },
        "target_company_name": {
          "type": "string",
          "description": "Buyer's company name"
        }
      }
    }
    arguments 16 lines
  • submit_discovery_job changes data unknown never probed

    Explicitly submit an async batch buyer discovery job for a category + country. Returns a job_id; poll it with check_discovery_task until status=completed. Note: find_buyers already auto-starts a background crawl when coverage is thin, so usually you only need this for a forced/fresh deep crawl.

    mcp-tool

    {
      "type": "object",
      "required": [
        "category",
        "country_iso"
      ],
      "properties": {
        "category": {
          "type": "string",
          "description": "Product category to discover buyers for"
        },
        "keywords": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Additional keywords to refine the search"
        },
        "country_iso": {
          "type": "string",
          "description": "Target country ISO code"
        }
      }
    }
    arguments 24 lines
  • check_discovery_task reads unknown never probed

    Poll a background buyer-discovery task created by find_buyers (acquisition.task_id) or submit_discovery_job. Returns status (working | completed | failed); when completed, includes the freshly gathered buyers. Use exponential backoff (start ~20s) and stop polling once status is completed or failed. Free.

    mcp-tool

    {
      "type": "object",
      "required": [
        "task_id"
      ],
      "properties": {
        "limit": {
          "type": "number",
          "description": "Max buyers to return when completed (default 50, max 100)"
        },
        "task_id": {
          "type": "string",
          "description": "The task_id returned in find_buyers' acquisition field, or a discovery job_id"
        }
      }
    }
    arguments 16 lines
  • list_group_buy_pools reads unknown never probed

    List open collective sourcing projects (联拼宝 / Lianpinbao). Multiple suppliers co-sell into shared buyer pools, reducing per-supplier MOQ. Find pools where you can join to access existing buyer demand.

    mcp-tool

    {
      "type": "object",
      "properties": {
        "status": {
          "enum": [
            "open",
            "filling"
          ],
          "type": "string",
          "description": "Pool status (default: open)"
        },
        "category": {
          "type": "string",
          "description": "Filter by product category keyword (optional)"
        }
      }
    }
    arguments 17 lines
  • request_quote changes data unknown never probed

    Start a transaction by sending a quote request (inquiry) to a supplier for a specific product_id (get one from search_products). Returns an inquiry_id. Requires authentication — the inquiry is owned by the authenticated buyer. The supplier then submits a quote; poll it with list_quotes.

    mcp-tool

    {
      "type": "object",
      "required": [
        "product_id"
      ],
      "properties": {
        "quantity": {
          "type": "number",
          "description": "Desired quantity (optional)"
        },
        "buyer_note": {
          "type": "string",
          "description": "Free-text note to the supplier (optional)"
        },
        "product_id": {
          "type": "string",
          "description": "Product id to request a quote for (from search_products)"
        },
        "quantity_unit": {
          "type": "string",
          "description": "Unit for the quantity, e.g. 'pcs', 'kg' (optional)"
        },
        "destination_city": {
          "type": "string",
          "description": "Destination city (optional)"
        },
        "destination_country": {
          "type": "string",
          "description": "Destination country ISO2 (optional)"
        }
      }
    }
    arguments 32 lines
  • list_quotes reads unknown never probed

    List the supplier quotes submitted for one of your inquiries (from request_quote). Returns each quote's id, unit price, total, MOQ, lead time and validity, plus acceptable_quote_ids you can pass to place_order. Requires authentication; only the inquiry's buyer (or the product's supplier) may read it.

    mcp-tool

    {
      "type": "object",
      "required": [
        "inquiry_id"
      ],
      "properties": {
        "inquiry_id": {
          "type": "string",
          "description": "The inquiry_id returned by request_quote"
        }
      }
    }
    arguments 12 lines
  • place_order moves money unknown never probed

    Accept a supplier quote and create an order (status pending_payment) for one of your inquiries. Pass the inquiry_id and the chosen quote_id (from list_quotes' acceptable_quote_ids). Optionally pass a mandate_id (from create_payment_mandate) to auto-authorize the order against an AP2 payment mandate within its limits — the response then includes mandate_authorization (authorized/declined + reason). Returns the order id, order_no and a payment next_step. Idempotent per inquiry: re-calling returns the existing order. Requires authentication.

    mcp-tool

    {
      "type": "object",
      "required": [
        "inquiry_id",
        "quote_id"
      ],
      "properties": {
        "quote_id": {
          "type": "string",
          "description": "The quote_id to accept (from list_quotes' acceptable_quote_ids)"
        },
        "inquiry_id": {
          "type": "string",
          "description": "The inquiry_id (from request_quote / list_quotes)"
        },
        "mandate_id": {
          "type": "string",
          "description": "Optional AP2 payment mandate id (from create_payment_mandate) to auto-authorize this order within pre-approved limits."
        }
      }
    }
    arguments 21 lines
  • create_payment_mandate changes data unknown never probed

    Create 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. Returns a mandate_id to pass to place_order. Each order authorized against it is recorded as a verifiable intent and decrements the budget. Requires authentication.

    mcp-tool

    {
      "type": "object",
      "required": [
        "max_total_amount"
      ],
      "properties": {
        "currency": {
          "type": "string",
          "description": "Currency, e.g. USD (default USD). Must match the order currency to authorize."
        },
        "expires_at": {
          "type": "string",
          "description": "Optional ISO timestamp after which the mandate is no longer valid."
        },
        "seller_scope": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional list of allowed seller_user_id UUIDs. Omit = any seller."
        },
        "category_scope": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional list of allowed category codes (mall_category_code). Omit = any category."
        },
        "max_total_amount": {
          "type": "number",
          "description": "Total spend budget for this mandate (required, > 0)"
        },
        "max_per_order_amount": {
          "type": "number",
          "description": "Optional per-order cap"
        }
      }
    }
    arguments 38 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/c0146eaf959649ea/badge.svg)](https://brick.blue/agent/c0146eaf959649ea)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.