OCDS German Procurement Search MCP Server

Local MCP server for German public procurement search. Connects your AI assistant (Claude, GPT, etc.) to the Vergabe Dashboard API for semantic search, tender matching, and company-profile management. Its 11 documented tools cover company, profile.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-07-26 · ★ 5 · #413 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install OCDS German Procurement Search

Claude Code

claude mcp add qune-tech-ocds-mcp -- npx -y @qune-tech/ocds-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "qune-tech-ocds-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qune-tech/ocds-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @qune-tech/ocds-mcp - published under the repo owner's npm scope (@qune-tech)

registry namespace io.github.qune-tech is GitHub-verified and matches the repo owner

03 · What OCDS German Procurement Search can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can filter and browse tenders by phase, CPV prefix, country, value range, deadline, buyer, procurement method, create a matching profile for your company (stored locally), update an existing profile, and view profile details.

Capability map

Tools grouped from the project's README - what OCDS German Procurement Search lets an agent do.

read & search

6 tools - e.g. Semantic search across all tenders (query embedded locally); Filter and browse tenders by phase, CPV prefix, country, value range, deadline, buyer, procurement method; Raw eForms XML envelope for one OCID…

search_text · list_releases · get_release · get_index_info · get_company_profile · list_company_profiles

Linked

1 tool - e.g. A procurement's notice lineage (PIN→CN→CAN) as {ocid, notice_id} refs

linked_notices

create & write

1 tool - e.g. Create a matching profile for your company (stored locally)

create_company_profile

update

1 tool - e.g. Update an existing profile

update_company_profile

delete

1 tool - e.g. Delete a profile

delete_company_profile

Match

1 tool - e.g. Match a profile against all tenders by semantic similarity (vector embedded locally)

match_tenders

Latest releases

v0.5.0 · 2026-06-04

v0.4.0 · 2026-03-24

v0.3.0 · 2026-03-18

04 · Who maintains OCDS German Procurement Search

OCDS German Procurement Search is maintained by qune-tech. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #413 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-04)
registry
io.github.qune-tech/ocds-mcp (active, first published 2026-03-17 · 2 versions)
packages
npm:@qune-tech/ocds-mcp

06 · OCDS German Procurement Search FAQ

Is OCDS German Procurement Search still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-26 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can OCDS German Procurement Search do?

With this server connected, an agent can filter and browse tenders by phase, CPV prefix, country, value range, deadline, buyer, procurement method, create a matching profile for your company (stored locally), update an existing profile, and view profile details.

How do I install OCDS German Procurement Search?

Run `npx -y @qune-tech/ocds-mcp`. You can also paste the ready-made client config above.

Does OCDS German Procurement Search run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to OCDS German Procurement Search