Provides an MCP server to access and analyze Canadian statistical data from Statistics Canada.
StatCan API is a Model Context Protocol (MCP) server designed to facilitate access to Statistics Canada's statistical data through APIs. Built using FastMCP and httpx, it allows LLMs and other MCP clients to retrieve structured Canadian data. The server supports cube and vector operations, enabling users to search, retrieve metadata, and access data for specified periods. It also includes database functionality, automatically creating a SQLite database for persistent storage and complex data manipulation via SQL queries.