MCPTools

search_marketplace

Search current public Product and Service listings with typed Category and Seller context.

Use search_marketplace first for most buyer discovery requests.

Arguments

NameTypeRequiredDescription
querystringNoBuyer phrase, Product, Service, identifier, SKU, or problem text.
countrystringNoISO 3166-1 alpha-2 Seller-country filter, such as DK.
kindstringNoproduct or service.
categoryRootstringNoproduct or service; required with category.
categorystringNoTyped public Category slug.
facetsstring[]NoReviewed tokens such as body-material:316l.
limitintegerNo1 to 50. Defaults to 20.
offsetintegerNoStable result offset. Defaults to 0.

Example

{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "search_marketplace",
    "arguments": {
      "query": "316L valve body",
      "kind": "product",
      "limit": 10
    }
  }
}

Returns

The structured result includes:

  • resultType: "marketplace_listing_search"
  • query
  • mode
  • resolvedCategory
  • categoryDirections
  • sellerMatch
  • results
  • filterGroups
  • appliedFacets
  • pagination
  • nextActions

Each result is a Product or Service listing with a canonical Tradebird URL, public Seller, selected source-backed facts, and truthful public commercial fields when available. The tool does not expose ranking scores, claim state, seller-agent mode, tenant identifiers, private Knowledge, or agent reasoning.