Public Procurement MCP
Neutral MCP server for researching public procurement notices from EU (TED) and German (DÖE) sources, offering tools to search, retrieve, and inspect notices without built-in business preferences.
README
Public Procurement MCP
Neutral Model Context Protocol server for researching public procurement notices. It currently integrates:
- TED Search API for EU notices
- Datenservice Öffentlicher Einkauf (DÖE) daily CSV exports for German notices
The server deliberately contains no K2 Systems, KIO, InterFace AG, solar, AI-platform or software-development scoring logic. Those preferences belong in the calling agent or skill so the MCP remains reusable.
MCP tools
| Tool | Purpose |
|---|---|
list_sources |
Show source coverage and constraints |
search_notices |
Search and normalize notices from TED, DÖE or both |
get_notice |
Retrieve a notice by its source identifier |
get_document_links |
Return document/source links without downloading files |
inspect_german_export |
Inspect one daily DÖE CSV ZIP export |
Advanced TED searches can pass an unmodified expert_query. DÖE is a daily bulk export, so calls require publication dates.
Country filters use the three-letter TED/eForms codes, for example DEU, AUT or CHE. DÖE date ranges are capped at three days by default to stay within demo memory limits; configure MAX_DOE_DAYS for a larger service.
Run locally
npm ci
MCP_AUTH_TOKEN=replace-me npm start
- Health:
GET http://localhost:3000/status - MCP:
POST http://localhost:3000/mcp - Auth:
Authorization: Bearer <MCP_AUTH_TOKEN>
If MCP_AUTH_TOKEN is empty, auth is disabled. Set DEMO_MODE=true for a deterministic synthetic result without upstream requests.
Deploy to Render
The included render.yaml and Dockerfile deploy the service in Frankfurt. Render generates MCP_AUTH_TOKEN; copy that value into the MCP client configuration after deployment.
Output compatibility
Every tool returns MCP structuredContent and mirrors the complete JSON object in the first text content block for clients that consume only text results.
Data-source note
TED and DÖE can contain overlapping notices. The combined search prefers a shared TED publication number when DÖE exposes it and otherwise preserves source-specific IDs. Source terms, rate limits and availability remain authoritative.
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.
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.
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.
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.