Connects Claude to Canada's national open data catalogue via the CKAN API at open.canada.ca. Part of the Pipeworx gateway system, which routes requests to 673+ data sources through a unified interface. The setup is straightforward: point your MCP client at the Pipeworx gateway URL and you can query Canadian government datasets using either specific CKAN tools or the ask_pipeworx helper that interprets plain English questions. You'd reach for this when building applications that need programmatic access to federal datasets like census data, geospatial information, or public records without manually wrangling CKAN's API endpoints.
open.canada.ca MCP — Canada CKAN catalogue.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"opendata-canada": {
"url": "https://gateway.pipeworx.io/opendata-canada/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 Canada 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