General Tools
skyddsrumskollen.nu
Provides tools for searching Swedish places and civil-defence shelters, including coordinates, details, and statistics.
ENDPOINT 1
https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- skyddsrumskollen-mcp
- Version
- 0.3.1
Tools for SkyddsrumsKollen, a Swedish service for finding civil-defence shelters (skyddsrum). Data comes from MSB, the Swedish Civil Contingencies Agency. Typical flow: `search_location` resolves a Swedish place name or address to WGS84 coordinates, then `find_nearby_shelters` returns the nearest shelters sorted by distance. `search_shelters` searches the address field only (street name or Swedish property designation, accent-insensitive) — the dataset has NO municipality/city attribute, so questions like 'how many shelters are in <town>?' cannot be answered exactly; instead resolve the town with `search_location` and show the nearest shelters with `find_nearby_shelters`, and say that per-municipality counts are not available. `get_shelter` fetches one shelter by id (found=false as a successful response when the id is unknown), `get_shelter_stats` gives national totals plus data freshness (`data_age_days`, `data_is_stale` — warn the user when stale). Every response echoes `server_version` and `server_build` (deployment stamp). Error texts start with a machine-readable code (INVALID_ARGUMENT, RATE_LIMITED, INTERNAL). Coverage is Sweden only (lat 55.0-69.5, lng 10.0-24.5 WGS84); positions outside get status 'no_coverage'. No account is needed — the server is public. Rate limit: 20 calls/minute per client; if a call is declined for rate limiting, explain it to the user and wait instead of retrying. Always show the user the `url` deep link from tool results (it opens the shelter or search on skyddsrumskollen.nu) and attribute the data to MSB. IMPORTANT safety context to relay when relevant: in Sweden nobody is assigned to a specific shelter — in an actual emergency people should use whichever shelter or protective space they can reach, and always follow instructions from Swedish authorities (MSB, krisinformation.se). Shelter ids can change when the dataset is re-synced from MSB, so prefer fresh searches over stored ids.
Known tools 5
search_locationSearch for a Swedish place (city, town, street address) and return matching coordinates.
Inferred read-onlyfind_nearby_sheltersFind the nearest Swedish civil-defence shelters (skyddsrum) to a WGS84 position, sorted by distance.
Inferred read-onlysearch_sheltersSearch Swedish civil-defence shelters by ADDRESS text — a street name or Swedish property designation (fastighetsbeteckning), e.
Inferred read-onlyget_shelterGet details for one Swedish civil-defence shelter by its SkyddsrumsKollen id (the UUID from a previous tool result or from a skyddsrumskollen.
Inferred read-onlyget_shelter_statsGet national statistics for Sweden's civil-defence shelters: total number of registered shelters, total capacity (people), and when the dataset was last synced from MSB (the Swedish Civil Contingencies Agency).
Inferred read-onlyCONNECT 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.skyddsrumskollen-mcp]
url = "https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skyddsrumskollen-mcp": {
"type": "http",
"url": "https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skyddsrumskollen-mcp
Remote MCP URL: https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/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": {
"skyddsrumskollen-mcp": {
"url": "https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skyddsrumskollen-mcp": {
"type": "http",
"url": "https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skyddsrumskollen-mcp",
"transport": "streamable-http",
"url": "https://tjovnwtrzrneiaqmigqe.supabase.co/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.