simap_recent

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

List the most recent Swiss public procurement notices from simap.ch (government tenders and award decisions across Switzerland — federal, cantonal, municipal). Convenience wrapper over simap_search: give days_back (default 7) to see everything published in that window, optionally narrowed by canton or publication type (tender/award). Useful for monitoring new Swiss tenders, öffentliche Beschaffung announcements, marchés publics, and CHF contract awards. Newest first, 20 per page with cursor pagination.

Parameters

NameTypeRequiredDescription
days_backnumber,stringnoHow many days back to look (1–90). Default 7.
cantonsstringnoSwiss canton code(s), comma-separated, e.g. “ZH”, “VD,GE”.
pub_typesstringnoPublication type(s), comma-separated: “tender”, “award”.
langstringnoLanguage: “de” (default), “fr”, “it”, or “en”.
last_itemstringnoPagination cursor (next_cursor from the previous response).

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_recent","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