MCP server for TenderAPI — French (BOAMP) and EU (TED) public procurement data
Project description
TenderAPI MCP server
Expose TenderAPI (French BOAMP + EU TED public procurement data) as MCP tools for AI agents — Claude Desktop, Cursor, Continue, Zed, etc.
A thin wrapper over the public REST API at https://tenderapi.fr.
Install
Requires Python 3.10+.
From PyPI (once published):
pip install tenderapi-mcp
From source:
git clone https://github.com/IDNSIDNS/tenderapi-mcp
cd tenderapi-mcp
pip install -e .
Configure
Get a free API key at https://tenderapi.fr/.
Set the env var:
export TENDERAPI_KEY=ta_your_key_here
Use with Claude Desktop
Edit your Claude Desktop config:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"tenderapi": {
"command": "tenderapi-mcp",
"env": {
"TENDERAPI_KEY": "ta_your_key_here"
}
}
}
}
Restart Claude Desktop. The tenderapi server should appear in the tool picker.
Use with other MCP clients
Any MCP client supporting stdio transport. The binary tenderapi-mcp (installed by pip) is the entry point.
Tools exposed
| Tool | Tier | Description |
|---|---|---|
search_tenders |
Free | Search BOAMP + TED tenders with typed filters (CPV, region, budget, deadline, source…) |
search_awards |
Starter | Search award notices (who won which contract, for how much) |
winner_intel |
Pro | Aggregated winner stats — top companies by CPV / region / year |
me |
— | Current key tier, quota remaining, available features |
Tiers
- Free: 100 req/day — tenders only
- Starter (5 €/mo HT): 5 000 req/day — adds awards + webhooks
- Pro (15 €/mo HT): 50 000 req/day — adds winner intelligence
See https://tenderapi.fr/#pricing.
Local development
Override the API base URL via TENDERAPI_BASE_URL (default https://tenderapi.fr).
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tenderapi_mcp-0.1.1.tar.gz.
File metadata
- Download URL: tenderapi_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eef727199558a1f2448a66a16db0bac8d1920a30f95397a14719be81e23a5049
|
|
| MD5 |
4d87f7286ba30a225a7e5e1336237ab8
|
|
| BLAKE2b-256 |
b0e3123c53c09167a2f4d48628abc8c37f0e5af14d3ab08a65b28f0b2f90535e
|
File details
Details for the file tenderapi_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tenderapi_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1b65aecda87cdcf73e151791b6f7372804d98daaee6ccbfbee935d1df94b03
|
|
| MD5 |
c1dd06ef6bed48289d138906746fd960
|
|
| BLAKE2b-256 |
441cbad157fcbf1f7b1d48cf8d841a1293300ed6854c2f186ff98ae6b03f7118
|