qune-tech/ocds-mcp
MCP server for German public procurement data — semantic search and tender matching for Claude, GPT, Cursor, and LM Studio
Platform-specific configuration:
{
"mcpServers": {
"ocds-mcp": {
"command": "npx",
"args": [
"-y",
"ocds-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for German public procurement data (OCDS). Connects your AI assistant (Claude, GPT, etc.) to the Vergabe Dashboard API for semantic search, tender matching, and company profile management.
Your company profiles never leave your machine — only embedding vectors are sent to the API. GDPR-compliant by design.
Sign up at vergabe-dashboard.qune.de and create an API key (MCP or Enterprise plan required).
Download pre-built binary from GitHub Releases:
| Platform | Download | |----------|----------| | Linux x86_64 | ocds-mcp-linux-x86_64.tar.gz | | macOS Apple Silicon | ocds-mcp-macos-arm64.tar.gz | | Windows x86_64 | ocds-mcp-windows-x86_64.zip |
Linux / macOS:
# Example for Linux x86_64 — adjust the filename for your platform
tar xzf ocds-mcp-linux-x86_64.tar.gz
sudo mv ocds-mcp-linux-x86_64 /usr/local/bin/ocds-mcpWindows: Extract the zip and move ocds-mcp-windows-x86_64.exe somewhere on your PATH (e.g. C:\Users\YOU\.local\bin\ocds-mcp.exe).
Or build from source:
git clone https://github.com/qune-tech/ocds-mcp.git
cd ocds-mcp
cargo build --release
# Binary at target/release/ocds-mcpClaude Desktop — edit claude_desktop_config.json:
{
"mcpServers": {
"ocds": {
"command": "ocds-mcp",
"args": ["--api-key", "sk_live_YOUR_KEY_HERE"]
}
}
}Claude Code — add .mcp.json to your project root:
{
"mcpServers": {
"ocds": {
"command": "ocds-mcp",Loading reviews...