@nor-data/statfin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sok_tabellA | Search the Statistics Finland (Tilastokeskus) StatFin database for statistical tables by keyword. PxWeb has no server-side search, so this matches a bundled index of all StatFin tables locally and returns the most relevant ones with their tabell_id (use it in hent_tabell / hent_data). Search English titles. |
| hent_tabellA | Get metadata for a StatFin table: title, dimensions (variables) and their valid value codes + labels. Use this before hent_data to learn which filter codes are available. Variable codes (e.g. 'Alue', 'Vuosi') are language-independent; pass them verbatim to hent_data. |
| hent_dataA | Fetch actual data values from a StatFin table as JSON-stat2. |
| list_emnerA | List the StatFin subject areas (~140 databases, e.g. 'vaerak' = Population structure). Use a subject id to scope sok_tabell, or to browse when a keyword search misses. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: listing subjects, searching tables, retrieving metadata, and fetching data. There is no overlap, and descriptions clearly differentiate their roles.
Tool names use a Norwegian verb_noun pattern (hent_data, hent_tabell, list_emner, sok_tabell). While verbs vary, the pattern is predictable and descriptive; only minor inconsistency from mixing verbs.
Four tools cover the essential workflow of browsing, searching, inspecting, and retrieving data from StatFin. The scope is focused and each tool has a clear purpose.
The set covers the full query lifecycle: discover subjects (list_emner), search tables (sok_tabell), inspect metadata (hent_tabell), and fetch data (hent_data). No obvious gaps for the intended use case.