Piky Diky

Avalanche & ski conditions for AI assistants

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 started

Connect

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

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"]
}