search_notices

Pack: ted-eu · Endpoint: https://gateway.pipeworx.io/ted-eu/mcp

Search EU procurement notices. Combine free-text query with structured filters. Returns notice metadata: publication number, title, buyer, country, CPV code, value, deadlines, type.

Parameters

NameTypeRequiredDescription
querystringnoFree-text — matches title and description
countrystringnoCountry of buyer (ISO 3166-1 alpha-3 — e.g. FRA, DEU, ITA, ESP)
cpvstringnoCPV code (Common Procurement Vocabulary, 8-digit)
date_fromstringnoPublication date from (YYYY-MM-DD)
date_tostringnoPublication date to (YYYY-MM-DD)
value_minnumbernoEstimated value floor (EUR)
value_maxnumbernoEstimated value ceiling (EUR)
notice_typestringnoNotice subtype — “cn-standard” (contract notice), “can-standard” (award), “pin” (prior info), …
limitnumbernoPage size, 1-250 (default 25)
pagenumberno1-based page (default 1)

Example call

curl -X POST https://gateway.pipeworx.io/ted-eu/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_notices","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ted-eu": {
      "url": "https://gateway.pipeworx.io/ted-eu/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026