statfin-fi
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@statfin-fiRetrieve consumer price index for last year"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
statfin-fi
Statistics Finland (StatFin) — the full catalogue of Finnish official statistics published by Tilastokeskus, served over its PxWeb API: population, education, employment, consumer prices, housing, health and national accounts.
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
Tool | What it returns |
| The StatFin subject tree. |
| One table's dimensions and every valid value, when you want to see what a table breaks down by. |
| Actual figures. Give it |
Table paths
A table path is <folder>/<id>.px where the id is the bare 4-character table code:
vkour/15ig.px Population aged 15 or over by level of education, gender, age and origin
khi/11xs.px Consumer price indexThe longer statfin_<folder>_pxt_<id>.px form appears throughout older StatFin
documentation. It was retired upstream and now returns 400 on every table;
this pack rewrites it to the current form, so a caller arriving with the
documented-but-dead path still gets data (fleet #497).
Asking in plain English
select maps a dimension to a value using either the English label or the
native code, and query_table resolves both against the table's own metadata:
{ "path": "vkour/15ig.px", "select": { "Information": "tertiary level qualification" } }→ 1672232 Finns aged 15+ hold a tertiary qualification (2025), alongside the
matching share, 34.5%.
Dimensions you don't name are filled in for you: the year defaults to the
latest published, dimensions StatFin can eliminate are aggregated to their
total, and a dimension with an explicit total value (SSS, Total, or an
open-ended range starting at the table's own floor such as age 15-) uses it.
Every one of those choices comes back in selection_resolved, and a
dimension with no defensible total is returned in full rather than silently
collapsed — a defaulted dimension nobody can see is how a wrong number gets
read as a right one.
A value that matches several rows returns all of them rather than picking one,
so {"Information": "tertiary level qualification"} yields both the count and
the percentage. If it matches more than 20, that is reported as too broad.
Results also carry figures: the json-stat2 value[] array paired with its
dimension labels, for results up to 60 cells. That is the readable form —
json-stat2's flat array over an implicit cartesian product is not.
Dimension codes are native Finnish
Even on the /en/ endpoint the dimension codes are Finnish, and some labels
are untranslated. There is no way to guess them, which is what select exists
to spare you; pass body yourself and you need table_meta first.
For vkour/15ig.px:
Code | Meaning | Total value |
| Age |
|
| Gender |
|
| Origin (label renders as |
|
| Year | — |
| Measure, e.g. | — |
Worked call — population aged 15+ with a tertiary qualification, 2024:
{
"path": "vkour/15ig.px",
"body": {
"query": [
{ "code": "ikaryhma_10_20180101", "selection": { "filter": "item", "values": ["15-"] } },
{ "code": "sukupuoli_9_20180101", "selection": { "filter": "item", "values": ["SSS"] } },
{ "code": "syntypera_101_20180101", "selection": { "filter": "item", "values": ["SSS"] } },
{ "code": "timeperiod_y", "selection": { "filter": "item", "values": ["2024"] } },
{ "code": "contentscode", "selection": { "filter": "item", "values": ["kaste5T8"] } }
],
"response": { "format": "json-stat2" }
}
}→ value: [1641336], table updated 2026-06-18.
Related MCP server: scb-mcp
Auth
None. Keyless, no registration, no rate-limit key. Reachable from Cloudflare egress.
Data sources
API root:
https://pxdata.stat.fi/PXWeb/api/v1/en/StatFinPublisher: Statistics Finland / Tilastokeskus — https://stat.fi/en
Licence: Creative Commons Attribution 4.0 International (CC BY 4.0)
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"statfin-fi": {
"url": "https://gateway.pipeworx.io/statfin-fi/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/statfin-fi/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Statfin Fi data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Statistics Norway (SSB) PxWebApi MCP.
Query official statistics of Catalonia (Idescat): tables, metadata and JSON-stat data via MCP.
Eurostat MCP — wraps Eurostat Statistical Data API (no auth required)
Search and query 1,500+ OECD statistical datasets via SDMX. Keyless.
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceAccess Statistics Estonia (andmed.stat.ee) PxWeb data without API key. Enables navigating subject trees, retrieving table metadata, and querying tabular data with filters.801MIT- AlicenseNot gradedqualityCmaintenanceEnables querying Statistics Sweden's statistical database via tools like navigate, get_table_metadata, query_table, etc.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Statistics Sweden PxWeb data through tools for navigating subjects, retrieving table metadata, and pulling data using PxWeb query objects.13MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to Statistics Iceland data through the PxWeb API for querying tables and navigating subject trees.4MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-statfin-fi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server