io.github.smarterweather
weather
Smarter Weather
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
Hosted
officialserviceDeployment
Hosted
streamable-http
https://mcp.smarterweather.com/mcpPackage Details
@smarterweather/mcp-weather
Transportstdio
Environment Variables
SMARTERWEATHER_API_KEY(str)
Secret
Smarter Weather API key (sw_live_* or sw_test_*) with the 'mcp' scope. When set, the bridge skips the OAuth flow and forwards the key as 'Authorization: Bearer <key>' on every proxied request. When unset, the bridge runs the full MCP OAuth 2.1 + PKCE client and caches tokens at ~/.mcp-auth/. Mint keys at https://smarterweather.com/developers/api-keys.
SMARTERWEATHER_MCP_URL(str)
Default:
https://mcp.smarterweather.com/mcpOverride the target MCP endpoint. Useful for development or staging against a non-production sw-mcp deployment. Precedence: positional argument > SMARTERWEATHER_MCP_URL > package default (https://mcp.smarterweather.com/mcp).