Statistics Canada MCP Server is a Model Context Protocol (MCP) server: Access Statistics Canada data via the Web Data Services API. Because it speaks the Model Context Protocol, AI assistants can use Statistics Canada MCP Server as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package statcan-mcp-server (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.7.15, published under the MIT license, with source at Aryan-Jhaveri/mcp-statcan on GitHub.
On mcp.site, Statistics Canada MCP Server sits in the Development category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Statistics Canada MCP Server for Aryan-Jhaveri, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — statcan-mcp-server · MCP over stdio
▸Open source — MIT license · Aryan-Jhaveri/mcp-statcan