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
| Name | Type | Required | Description |
|---|---|---|---|
days_back | number,string | no | How many days back to look (1–90). Default 7. |
cantons | string | no | Swiss canton code(s), comma-separated, e.g. “ZH”, “VD,GE”. |
pub_types | string | no | Publication type(s), comma-separated: “tender”, “award”. |
lang | string | no | Language: “de” (default), “fr”, “it”, or “en”. |
last_item | string | no | Pagination 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.