simap_project

Pack: simap · Endpoint: https://gateway.pipeworx.io/simap/mcp

Fetch the full detail of one Swiss public procurement publication from simap.ch by project_id + publication_id (both UUIDs returned by simap_search / simap_recent). Returns the shaped notice: title, description, CPV classification, procedure and order type, procurement office with full address/email/phone, and for award publications the winning vendor(s) with CHF price, number of submitted offers, and award justification.

Parameters

NameTypeRequiredDescription
project_idstringyesProject UUID, e.g. “feca42bc-5ef4-492f-88c6-e6622940026c”.
publication_idstringyesPublication UUID, e.g. “3d50c790-644c-4aa1-9fd2-ac7207bdcdcd”.
langstringnoLanguage: “de” (default), “fr”, “it”, or “en”.

Example call

curl -X POST https://gateway.pipeworx.io/simap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"simap_project","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "simap": {
      "url": "https://gateway.pipeworx.io/simap/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026