swiss procurement mcp for Cursor
io.github.malkreide/swiss-procurement-mcp
Swiss public procurement (simap.ch): tenders, awards, CPV codes, all cantons + federal, read-only
client:Cursor
transport:stdio
runtime:pypi
Install swiss procurement mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"swiss-procurement-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"swiss-procurement-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs