German public procurement data (OCDS) — semantic search, tender matching, company profiles
@qune-tech
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ocds": {
"command": "ocds-mcp",
"args": [
"--api-key",
"sk_live_YOUR_KEY_HERE"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
评论