Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.malkreide/swiss-procurement-mcp

PYPI · SWISS-PROCUREMENT-MCP · SCANNED SEP 20

Swiss public procurement (simap.ch): tenders, awards, CPV codes, all cantons + federal, read-only

+15 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 33 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 48 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1575 tokens (~175/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.malkreide/swiss-procurement-mcp server?

io.github.malkreide/swiss-procurement-mcp runs locally as a PyPI package, launched with uvx swiss-procurement-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · swiss-procurement-mcp

# add to Claude Code
claude mcp add malkreide-swiss-procurement-mcp -- uvx swiss-procurement-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "malkreide-swiss-procurement-mcp": {
      "command": "uvx",
      "args": [
        "swiss-procurement-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "malkreide-swiss-procurement-mcp": {
      "command": "uvx",
      "args": [
        "swiss-procurement-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add malkreide-swiss-procurement-mcp -- uvx swiss-procurement-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "malkreide-swiss-procurement-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "swiss-procurement-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add malkreide-swiss-procurement-mcp --command uvx --arg swiss-procurement-mcp
# ~/.hermes/config.yaml
mcp_servers:
  malkreide-swiss-procurement-mcp:
    command: "uvx"
    args: ["swiss-procurement-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "malkreide-swiss-procurement-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "swiss-procurement-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add malkreide-swiss-procurement-mcp -t stdio -c uvx -a swiss-procurement-mcp
// mcp.json
{
  "mcpServers": {
    "malkreide-swiss-procurement-mcp": {
      "command": "uvx",
      "args": [
        "swiss-procurement-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +15
    • Malware scan: unverified → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/swiss-procurement-mcp@0.18.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 33 packages
Packages resolved 33
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,575 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_procurement_office ~101

<use_case>Resolve a partial organisation name to the procuring offices simap knows, when the user names an authority rather than a project.</use_case> Find public procurement offices by (partial) name. The public office list is large (~1 MB), so this fetches it once and filters client-side. Returns the office id, type (cantonal / federal / communal) and the linked institution id.

NameTypeReqDescription
argsyes
NameTypeReqDescription
countintegeryes
match_typestringexact, fuzzy (broader term, see note), or none.
note
officesarrayyes
provenancestringyes
retrieved_atstringyes
sourcestringyes

No examples provided.

get_procurement_details ~115

<use_case>Retrieve the full record for one publication once you have its ids: criteria, deadlines, classification codes and the procuring body.</use_case> Return the full record for one procurement publication. Both ids come from a `search_procurements` result. The record includes the order description, CPV and Swiss construction codes (BKP, NPK), deadlines and the procurement office — the BKP codes make this joinable with construction cost data and school-building planning.

NameTypeReqDescription
argsyes
NameTypeReqDescription
additional_cpv_codesarray
bkp_codesarraySwiss BKP construction codes.
cpv_codeMain CPV classification code.
has_documentsboolean
note
npk_codesarray
offer_deadline
order_description
order_type
process_type
procurement_office
procurement_office_address
project_idstringyes
provenancestringyes
publication_date
publication_idstringyes
retrieved_atstringyes
sourcestringyes
titlestringyes

No examples provided.

get_publication_history ~79

<use_case>Trace one project through time — tender to award to correction. Use when the question is "what happened to this procurement?".</use_case> Return earlier publications of the same procurement project. Traces a project's lifecycle: tender → correction → award. An empty list is normal for a first publication.

NameTypeReqDescription
argsyes
NameTypeReqDescription
countintegeryes
note
project_id
provenancestringyes
publicationsarrayyes
retrieved_atstringyes
sourcestringyes

No examples provided.

search_awards ~194

<use_case>Find who won, not what is open — all four award types at once. Use when the question is about completed procurement rather than current opportunities.</use_case> Search only awarded contracts (who won). Convenience wrapper over `search_procurements` that queries all four award publication types at once. Two coverage caveats. First, award coverage is uneven across cantons — some publish awards diligently, others rarely, so absence is not proof that no award happened. Second, the filter matches a project's NEWEST publication: a project awarded in May and corrected in June is no longer an "award" to this filter and drops out. Use `get_publication_history` on a project to see whether an award exists further back. `canton_match` works exactly as in `search_procurements` and defaults to matching the procuring body.

NameTypeReqDescription
argsyes
NameTypeReqDescription
countintegeryes
has_morebooleanyesTrue if the pagination cursor can be advanced.
match_typestringexact when results were returned, none when empty.
next_cursorPass as `cursor` to search_procurements for the next page.
note
provenancestringyes
resultsarrayyes
retrieved_atstringyes
sourcestringyes

No examples provided.

search_construction_codes ~129

<use_case>Translate a keyword into Swiss construction cost codes (BKP, NPK, eBKP, OAG, CPC) — the bridge between a building topic and procurement filters.</use_case> Search Swiss construction classification codes by keyword. Args: system: One of bkp, npk, ebkp-h, ebkp-t, oag, cpc. query: Keyword. These are the Swiss construction cost standards (Baukostenplan, Normpositionen- katalog) used in building tenders — relevant for school-building procurement.

NameTypeReqDescription
argsyes
NameTypeReqDescription
codesarrayyes
countintegeryes
match_typestringexact, fuzzy (broader term, see note), or none.
note
provenancestringyes
retrieved_atstringyes
sourcestringyes
systemstringyescpv, bkp, npk, cpc, ebkp-h, ebkp-t or oag.

No examples provided.

search_cpv_codes ~115

<use_case>Translate a keyword into the CPV classification codes needed to filter a search. Call this first when the user names a subject rather than a code.</use_case> Search CPV classification codes by keyword. CPV (Common Procurement Vocabulary) is the international code system used to filter `search_procurements` by category. Resolve a keyword like "Metall" to its code here, then pass the code to `search_procurements(cpv_codes=[...])`.

NameTypeReqDescription
argsyes
NameTypeReqDescription
codesarrayyes
countintegeryes
match_typestringexact, fuzzy (broader term, see note), or none.
note
provenancestringyes
retrieved_atstringyes
sourcestringyes
systemstringyescpv, bkp, npk, cpc, ebkp-h, ebkp-t or oag.

No examples provided.

search_procurements ~468

<use_case>Find open tenders matching a topic, canton, CPV code or date window — the default entry point when the question is "what is being tendered?".</use_case> Search Swiss public procurement projects on simap.ch. Covers all cantons and the Confederation, updated intraday. This is the entry point; use `get_procurement_details` with the returned ids for the full record. Note that simap indexes PROJECTS, not publications: one hit is one project, represented by its NEWEST publication. A project tendered in March and awarded in July appears once, as the July award. Use `get_publication_history` to see the earlier publications of a project. At least one filter is required — simap answers a filterless query with nothing rather than everything. Args: query: Free-text search over titles and descriptions. canton: Bare canton id, e.g. `ZH` (NOT `CH-ZH`). See `CANTON_IDS`. canton_match: How `canton` is interpreted. `procuring_body` (default) — procured by that canton's public bodies, including communal and subordinate offices. `place_of_delivery` — the work is delivered there. Beware: ~60% of publications carry no structured order address and are invisible to this filter. `both` — the union of the two. Costs two upstream calls and does not support `cursor`. cpv_codes: One or more CPV classification codes. Resolve names to codes with `search_cpv_codes` first. process_type: One of open, selective, invitation, direct, no_process. pub_type: Publication type. For awarded contracts use one of award_tender, award_study_contract, award_competition, direct_award — a plain "award" is rejected by the API. published_from / published_until: ISO dates `YYYY-MM-DD`. These filter on the NEWEST publication date of a project. cursor: Pagination cursor from a previous response's `next_cursor`. language: de, fr, it or en.

NameTypeReqDescription
argsyes
NameTypeReqDescription
countintegeryes
has_morebooleanyesTrue if the pagination cursor can be advanced.
match_typestringexact when results were returned, none when empty.
next_cursorPass as `cursor` to search_procurements for the next page.
note
provenancestringyes
resultsarrayyes
retrieved_atstringyes
sourcestringyes

No examples provided.

search_procurements_detailed ~291

<use_case>Answer a question needing both the hit list and each hit's detail in one step, e.g. "which school-building tenders ran in ZH and what BKP codes do they carry?". Prefer this over search_procurements followed by N detail calls.</use_case> Search publications and return the FULL record for the top matches at once. Aggregated entry point for the common "find tenders and show me their details" question: it runs the search and then fetches `get_procurement_details` for the first `top_n` hits in parallel, so a typical query is answered in a single tool call instead of a search-then-N-details chain. Each result carries the CPV and Swiss construction codes (BKP, NPK), deadlines and procurement office. Prefer `search_procurements` when you only need the summaries or want to paginate; use this when you want the leading hits fully expanded immediately. Args: top_n: How many of the top hits to expand to full detail (1-5). query, canton, canton_match, cpv_codes, process_type, pub_type, published_from, published_until, language: identical to `search_procurements` — including the `canton_match` semantics, which default to matching the procuring body.

NameTypeReqDescription
argsyes
NameTypeReqDescription
countintegeryesNumber of full detail records returned (<= top_n).
match_typestringexact when results were returned, none when empty.
note
provenancestringyes
resultsarrayyes
retrieved_atstringyes
sourcestringyes
total_matchedintegerTotal search hits before the top_n detail cutoff.

No examples provided.

source_status ~83

<use_case>Check whether simap.ch is reachable and how fast it is responding. Call this when a search returns nothing and you need to distinguish "no matching tenders" from "the source could not be asked" — the two are not the same answer.</use_case> Report reachability and latency of the simap.ch read API.

NameTypeReqDescription
args
NameTypeReqDescription
all_healthybooleanyes
note
provenancestringyes
retrieved_atstringyes
sourcestringyes
sourcesarrayyes

No examples provided.

Common questions

What is the io.github.malkreide/swiss-procurement-mcp server?

io.github.malkreide/swiss-procurement-mcp is listed in the public MCP registry as io.github.malkreide/swiss-procurement-mcp. Swiss public procurement (simap.ch): tenders, awards, CPV codes, all cantons + federal, read-only. This page covers its PyPI package (swiss-procurement-mcp).

Is the io.github.malkreide/swiss-procurement-mcp server safe to use?

io.github.malkreide/swiss-procurement-mcp scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.malkreide/swiss-procurement-mcp server expose?

io.github.malkreide/swiss-procurement-mcp exposes 9 tools: search_procurements, search_procurements_detailed, search_awards, get_procurement_details, get_publication_history, and 4 more. Their descriptions and schemas cost roughly 1,575 tokens of context every time the server is loaded.

Is the io.github.malkreide/swiss-procurement-mcp server still maintained?

io.github.malkreide/swiss-procurement-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.