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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text — matches title and description |
country | string | no | Country of buyer (ISO 3166-1 alpha-3 — e.g. FRA, DEU, ITA, ESP) |
cpv | string | no | CPV code (Common Procurement Vocabulary, 8-digit) |
date_from | string | no | Publication date from (YYYY-MM-DD) |
date_to | string | no | Publication date to (YYYY-MM-DD) |
value_min | number | no | Estimated value floor (EUR) |
value_max | number | no | Estimated value ceiling (EUR) |
notice_type | string | no | Notice subtype — “cn-standard” (contract notice), “can-standard” (award), “pin” (prior info), … |
limit | number | no | Page size, 1-250 (default 25) |
page | number | no | 1-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.