Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Suomiatlas — Finnish area statistics

REMOTE · SUOMIATLAS.COM · SCANNED AUG 7

Statistics for every Finnish postal code area and municipality: income, housing, crime, air quality

Available components

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2402 tokens (~218/item across 11 items; 9 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · suomiatlas.com

# add to Claude Code
claude mcp add --transport http com-suomiatlas-area-statistics https://suomiatlas.com/api/mcp
# ~/.codex/config.toml
[mcp_servers.com-suomiatlas-area-statistics]
url = "https://suomiatlas.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-suomiatlas-area-statistics": {
      "type": "remote",
      "url": "https://suomiatlas.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-suomiatlas-area-statistics --url https://suomiatlas.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-suomiatlas-area-statistics:
    url: "https://suomiatlas.com/api/mcp"
// mcp.json
{
  "mcpServers": {
    "com-suomiatlas-area-statistics": {
      "type": "http",
      "url": "https://suomiatlas.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 6 Aug 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Probed https://suomiatlas.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=suomiatlas.com CN=WE1,O=Google Trust Services,C=US 25 Jun 2026 23 Sept 2026 ECDSA 256 ECDSA-SHA256 abc835a4676b156a0e835c57c579c2b7
SANs: suomiatlas.com, *.suomiatlas.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of suomiatlas.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
suomiatlas.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://suomiatlas.com/api/mcp Verified 200
http (plaintext) http://suomiatlas.com/api/mcp HTTPS enforced 301 https://suomiatlas.com/api/mcp
MCP tools · 9 exposed · ~1,917 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_areas ~120

Side-by-side statistics for several Finnish postal areas, with national medians and percentiles. Accepts names or codes. Free callers are served only the FIRST TWO areas — the API truncates silently, and this tool reports the dropped ones in `locked`. If areas were dropped, say so; do not present a two-area answer as if it covered everything asked for.

NameTypeReqDescription
placesarrayyesPostal area names or 5-digit codes, 2 to 12 of them.
yearintegerStatistics year; defaults to the newest.

No output schema declared.

No examples provided.

find_similar_areas ~112

Postal areas most like a given one across its whole statistical profile — income, age structure, education, housing and employment together, not one metric. Useful for "where else in Finland feels like this neighbourhood?". Similarity is statistical, not geographic: the results are usually spread across the country.

NameTypeReqDescription
limitintegerNeighbours to return (default 10).
placestringyesPostal area name or 5-digit code.
yearintegerYear; defaults to the newest.

No output schema declared.

No examples provided.

get_air_quality ~199

Measured annual-mean air quality (PM2.5, PM10, NO₂, O₃) for a Finnish postal area or municipality, from Finnish Meteorological Institute and municipal monitoring stations, each compared against the WHO 2021 guideline and the EU limit. Answers "is the air clean in Vantaa?" with a verdict rather than a bare number. The latest reading, its benchmarks and its station are free for everyone; the multi-year `series` behind them needs Pro or an Area Pass and arrives empty otherwise, reported in `locked`. Coverage is sparse: Finland has ~160 stations, so a pollutant with no nearby station is reported as a gap — report that as unmeasured, never as clean.

NameTypeReqDescription
kindstringMunicipality gives the median over its stations; postal area uses the nearest station.
placestringyesPlace name or code, e.g. "Vantaa", "00560"

No output schema declared.

No examples provided.

get_area_report ~174

The download link for one postal area's printable PDF report (composite scores, trends and the full statistics table). Returns a URL and never the file itself — the report renders the same data the other tools return, so offer the link when someone wants the document, and answer questions from get_place_stats instead. Downloading requires Suomiatlas Pro or an Area Pass for that area; when the caller has neither, the link still comes back and `locked` says what it costs. Reports exist per postal area only, not per municipality.

NameTypeReqDescription
languagestringReport language: fi (default), sv or en.
placestringyesPostal area name or 5-digit code, e.g. "Toukola", "00560"
yearintegerStatistics year; defaults to the newest.

No output schema declared.

No examples provided.

get_place_history ~270

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. Answers questions like "have apartment prices been rising in Espoo?" and "is the population growing?". Defaults to housing sale prices and population. For a postal area it also returns `trendMetrics`: precomputed 1/5/10-year indicators — population growth, income momentum, aging velocity, family influx, construction, education uplift, and unemployment relative to the national change — which answer "is this area gentrifying / aging / declining?" directly, and whose latest values are free for everyone. Free callers receive only the last 3 years of series, no per-year history for the trend metrics, and no municipality housing price history — each reported in `locked`. A short window is NOT evidence of a short trend: if a field is locked, say the full series requires Pro rather than describing the 3-year window as the trend.

NameTypeReqDescription
kindstringForce a grain.
placestringyesPlace name or code, e.g. "Espoo", "Töölö", "00560"
variablesarrayVariable codes to chart (see list_variables). Defaults to housing prices and population.

No output schema declared.

No examples provided.

get_place_stats ~291

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. Accepts a name or a code and resolves it automatically; if the name is ambiguous it returns the candidates instead of guessing. Answers questions like "how many people live in Toukola?", "how many live in Akaa?" and "how much is an apartment in Töölö?". Returns a headline set of metrics by default — pass `variables` to fetch specific codes from list_variables. Anything in the `locked` field is withheld pending a Pro subscription, not missing: say so rather than reporting it as absent.

NameTypeReqDescription
includeAllVariablesbooleanReturn all ~131 variables. Large; only use when the headline set is insufficient.
includeCompositeScoresbooleanInclude composite 0-100 scores (postal areas only). Component detail needs Pro.
kindstringForce a grain when a name exists at both, e.g. Helsinki the municipality.
placestringyesPlace name or code, e.g. "Toukola", "Akaa", "00560"
variablesarrayExtra variable codes to include beyond the headline set (see list_variables).
yearintegerStatistics year; defaults to the newest available.

No output schema declared.

No examples provided.

list_variables ~161

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. Call this to find the right `variableCode` for rank_areas or get_place_stats. Pass `variableCode` to get the years that metric covers instead; coverage differs per metric (Paavo 2010–2024, housing prices 2009–2025, air quality 2023 onwards).

NameTypeReqDescription
groupstringFilter to one theme, matched case-insensitively, e.g. "income", "crime".
variableCodestringReturn the years available for this metric rather than the catalogue.

No output schema declared.

No examples provided.

rank_areas ~393

Rank Finnish postal areas by any metric — highest or lowest income, population, unemployment, education, housing prices — nationally or within one municipality or region. Crime rate metrics (crime_total_rate and friends) rank municipalities instead, since crime is only published at that grain. Get valid metric codes from list_variables. Free callers receive at most 10 rows regardless of `limit`, reported in `locked`. `near` plus `withinKm` narrows the ranking to areas within a straight-line radius of another place. That is distance over the ground, never a travel or commute time. To screen areas on several metrics at once — "above-average family share and below-average housing prices" — rank by one metric and pass the rest as `includeVariables`; that is a single call. Do not call get_place_stats per area to collect a second metric.

NameTypeReqDescription
includeVariablesarrayExtra metric codes to report for each ranked area, as `additionalValues` on every row. Each metric's own year is given in `includedVariables`, since the sources run to different years. Not available…
limitintegerRows to return (default 10).
nearstringKeep only areas within `withinKm` of this place — a postal area or municipality, by name or code. Distance is centre to centre in a straight line.
orderstringHighest first (default) or lowest first.
scopestringLimit to one municipality or region by name or code, e.g. "Espoo", "Uusimaa".
variableCodestringyesMetric code from list_variables, e.g. "hr_mtu", "unemployment_rate".
withinKmnumberRadius in kilometres around `near`. Required with `near`, and only with it.
yearintegerYear; defaults to the newest with data.

No output schema declared.

No examples provided.

search_places ~197

Resolve a Finnish place name to the code every other Suomiatlas tool takes. Handles postal areas (e.g. Toukola, Töölö), municipalities (Espoo, Akaa) and regions (Uusimaa). Diacritics are optional: "toolo" finds "Töölö". Call this first whenever the user names a place rather than a code. Many Finnish neighbourhood names are shared across cities, so several results is normal — present the choices instead of assuming the first one. Postal-area results carry an inhabitant count with the year it was published for; if you quote it, quote the year with it.

NameTypeReqDescription
kindstringRestrict to one grain. Omit to search all three.
limitintegerMaximum results (default 10).
querystringyesPlace name or code, e.g. "Töölö", "Espoo", "00560"

No output schema declared.

No examples provided.