vergabe-mcp

vergabe-mcp

An MCP server for the German federal public-tender portal that enables searching live tenders with filters and retrieving notices in domain model, eForms XML, or OCDS format.

Category
访问服务器

README

vergabe-mcp

CI npm

An MCP server for oeffentlichevergabe.de, the German federal public-tender portal. Germany publishes every public tender there and offers a bulk open-data export, but that export lags a day, ships as daily ZIPs, and cannot filter — you download everything and sort it out yourself. The portal's own search API can filter (CPV code, region, deadline window, the eForms "suitable for freelancers" flag) and is current the moment a notice goes live, but it is undocumented. This server wraps it, so any MCP client can search the live feed with real filters and pull a notice in the portal's domain model, in eForms XML, or in OCDS. Anonymous, no API key, no account.

The reverse-engineered API reference is in docs/API.md — it stands on its own if you want to call the endpoints directly instead of through MCP.

Install

Nothing to install; run it with npx.

Claude Code

claude mcp add vergabe -- npx vergabe-mcp

Claude Desktop — in claude_desktop_config.json:

{
  "mcpServers": {
    "vergabe": {
      "command": "npx",
      "args": ["vergabe-mcp"]
    }
  }
}

Any other stdio client

npx vergabe-mcp

Streamable HTTP, if your client wants a URL rather than a subprocess:

npx vergabe-mcp --http --port 3000

Tools

Tool What it does
search_tenders Search lots with flat parameters — free text, CPV prefixes, suitableFor, contract nature, NUTS region, platform, deadline and publication windows, paging, sort. Returns normalized results.
get_tender One notice by id, as a curated summary (default) or verbatim domain JSON, eforms XML, or ocds JSON.
search_tenders_raw The native SELECT/FROM/WHERE/PAGE/ORDER DSL, passed through and returned raw — for anything the curated tool does not express.
lookup_code Resolve a CPV or NUTS code to its German or English description.
get_export_url Build the bulk open-data export URL for a day or month, with the caveats attached.

All five are read-only; the server writes nothing, stores nothing on disk, and holds no credentials.

Resources. vergabe://api-reference serves the API document, so a client can read what the backend actually supports before composing a query. Templates cover single notices — vergabe://notice/{noticeId}, .../eforms, .../ocds — and vergabe://codelist/{list}/{code}.

Prompt. find-solo-tenders (args: keywords, cpv, maxDays) searches with the freelancer/self-employed flags, then walks the model through triaging candidates: person-days buried in the description, whether the near deadline is a request to participate or the offer itself, and the fact that an empty value field means nothing. That triage knowledge ships as a prompt rather than as scoring code, so you can argue with it.

Example

You: Find open IT tenders that are flagged as suitable for freelancers.

The model calls search_tenders with cpv: ["72"], suitableFor: ["freelance"], onlyActive: true. On 2026-08-17 that is 30 open lots, among them:

{
  "noticeId": "7c70692d-dfb9-4b96-b777-4a5539eaee50",
  "title": "Beschaffung einer Beratungsdienstleistung zur Fachberatung im Rahmen eines Identity and Access Management (IAM) Projektes für die Stadtwerke Bielefeld (SWB)",
  "lotTitle": "Beratungsdienstleistung zur Fachberatung im Rahmen eines Identity and Access Management (IAM) Projektes",
  "buyer": "Stadtwerke Bielefeld GmbH",
  "cpv": "72260000",
  "noticeType": "cn-standard",
  "nature": "services",
  "deadline": "2026-09-14T10:00:00+02:00",
  "published": "2026-08-12T00:00:00+02:00"
}

It then calls get_tender on the interesting ones to read the description, the estimated value, and the exclusion grounds before telling you which are worth a bid — that judgment is the model's job, and the server deliberately does not score anything.

Note the shape of the data in that result: the deadline on this one is deadlineReceiptRequests, a request to participate, not an offer deadline. The find-solo-tenders prompt exists because distinctions like that decide whether a tender is reachable.

Development

Node 20 or newer.

npm install
npm test            # vitest, no network
npm run typecheck
npm run lint        # biome

Integration tests hit the live portal and are skipped unless you ask for them:

VERGABE_LIVE=1 npm test

Commits follow Conventional Commits; release-please turns them into a release PR on main — merging that PR tags the release, writes the changelog, publishes to npm, and attaches the tarball to the GitHub release. The commit type decides the version bump.

License

MIT.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选