German public procurement data (OCDS) — semantic search, tender matching, company profiles
@qune-tech
About German public procurement data (OCDS) — semantic search, tender matching, company profiles
MCP server for German public procurement data — semantic search and tender matching for Claude, GPT, Cursor, and LM Studio
Basic information
Category
Memory & Knowledge
License
MIT
Runtime
rust
Transports
stdio
Publisher
qune-tech
Submitted by
Christoph Ehlts
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ocds": {
"command": "ocds-mcp",
"args": [
"--api-key",
"sk_live_YOUR_KEY_HERE"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is German public procurement data (OCDS) — semantic search, tender matching, company profiles?
A local MCP server that connects AI assistants (Claude, GPT, etc.) to the Vergabe Dashboard API for German public procurement. It enables semantic search, tender matching, and company-profile management while keeping query and profile text private on your machine.
How to use German public procurement data (OCDS) — semantic search, tender matching, company profiles?
Install via npx @qune-tech/vergabe-mcp --api-key sk_live_YOUR_KEY_HERE, download a pre-built binary from GitHub Releases, or build from source. Configure your AI client (Claude Desktop, Claude Code, Cursor, LM Studio) with the command and API key. You can also pass the key via the VERGABE_API_KEY environment variable.
Key features of German public procurement data (OCDS) — semantic search, tender matching, company profiles
- Semantic search across all tenders (query embedded locally)
- 11 tools: search, filter, manage profiles, match tenders
- Company profile creation, update, list, delete
- Local privacy: data never leaves your machine
- Multilingual ONNX model for embeddings (384-dim)
- Raw eForms XML and linked notice retrieval
Use cases of German public procurement data (OCDS) — semantic search, tender matching, company profiles
- Find tenders semantically relevant to your company’s description and interests
- Manage multiple company profiles to track different business sectors
- Automatically match profiles against all open tenders by vector similarity
- Browse and filter tenders by phase, CPV, value, deadline, buyer
- Integrate an AI assistant with German public procurement data without exposing query text
FAQ from German public procurement data (OCDS) — semantic search, tender matching, company profiles
What data leaves my machine?
Only embedding vectors (384 floats), the OCIDs you fetch, filter values, and your API key are sent to the API. Your query and profile text stay local.
What are the runtime requirements?
You need an API key from vergabe-dashboard.qune.de on an Enterprise plan, ~120 MB disk space for the ONNX model (downloaded automatically), and an internet connection to reach the API.
How is privacy ensured?
Text embeddings are computed locally with a multilingual ONNX model. Only the resulting vectors are sent to the API, not the original text. Company profiles are stored in a local SQLite database.
Where does the embedding model download from?
On first use the server downloads the model from huggingface.co (~118 MB). No user data is sent in this fetch. For air-gapped installs, place the model files manually in the cache directory.
Is the server free?
Yes, the local MCP server is free and open source (MIT license). The API key issuance requires an active Enterprise plan on the Vergabe Dashboard.
More Memory & Knowledge MCP servers
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Comments