# io.github.Digilac/simap-mcp (npm · @digilac/simap-mcp)

MCP server for simap.ch - Swiss public procurement platform

- Trust score: 79/100 (medium)
- Change this week: +33
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@digilac/simap-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp.md), [page](https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp)

## Channel facts

- Registry: `npm`
- Package: `@digilac/simap-mcp`
- Version: `1.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to Digilac/simap-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 87 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 916 tokens (~65/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add digilac-simap-mcp -- npx -y @digilac/simap-mcp
```

### Codex

```bash
codex mcp add digilac-simap-mcp -- npx -y @digilac/simap-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "digilac-simap-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@digilac/simap-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add digilac-simap-mcp --command npx --arg -y --arg @digilac/simap-mcp
```

### Hermes

```yaml
mcp_servers:
  digilac-simap-mcp:
    command: "npx"
    args: ["-y", "@digilac/simap-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "digilac-simap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@digilac/simap-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 79, +1)

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

### 2026-08-02 (score 78, +58)

- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security] The attested source repository moved: Digilac/simap-mcp
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 20, −1)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (14)

### `search_tenders` (~252 tokens)

Search public tenders on simap.ch with filters by date, canton, CPV codes, and other criteria

Input parameters:

- `bkpCodes` (array): BKP codes for construction (e.g., 211 for masonry)
- `cantons` (array): Swiss cantons (e.g., BE, VD, GE, ZH)
- `cpvCodes` (array): CPV codes (8 digits, e.g., 72000000 for IT services)
- `issuedByOrganizations` (array): UUIDs of issuing organizations
- `lang` (string): Preferred language for results
- `lastItem` (string): Pagination token (format: date|projectNumber) to retrieve the next page
- `processTypes` (array): Process types (open, selective, invitation, direct, no_process)
- `projectSubTypes` (array): Project types to filter
- `pubTypes` (array): Publication types (tender, award_tender, correction, etc.)
- `publicationFrom` (string): Publication start date (format YYYY-MM-DD)
- `publicationUntil` (string): Publication end date (format YYYY-MM-DD)
- `search` (string): Search text (min 3 characters)

### `get_tender_details` (~86 tokens)

Get detailed information about a specific tender

Input parameters:

- `fullRaw` (boolean): Include the complete unmodified API response as JSON at the end of the output. Verbose — only enable when the structured fields are insufficient.
- `lang` (string): Preferred language
- `projectId` (string, required): Project ID (UUID)
- `publicationId` (string, required): Publication ID (UUID)

### `search_cpv_codes` (~49 tokens)

Search CPV (Common Procurement Vocabulary) codes by keyword or partial code number

Input parameters:

- `lang` (string): Search language
- `query` (string, required): Search term (keyword or code prefix)

### `list_cantons` (~25 tokens)

List all Swiss cantons with their codes (useful for search filters)

### `search_bkp_codes` (~48 tokens)

Search BKP (Swiss construction cost plan) codes by keyword or number

Input parameters:

- `lang` (string): Search language
- `query` (string, required): Search term (keyword or code number)

### `search_npk_codes` (~48 tokens)

Search NPK (standardized positions catalog) codes by keyword or number

Input parameters:

- `lang` (string): Search language
- `query` (string, required): Search term (keyword or code number)

### `search_oag_codes` (~47 tokens)

Search OAG (object type classification) codes by keyword or number

Input parameters:

- `lang` (string): Search language
- `query` (string, required): Search term (keyword or code number)

### `browse_cpv_tree` (~54 tokens)

Browse the CPV code hierarchy (shows subcategories of a parent code)

Input parameters:

- `lang` (string): Display language
- `parentCode` (string): Parent code (8 digits). If omitted, shows root categories

### `browse_bkp_tree` (~50 tokens)

Browse the BKP code hierarchy (Swiss construction cost plan)

Input parameters:

- `lang` (string): Display language
- `parentCode` (string): Parent BKP code. If omitted, shows root categories

### `browse_npk_tree` (~50 tokens)

Browse the NPK code hierarchy (standardized positions catalog)

Input parameters:

- `lang` (string): Display language
- `parentCode` (string): Parent NPK code. If omitted, shows root categories

### `browse_oag_tree` (~49 tokens)

Browse the OAG code hierarchy (object type classification)

Input parameters:

- `lang` (string): Display language
- `parentCode` (string): Parent OAG code. If omitted, shows root categories

### `list_institutions` (~54 tokens)

List Swiss public institutions (Confederation, cantons, municipalities) that publish tenders

Input parameters:

- `lang` (string): Language for names
- `search` (string): Filter by name (min 3 characters)

### `get_publication_history` (~56 tokens)

Get the publication history for a project (corrections, awards, etc.)

Input parameters:

- `lotId` (string): Lot ID (optional, to filter by lot)
- `publicationId` (string, required): Current publication ID (UUID)

### `search_proc_offices` (~48 tokens)

Search public procurement offices by name or institution

Input parameters:

- `institutionId` (string): Filter by parent institution (UUID)
- `search` (string): Name to search (min 3 characters)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp#diagnostics

## Score history

- 2026-08-03: 79
- 2026-08-02: 78
- 2026-08-01: 20
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@digilac/simap-mcp
- Socket report: https://socket.dev/npm/package/@digilac/simap-mcp
- Repository: https://github.com/Digilac/simap-mcp
- Changelog RSS feed: https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/digilac-simap-mcp/digilac-simap-mcp
