Smarter Weather

Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.

Hosted
officialservice

Deployment

Hosted
streamable-httphttps://mcp.smarterweather.com/mcp

Package Details

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/mcp

Override 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).