Data Collection
snowdesk.info
Provides avalanche danger ratings, forecasts, and ski resort data for alpine regions.
ENDPOINT 1
https://snowdesk.info/api/mcp
MCP server metadata
- Name
- snowdesk
- Version
- c2aa37c85bd3199cd68c09f3fc3c2d5e1b75ca74
Known tools 13
search_regionsFuzzy-search Snowdesk's ski resorts and avalanche-warning regions by a free-text place name.
Inferred read-onlyget_current_conditionsReturn the avalanche danger rating and forecaster prose (snowpack structure, weather forecast, avalanche activity) for one region on a given day.
Inferred read-onlyget_avalanche_problemsReturn the structured avalanche-problem list (type, elevation band, aspects, forecaster comment) for one region on a given day — the decision-support detail behind the scalar danger level from get_current_conditions.
Inferred read-onlyget_danger_historyReturn per-day minimum/maximum danger ratings for one region over a date range.
Inferred read-onlylist_resorts_in_regionList the geocoded ski resorts within one avalanche-warning region.
Inferred read-onlyget_bulletin_metadataReturn provenance metadata for the bulletin covering one region on one day: issued_at, valid_from/to, next_update_expected, source_provider (slf/albina/meteofrance), source_url for citation, and language variants.
Inferred read-onlyget_bulletin_rawEscape hatch: return the full CAAML v6 payload (wrapped in a GeoJSON Feature envelope) for one region on one day.
Inferred read-onlyfind_regions_nearReverse geolocation: given (lat, lon, radius_km) return the covered avalanche-warning regions inside the radius, nearest first.
Inferred read-onlyget_danger_trendReturn the danger rating series for one region over the trailing N days plus a computed trend layer: direction (rising / stable / falling), most recent change_point, and current_streak (trailing days at the current peak rating).
Inferred read-onlyget_regional_snapshotReturn a per-region peak-danger snapshot for every region in a country or major-region scope, plus a scope-level summary — answers 'where should I go?' in one call instead of an N-region fan-out over get_current_conditions.
Inferred read-onlylist_regionsList every avalanche-warning micro-region Snowdesk knows about, optionally filtered by country and/or provider (filters are ANDed).
Inferred read-onlyregion_infoReturn full reference-data metadata for one micro-region: its EAWS parent hierarchy (major/sub region prefix and name), source provider, geocoded resorts, a computed bounding box, its RegionDayRating coverage window, and a static published issue schedule.
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.snowdesk]
url = "https://snowdesk.info/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"snowdesk": {
"type": "http",
"url": "https://snowdesk.info/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: snowdesk
Remote MCP URL: https://snowdesk.info/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": {
"snowdesk": {
"url": "https://snowdesk.info/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"snowdesk": {
"type": "http",
"url": "https://snowdesk.info/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "snowdesk",
"transport": "streamable-http",
"url": "https://snowdesk.info/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.