# Statistics Canada

Access comprehensive Canadian socio-economic datasets and time series data directly. Search for specific data cubes, retrieve detailed metadata, and monitor the latest statistical releases. Fetch his…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pranaviate/statscan-mcp

# Browse available tools
npx -y smithery tool list pranaviate/statscan-mcp

# Get full schema for a tool
npx -y smithery tool get pranaviate/statscan-mcp list_cubes

# Call a tool
npx -y smithery tool call pranaviate/statscan-mcp list_cubes '{}'
```

## Direct MCP Connection

Endpoint: `https://statscan-mcp--pranaviate.run.tools`

## Tools (15)

- `list_cubes`
- `list_cubes_full`
- `get_cube_metadata`
- `get_vector_data_by_range`
- `get_table`
- `get_vector_info`
- `get_series_info`
- `get_changed_cubes`
- `get_changed_series`
- `get_changed_vector_data`
- `get_changed_series_data`
- `get_vectors_latest`
- `get_bulk_vectors`
- `get_full_table_csv`
- `get_full_table_sdmx`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get pranaviate/statscan-mcp <tool-name>
```
