← Registry

Data Collection

snowdesk.info

Provides avalanche danger ratings, forecasts, and ski resort data for alpine regions.

1 endpoint13 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://snowdesk.info/api/mcp

No auth detected

MCP server metadata

Name
snowdesk
Version
c2aa37c85bd3199cd68c09f3fc3c2d5e1b75ca74
Capabilities
tools

Known tools 13

search_regions

Fuzzy-search Snowdesk's ski resorts and avalanche-warning regions by a free-text place name.

Inferred read-only
get_current_conditions

Return the avalanche danger rating and forecaster prose (snowpack structure, weather forecast, avalanche activity) for one region on a given day.

Inferred read-only
get_avalanche_problems

Return 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-only
get_danger_history

Return per-day minimum/maximum danger ratings for one region over a date range.

Inferred read-only
list_resorts_in_region

List the geocoded ski resorts within one avalanche-warning region.

Inferred read-only
get_bulletin_metadata

Return 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-only
get_bulletin_raw

Escape hatch: return the full CAAML v6 payload (wrapped in a GeoJSON Feature envelope) for one region on one day.

Inferred read-only
bulk_current_conditions

Batched fan-out over get_current_conditions.

Inferred read-only
find_regions_near

Reverse geolocation: given (lat, lon, radius_km) return the covered avalanche-warning regions inside the radius, nearest first.

Inferred read-only
get_danger_trend

Return 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-only
get_regional_snapshot

Return 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-only
list_regions

List every avalanche-warning micro-region Snowdesk knows about, optionally filtered by country and/or provider (filters are ANDed).

Inferred read-only
region_info

Return 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-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.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.

Indexed

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