Tender answers, cited.
59 Tender Radar tools behind one URL.
31×–228× less expensive than frontier models
What is out for bid right now, who won the last one, and when the deadline falls. Ask by keyword and the search resolves it to the right procurement category first, across jurisdictions that each publish differently.
Looking for US bids and contracts? See US Tender Radar — city and county open bids, state and local awards, and federal SAM.gov.
Included Packs
Tenders Electronic Daily, the EU's official procurement journal. Search by CPV code, country, value, deadline, and notice type. (free, no key)
UK government contract notices and awards, including recent-notice monitoring. (free, no key)
Ukraine's open procurement system — tenders, search, and full tender detail. (free, no key)
German public tenders via the national OCDS feed. (free, no key)
France's official public procurement bulletin — tender search and notice detail. (free, no key)
Australian federal contract notices via the OCDS API. (free, no key)
Canadian federal tenders and award history. (free, no key)
Chile's Mercado Público tenders — search and detail. (free, no key)
Colombia's public procurement processes and contracts. (free, no key)
South African government tenders via the national OCDS release feed. (free, no key)
Singapore government procurement award records. (free, no key)
Hong Kong government contract award records. (free, no key)
Israeli government tenders and exemption notices. (free, no key)
Setup
Choose one of these options:
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"pipeworx-procurement": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/mcp?vertical=procurement",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
} Paste this into Claude to use for one conversation:
Use this MCP server for this conversation:
npx -y mcp-remote "https://gateway.pipeworx.io/mcp?vertical=procurement" --header "Authorization:Bearer YOUR_API_KEY"
Then search TED for open IT-services tenders in Germany over €500k. All 13 procurement sources are free, official government data — no upstream keys required.
All Tools
EU & UK 5 tools
ted_eu_search_notices Search all EU procurement notices by keyword, CPV, country, value, and deadline ted_eu_get_notice Fetch one TED notice in full by publication number uk_contracts_search_notices Search UK Contracts Finder notices uk_contracts_get_notice Fetch one UK contract notice in full recent_notices Most recent UK contract notices Europe 6 tools
prozorro_search_tenders Search Ukraine ProZorro tenders prozorro_recent_tenders Most recent ProZorro tenders prozorro_get_tender Fetch one ProZorro tender in full germany_search_tenders Search German public tenders (OCDS) france_search_tenders Search France's BOAMP procurement bulletin france_get_notice Fetch one BOAMP notice in full Americas 6 tools
canada_search_tenders Search CanadaBuys tender notices canada_search_awards Search Canadian award history chile_search_tenders Search ChileCompra tenders chile_get_tender Fetch one Chilean tender in full colombia_search_processes Search Colombia SECOP procurement processes colombia_search_contracts Search Colombian contract records Asia-Pacific, Africa & Middle East 8 tools
au_search_contracts Search AusTender contract notices au_get_release Fetch one AusTender OCDS release singapore_search_awards Search Singapore GeBIZ procurement awards hk_search_awards Search Hong Kong contract awards za_search_tenders Search South African eTenders za_get_release Fetch one South African OCDS release israel_search_tenders Search Israeli government tenders israel_search_exemptions Search Israeli tender-exemption notices Common questions
What data sources are included in Tender Radar?
TED (Tenders Electronic Daily, covering all 27 EU member states), UK Contracts Finder, Ukraine ProZorro, and national procurement portals for Germany, France (BOAMP), Australia (AusTender), Canada (CanadaBuys), Chile (ChileCompra), Colombia (SECOP), South Africa (eTenders), Singapore (GeBIZ), Hong Kong, and Israel. All are official government sources, free, with no upstream API keys required.
Can I filter EU tenders by CPV code, country, and contract value?
Yes. The TED tools accept free-text keywords, 8-digit CPV (Common Procurement Vocabulary) codes, buyer country, publication date range, estimated value floor/ceiling in EUR, and notice type (open call, award notice, prior information). An agent can ask "open IT-services tenders in Germany over €500k this month" and get cited publication numbers verifiable on ted.europa.eu.
How fresh is the tender data?
Queries hit the official APIs live — TED updates daily with its publication cycle, and the national portals update on their own schedules (most daily). There is no cached snapshot in between; what the portal publishes is what your agent sees.
Can an agent monitor for new tenders automatically?
Yes — that is the most common production pattern. Build the agent once (e.g. in OpenAI Agent Builder or Claude with a scheduled task), have it call the search tools with a date_from of the last check, and it reports new notices with buyer, value, and deadline. See the walkthrough on the blog: "Monitoring EU Tenders with an AI Agent".