Finnish Statistics at Your Fingertips

This MCP server provides AI assistants with access to Statistics Finland's StatFin database - 4,500+ statistical tables covering population, employment, housing, economy, and more.

7
MCP Tools
149
Subject Areas
4,500+
Data Tables
3
Languages

👥 population

💼 employment

🗺️ regional

✈️ migration

energy

🏠 housing

🚗 transport

💑 society

💰 economy

🚨 crime

🏥 health

🎓 education

🗳️ elections

How It Works

💬

1. Ask a Question

"What is Helsinki's population trend?"

🔍

2. AI Searches

Claude uses search_statistics to find relevant tables

📊

3. Get Data

query_table fetches and presents the statistics

Available MCP Tools

search_statistics

Full-text search across 4,500+ statistical tables

list_subject_areas

Browse all 149 topic categories

list_tables

List all tables in a subject area

get_table_metadata

Get table structure, variables, and codes

get_variable_values

Get all possible values for a variable

query_table

Execute data queries with filters

Quick Start

{
  "mcpServers": {
    "statfin": {
      "command": "node",
      "args": ["/path/to/statfin-mcp/dist/server.js"]
    }
  }
}

Add to your Claude Desktop configuration to get started.