Skip to content
Back to search
90
MCP v1.1.0 sse

Weather API

io.github.Br0ski777/weather-api

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

Uptime
0.0%
1 direct probes · 30d
Response
166ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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, precipitati…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "weather_api": {
      "url": "https://weather-api.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}