← Registry

Analytics

suomiatlas.com

Provides comprehensive statistics and historical data for Finnish postal areas and municipalities, including demographics, income, housing, crime, and air quality, with comparisons and benchmarks.

1 endpoint9 known toolsFirst detected August 28, 2026Last detected September 4, 2026

ENDPOINT 1

https://suomiatlas.com/api/mcp

No auth detected

MCP server metadata

Name
suomiatlas
Version
0.4.1
Capabilities
tools.listChangedresources.listChanged
Server instructions

Suomiatlas publishes official statistics for every Finnish postal code area (~3,000) and municipality (308): population, age, income, education, employment, housing, housing sale prices, crime and air quality, from Statistics Finland and the Finnish Meteorological Institute. Working with these tools: - Users name places, not codes. Resolve with search_places (or let a tool resolve it) and never guess between candidates — many Finnish neighbourhood names repeat across cities. - Postal areas and municipalities are different grains. Housing sale prices and most Paavo metrics are per postal area; population totals and crime rates are per municipality. - Distance exists; travel time does not. rank_areas takes near + withinKm and filters by straight-line kilometres between area centres. There are no commute, drive or transit times, so "within 30 minutes of Helsinki" cannot be answered: offer a radius instead, say it is a radius, and never restate kilometres as minutes. find_similar_areas is statistical, not geographic. - To screen areas on more than one metric — "above-average family share and below-average prices" — call rank_areas once with includeVariables. Looking areas up one at a time with get_place_stats costs a round trip per area and answers no better. - Every result carries the API's own "locked" list. Those fields are withheld — the data exists. "requires" says whether an Area Pass for that one postal code would lift it ("area-pass") or only a Pro subscription does ("pro"). Report them as paywalled, never as missing or as zero, and never describe a truncated series as though it were the whole trend. No "locked" means nothing was withheld. - A null is never zero. Outside "locked", null means Statistics Finland suppressed the figure (small-area confidentiality) or the source has not published it, and a null percentile or trend means it could not be computed. Report those as unknown or unmeasured — never as none, nothing, safe or clean. A place missing from an air-quality or crime ranking is unmeasured, not clean. - Figures are annual and lag, and the sources are not in step: Paavo runs to 2024, housing prices to 2025, air quality per municipality from 2019. Every figure is served with the year it belongs to — on the metric, the data point, the search result or the verdict itself. Quote that year with the number, and take it from the figure rather than assuming one year covers the whole result. - The data is CC BY 4.0. Attribute Statistics Finland (or FMI for air quality) when quoting it.

Known tools 9

search_places

Resolve a Finnish place name to the code every other Suomiatlas tool takes.

Inferred read-only
get_place_stats

Current statistics for one Finnish postal area or municipality: population, age, income, employment, education, housing sale prices (€/m²) and municipal crime rates, with national/regional percentiles where available.

Inferred read-only
get_place_history

Time series for one Finnish postal area or municipality, with the direction and size of change computed for each metric so the trend does not have to be eyeballed.

Inferred read-only
get_air_quality

Measured annual-mean air quality (PM2.

Inferred read-only
compare_areas

Side-by-side statistics for several Finnish postal areas, with national benchmarks and percentiles.

Inferred read-only
rank_areas

Rank Finnish postal areas by any metric — highest or lowest income, population, unemployment, education, housing prices — nationally or within one municipality or region.

Inferred read-only
find_similar_areas

Postal areas most like a given one across its whole statistical profile — income, age structure, education, housing and employment together, not one metric.

Inferred read-only
list_variables

The catalogue of every metric Suomiatlas publishes — population, income, education, employment, buildings and dwellings, housing sale prices, crime rates, composite scores — grouped by theme, with codes, units and types.

Inferred read-only
get_area_report

The download link for one postal area's printable PDF report (composite scores, trends and the full statistics table).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.suomiatlas]
url = "https://suomiatlas.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "suomiatlas": {
      "type": "http",
      "url": "https://suomiatlas.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: suomiatlas
Remote MCP URL: https://suomiatlas.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "suomiatlas": {
      "url": "https://suomiatlas.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "suomiatlas": {
      "type": "http",
      "url": "https://suomiatlas.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "suomiatlas",
  "transport": "streamable-http",
  "url": "https://suomiatlas.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.