Skip to content
VS Code

Weather API for VS Code

io.github.br0ski777/weather-api

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

client:VS Code transport:sse

Install Weather API in VS Code

.vscode/mcp.json

{
  "servers": {
    "weather-api": {
      "type": "sse",
      "url": "https://weather-api.api.klymax402.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Weather API in other clients