# Peak Window Mcp App

> Ranks the best weather windows to climb any peak worldwide, on the sharpest regional model.

- **Type:** MCP server
- **Install:** `agentstack add mcp-byteoverdev-peak-window-mcp-app`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ByteOverDev](https://agentstack.voostack.com/s/byteoverdev)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 1.0.2
- **License:** MIT
- **Upstream author:** [ByteOverDev](https://github.com/ByteOverDev)
- **Source:** https://github.com/ByteOverDev/peak-window-mcp-app
- **Website:** https://byteoverdev.github.io/peak-window-mcp-app/

## Install

```sh
agentstack add mcp-byteoverdev-peak-window-mcp-app
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# PeakWindow MCP App

An MCP App that analyzes upcoming weather at alpine peaks and trailheads worldwide, ranking the best windows for climbing and ascent. Uses the best available forecast model for each region: GeoSphere Austria AROME (2.5 km) for Central Europe, MeteoSwiss ICON-CH2 (2 km) for the Alpine region, Météo-France AROME (2.5 km) for France, and Open-Meteo globally (~11 km).

  
    
  

## What it does

- Fetches hourly forecasts (temperature, precipitation, wind, gusts, cloud cover, snow line) from the best available provider for the requested coordinates
- Automatically selects the highest-resolution model: GeoSphere (2.5 km, Central Europe), MeteoSwiss (2 km, Alpine region), Météo-France (2.5 km, France), or Open-Meteo (~11 km, global)
- Falls through to the next provider on API failure for resilience
- Lapse-corrects temperatures to summit elevation using model terrain derived from surface pressure (-6.5 °C/km)
- Scores each hour against alpine climbing thresholds and identifies contiguous good-weather windows
- Serves an interactive UI (React, uPlot charts) as an MCP App resource with horizon tape, mountain profile, and Ventusky-style chart panels

## Requirements

This is an **MCP App** — it requires an MCP host that supports the [Apps protocol](https://apps.extensions.modelcontextprotocol.io/) to render its interactive UI. Compatible hosts include:

- [Claude Desktop](https://claude.ai/download) (macOS / Windows)
- [ChatGPT](https://chatgpt.com/) (via OpenAI Apps SDK)
- Any chat client implementing the MCP Apps spec

The server runs as a standard MCP server over **stdio** or **SSE**. The rich UI (charts, horizon tape, mountain profile) renders inline in any compliant host. Without one you still get the scored text output.

[Live UI demo](https://byteoverdev.github.io/peak-window-mcp-app/) — fetches real forecasts in the browser; pick any peak to see its scored windows and real DEM silhouette.

## Setup

### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "peak-window": {
      "command": "npx",
      "args": ["-y", "peak-window", "--stdio"]
    }
  }
}
```

Then ask Claude something like: *"What's the best weather window to climb Großglockner this week?"*

### HTTP server

```bash
npx peak-window        # starts on http://localhost:3001/mcp
```

### Development

```bash
git clone https://github.com/ByteOverDev/peak-window-mcp-app.git
cd peak-window-mcp-app
npm install
npm run dev            # hot reload (UI + server)
npm run serve:stdio    # stdio transport
```

## MCP tool

**`peak-window`** — provide `lat`, `lon`, and optionally `peakName` and `summitElevationM`. Returns scored hours, top weather windows, and a full time-series payload rendered by the embedded UI.

## Data sources

| Provider | Resolution | Coverage | Via |
|---|---|---|---|
| [GeoSphere Austria](https://data.hub.geosphere.at/) | 2.5 km | Central Europe (5.5–22.1°E, 43–51.8°N) | Direct API |
| [MeteoSwiss ICON-CH2](https://open-meteo.com/en/docs/meteoswiss-api) | 2 km | Alpine region (0.5–16.5°E, 43–49.9°N) | Open-Meteo |
| [Météo-France AROME](https://open-meteo.com/en/docs/meteofrance-api) | 2.5 km | France & surrounds (-9–14°E, 38–55°N) | Open-Meteo |
| [Open-Meteo](https://open-meteo.com/) | ~11 km | Global | Direct API |

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ByteOverDev](https://github.com/ByteOverDev)
- **Source:** [ByteOverDev/peak-window-mcp-app](https://github.com/ByteOverDev/peak-window-mcp-app)
- **License:** MIT
- **Homepage:** https://byteoverdev.github.io/peak-window-mcp-app/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Versions

- **1.0.2** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-byteoverdev-peak-window-mcp-app
- Seller: https://agentstack.voostack.com/s/byteoverdev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
