germany_search_tenders
Pack: germany-tenders · Endpoint: https://gateway.pipeworx.io/germany-tenders/mcp
Search official GERMAN government public-procurement tenders (Öffentliche Vergabe / Ausschreibungen) from the federal Bekanntmachungsservice open-data feed (oeffentlichevergabe.de), Open Contracting Data Standard (OCDS). Returns each notice shaped: ocid, title, buyer/Vergabestelle, contract value in EUR, procurement category, CPV code, procurement method, submission deadline, and publish date. Filter by publish-date range and/or a keyword (matched against title, description, buyer, and CPV description — German text). Defaults to the most recent days if no dates given. Data covers Germany only.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date_from | string | no | Earliest PUBLISH date to include, YYYY-MM-DD. Defaults to ~30 days ago (only the most recent 7 days of that window are fetched per call — narrow the range for older notices). |
date_to | string | no | Latest PUBLISH date to include, YYYY-MM-DD. Defaults to today. |
query | string | no | Optional keyword to filter on (case-insensitive substring match against title, description, buyer name, and CPV description — German). Omit to return all notices in the date range. E.g. “Bauarbeiten”, “Software”, “Reinigung”. |
limit | number,string | no | Max number of tenders to return (default 25, max 100). Results are newest-first. |
Example call
curl -X POST https://gateway.pipeworx.io/germany-tenders/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"germany_search_tenders","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"germany-tenders": {
"url": "https://gateway.pipeworx.io/germany-tenders/mcp"
}
}
}
See Getting Started for client-specific install steps.