Real-time snow conditions via MCP
Connect any MCP-compatible AI (Claude, Cursor, Windsurf…) to get live avalanche forecasts and danger ratings by location, mountain, or custom area.
Get startedConnect
Add this to your MCP client config:
{
"mcpServers": {
"ski-conditions": {
"type": "http",
"url": "https://mcp.pikydiky.com/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Need a key? Get in touch.
Available tools
- avalanche_probability_by_location Danger level + probability for any resort or city name (e.g. "Davos, Switzerland").
- avalanche_probability_by_mountain By peak name — Mont Blanc, Piz Bernina, Bucegi, etc.
- avalanche_probability_by_area Aggregate risk across a GeoJSON polygon area.
- list_supported_providers List the forecast data providers wired into this server.
Example response
{
"probability": 0.62,
"danger_level": 3,
"confidence": 0.85,
"explanation": "Considerable danger. Wind slab problem on N/NE
aspects above 2000 m. Human-triggered avalanches likely.",
"sources": ["avalanche.org", "slf.ch"]
}