EU Tender MCP
Enables searching for EU public-procurement tenders, analyzing cross-border risk, and understanding tender details through tools for CPV code lookup, EU threshold checks, red-flag scanning, and SME fit scoring.
README
EU Tender MCP
Live, structured European public-procurement intelligence for SMEs — as an MCP server. Search opportunities, analyze cross-border risk, and understand EU tenders — all from inside Claude, Cursor, or any MCP client.
The value here is information an LLM cannot know: current tender opportunities, EU thresholds, CPV codes, and cross-border risk patterns. It's built for a consulting, services, or supply SME that wants to bid on public contracts outside its home member state.
Why it's genuinely useful (and not just another wrapper)
| Thing an LLM fakes from memory | What this MCP actually does |
|---|---|
| "What's the EU threshold for services?" | Returns the real figure (€143k standard) with the category it applies to |
| "Find me tenders in Germany for software" | Returns structured, filterable tender records (country/CPV/value/deadline) |
| "Is this RFP risky to bid from abroad?" | Runs a red-flag scan (bonds, turnover floors, local-presence, short deadlines) + an honest SME fit score |
| "What CPV code is 'cleaning services'?" | Returns the CPV division with aliases |
| "What does this notice type mean?" | Explains pin, cn-standard, results, etc. |
Every tool is deterministic, typed, and honest about its data source — it never fabricates "live" opportunities when a TED API key isn't configured.
Tools (7)
| Tool | What it does |
|---|---|
search_tenders |
Search tenders by query / country / CPV / value range / deadline |
market_snapshot_tool |
Activity by country & sector, typical values, urgent deadlines |
analyze_tender |
Red-flag scan + 0-100 SME fit score (by tender id or pasted RFP text) |
look_up_cpv |
Translate a description into EU CPV division codes |
look_up_notice_type |
Explain what a notice type (pin, cn-standard, results…) signals |
eu_threshold |
Whether a value is above EU mandatory-publication thresholds |
tender_details |
Full structured record for one tender |
Install & run
python3 -m venv .venv
.venv/bin/pip install -e .
.venv/bin/pytest tests/ -q # 38 tests, incl. a real MCP stdio integration
Start the server (stdio)
.venv/bin/eu-tender-mcp
# or
.venv/bin/python -m tendermcp.server
Connect a client
Claude Desktop — add to your MCP config (claude_desktop_config.json):
mcpServers → see configs/claude-desktop.json. Point PYTHONPATH at the repo absolute path.
Claude Code / Cursor / other MCP clients — use configs/mcp-config.json and install the package (pip install -e .) so python3 -m tendermcp.server resolves.
Data model
- Default provider: a bundled set of clearly-labeled sample tenders (source
bundled_sample) so the MCP works out of the box, is demoable, and is fully testable with no key. - Live TED (roadmap): register a TED API key, set
TED_API_KEY, and implementTEDLiveProvider._fetch()(inproviders.py, already stubbed). Until then, no live data is ever fabricated — the labeled sample is returned instead.
Project layout
eu-tender-mcp/
├── tendermcp/
│ ├── server.py ← FastMCP server wiring all tools
│ ├── knowledge.py ← CPV codes, notice types, EU thresholds, red-flag rules
│ ├── analyzer.py ← red-flag scan + SME fit scoring (offline, deterministic)
│ ├── providers.py ← provider interface + bundled/live providers
│ ├── models.py ← typed Tender / search-params models
│ ├── intel.py ← market-snapshot aggregations
│ └── sample_data.py ← labeled demo tenders
├── configs/ ← Claude Desktop / generic MCP client configs
├── tests/ ← 38 tests including real stdio integration
├── pyproject.toml
└── README.md
Roadmap / honest notes
- Live TED feed is the single biggest upgrade — it needs a registered TED/OPEN API key + account feed URL (account-specific), which only a user can supply. The provider seam is ready.
- More red-flag rules and jurisdiction nuance are planned; the analyzer is transparent on purpose (it outputs reasons, not false precision).
- Not legal advice. The analyzer is a triage aid; always verify against the full tender documents.
MIT licensed.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.