MCP.so
Sign In

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.

Comments

More Memory & Knowledge MCP servers