INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://suomiatlas.com/api/mcp
Connect to this endpoint to inspect the live schema for get_place_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_places— Resolve a Finnish place name to the code every other Suomiatlas tool takes.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.get_air_quality— Measured annual-mean air quality (PM2.compare_areas— Side-by-side statistics for several Finnish postal areas, with national benchmarks and percentiles.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.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.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.get_area_report— The download link for one postal area's printable PDF report (composite scores, trends and the full statistics table).