MCP server exposing 4 tools for opendata-canada.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/opendata-canada/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Full-text search the open.canada.ca CKAN catalogue by keyword query, with optional CKAN filter query (fq), pagination (rows/start); returns dataset titles, descriptions, organizations, formats, and resource URLs.package — Dataset by id/slug.organizations — List all Government of Canada organizations that publish datasets on open.canada.ca, returning name, title, description, and dataset count for each (up to optional limit, default 100).groups — List all subject-area theme groups on open.canada.ca (e.g. Agriculture, Economy, Health), returning group name, title, description, and dataset count (up to optional limit, default 100).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/opendata-canada/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io