Connects Claude to Switzerland's federal open data portal, which runs on CKAN. Exposes tag listing and search to help you discover what's available in the catalogue, plus a natural language ask_pipeworx tool that routes your question to the right endpoint automatically. Useful when you need access to Swiss government datasets on transportation, environment, health, or public administration. Part of the Pipeworx gateway, so you can either use this standalone or connect to the full gateway for 250+ data sources. The tag discovery is handy for narrowing down datasets before pulling actual data through the CKAN API.
opendata.swiss MCP — Switzerland's federal open-data portal (CKAN catalogue).
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
list_tags | List or search keyword tags used across the catalogue (CKAN tag_list). Useful for discovering facet values. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opendata-swiss": {
"url": "https://gateway.pipeworx.io/opendata-swiss/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Opendata Swiss data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json