LiveEU TED, French BOAMP, UK Find a Tender, ProZorro and national portals.

Tender answers, cited.
72 Tender Radar tools behind one URL.
Frontier models: 100% correct with Pipeworx, 63% with web search

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.

One connection · no per-source API keys · free to start

← All verticals

Included Packs

🇪🇺
TED — EU (all 27 member states)

Tenders Electronic Daily, the EU's official procurement journal. Search by CPV code, country, value, deadline, and notice type. (free, no key)

🇬🇧
UK Contracts Finder

UK government contract notices and awards, including recent-notice monitoring. (free, no key)

🇺🇦
ProZorro — Ukraine

Ukraine's open procurement system — tenders, search, and full tender detail. (free, no key)

🇩🇪
Germany

German public tenders via the national OCDS feed. (free, no key)

🇫🇷
France BOAMP

France's official public procurement bulletin — tender search and notice detail. (free, no key)

🇦🇺
AusTender — Australia

Australian federal contract notices via the OCDS API. (free, no key)

🇨🇦
CanadaBuys

Canadian federal tenders and award history. (free, no key)

🇨🇱
ChileCompra

Chile's Mercado Público tenders — search and detail. (free, no key)

🇨🇴
SECOP — Colombia

Colombia's public procurement processes and contracts. (free, no key)

🇿🇦
South Africa eTenders

South African government tenders via the national OCDS release feed. (free, no key)

🇸🇬
Singapore GeBIZ

Singapore government procurement award records. (free, no key)

🇭🇰
Hong Kong

Hong Kong government contract award records. (free, no key)

🇮🇱
Israel

Israeli government tenders and exemption notices. (free, no key)

Setup

1
Sign up for Pipeworx

Create a free account at /signup and grab your API key from /account.

2
Connect to Claude

Choose one of these options:

Option A — Claude on the web

Open claude.ai/customize/connectors, click Add custom connector, name it Pipeworx Procurement and paste this URL. Leave the OAuth client ID and secret blank — the connector registers itself.

connector URL
https://gateway.pipeworx.io/mcp?vertical=procurement

Then click Connect and sign in with GitHub. That step is free and takes you from 50 calls a day to 200 — same connection either way, and you can skip it and sign in later. In a new chat, open the tools menu and enable the connector.

Custom connectors need a paid Claude plan — that is an Anthropic gate, not a Pipeworx one.

Option B — Persistent MCP config

Add this to your claude_desktop_config.json:

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"
      ]
    }
  }
}
Option C — Session only

Paste this into Claude to use for one conversation:

prompt
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.
3
No API keys needed

All 13 procurement sources are free, official government data — no upstream keys required.

All Tools

EU & UK 5 tools

ted_eu_search_noticesSearch all EU procurement notices by keyword, CPV, country, value, and deadline
ted_eu_get_noticeFetch one TED notice in full by publication number
uk_contracts_search_noticesSearch UK Contracts Finder notices
uk_contracts_get_noticeFetch one UK contract notice in full
recent_noticesMost recent UK contract notices

Europe 6 tools

prozorro_search_tendersSearch Ukraine ProZorro tenders
prozorro_recent_tendersMost recent ProZorro tenders
prozorro_get_tenderFetch one ProZorro tender in full
germany_search_tendersSearch German public tenders (OCDS)
france_search_tendersSearch France's BOAMP procurement bulletin
france_get_noticeFetch one BOAMP notice in full

Americas 6 tools

canada_search_tendersSearch CanadaBuys tender notices
canada_search_awardsSearch Canadian award history
chile_search_tendersSearch ChileCompra tenders
chile_get_tenderFetch one Chilean tender in full
colombia_search_processesSearch Colombia SECOP procurement processes
colombia_search_contractsSearch Colombian contract records

Asia-Pacific, Africa & Middle East 8 tools

au_search_contractsSearch AusTender contract notices
au_get_releaseFetch one AusTender OCDS release
singapore_search_awardsSearch Singapore GeBIZ procurement awards
hk_search_awardsSearch Hong Kong contract awards
za_search_tendersSearch South African eTenders
za_get_releaseFetch one South African OCDS release
israel_search_tendersSearch Israeli government tenders
israel_search_exemptionsSearch 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".