StatCan API
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.
主要功能
- Exposes StatCan API functionalities as MCP tools
- Supports cube operations for listing, searching, and retrieving data tables
- Supports vector operations for retrieving series metadata and data by Vector ID
- Automatically creates a SQLite database for data storage and querying
- Provides example Claude chat interactions for guidance
- 0 GitHub stars
使用案例
- Integrating Canadian statistical data into LLM workflows
- Analyzing Canadian economic and social trends
- Creating visualizations and reports based on StatCan data