# io.github.arose26/statcan-mcp (npm · statcan-mcp)

Statistics Canada's 8,200+ data tables: CPI, GDP, labour force, housing. No API key.

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- npm · `statcan-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp.md), [page](https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp)

## Channel facts

- Registry: `npm`
- Package: `statcan-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 2 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 454 tokens (~90/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add arose26-statcan-mcp -- npx -y statcan-mcp
```

### Codex

```bash
codex mcp add arose26-statcan-mcp -- npx -y statcan-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "arose26-statcan-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "statcan-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add arose26-statcan-mcp --command npx --arg -y --arg statcan-mcp
```

### Hermes

```yaml
mcp_servers:
  arose26-statcan-mcp:
    command: "npx"
    args: ["-y", "statcan-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "arose26-statcan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "statcan-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-15 (score 70)

First indexed and scored.

## MCP tools (5)

### `search_tables` (~74 tokens)

Search Statistics Canada data tables

Keyword search across all ~8,200 Statistics Canada data tables (CPI, GDP, labour force, housing, population...). Returns product IDs to explore with get_table_metadata.

Input parameters:

- `limit` (integer): Max results
- `query` (string, required): Keywords, e.g. 'consumer price index monthly' or 'housing starts'

### `get_table_metadata` (~106 tokens)

Get table dimensions and members

Structure of a Statistics Canada table: its dimensions and their members with member IDs. Large dimensions are truncated — pass member_filter (e.g. 'gasoline') to find specific members. Use the member IDs with get_data_by_coordinate.

Input parameters:

- `max_members` (integer): Max members listed per dimension
- `member_filter` (string): Keyword to filter dimension members by name
- `product_id` (integer, required): Table product ID from search_tables, e.g. 18100004

### `get_data_by_vectors` (~120 tokens)

Get time series by vector ID

Fetch observations for up to 10 Statistics Canada vector IDs (a vector uniquely identifies one time series, e.g. v41690973 = CPI all-items Canada). Give a date range, or latest_n most recent periods (default 12).

Input parameters:

- `end_date`: End of range, YYYY-MM-DD
- `latest_n` (integer): N most recent periods
- `start_date` (string): Start of range, YYYY-MM-DD
- `vectors` (array, required): Vector IDs, 'v41690973' or 41690973

### `get_data_by_coordinate` (~102 tokens)

Get time series by table coordinate

Fetch observations by choosing one member ID per dimension of a table (get them from get_table_metadata). Example: table 18100004 with member_ids [2, 2] = CPI, Canada, all-items.

Input parameters:

- `latest_n` (integer): N most recent periods
- `member_ids` (array, required): One member ID per dimension, in dimension order
- `product_id` (integer, required): Table product ID, e.g. 18100004

### `get_series_info` (~52 tokens)

Decode a vector ID

What is this vector? Returns the series title, source table, and coordinate for a vector ID.

Input parameters:

- `vector` (string|number, required): Vector ID, 'v41690973' or 41690973

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 70
- 2026-08-15: 70

## Links

- npm package: https://www.npmjs.com/package/statcan-mcp
- Socket report: https://socket.dev/npm/package/statcan-mcp
- Repository: https://github.com/arose26/statcan-mcp
- Changelog RSS feed: https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp.json
- HTML version of this page: https://verifymcp.io/servers/arose26-statcan-mcp/statcan-mcp
