# Weather API MCP server

Current weather and 7-day forecast for any location. OpenMeteo-powered. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-weather-api
- Repository: https://github.com/Br0ski777/weather-api-x402
- Website: https://github.com/Br0ski777/weather-api-x402

## Install
- Endpoint: https://weather-api.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://weather-api.api.klymax402.com/mcp

## Tools
- data_get_weather - Use this when you need current weather conditions or a 7-day forecast for any location. Returns weather data in JSON.

Returns: 1. current (temperature, humidity, windSpeed, windDirection, precipitation, weatherCode) 2. forecast array (7 days with tempMin, tempMax, precipitation, weatherCode) 3. location (city, country, latitude, longitude) 4. timezone.

Example output: {"location":{"city":"Paris","country":"France","latitude":48.85,"longitude":2.35},"current":{"temperature":18.5,"humidity":62,"windSpeed":12,"precipitation":0,"weatherCode":"partly_cloudy"},"forecast":[{"date":"2026-04-14","tempMin":12,"tempMax":20,"precipitation":0.2}]}

Use this FOR travel planning, outdoor event scheduling, agriculture monitoring, logistics planning, and building weather-aware applications.

Do NOT use for timezone info -- use utility_convert_timezone instead. Do NOT use for IP-based location -- use ip_lookup_geolocation instead. Do NOT use for stock data -- use finance_get_stock_price instead. Endpoint: https://weather-api.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
