← Back to Plugins
MCP Server MCP

Smarter Weather

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @smarterweather/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.smarterweather.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@smarterweather/mcp-weather",
      "version": "0.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "string",
          "isSecret": true,
          "name": "SMARTERWEATHER_API_KEY"
        },
        {
          "description": "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).",
          "format": "string",
          "default": "https://mcp.smarterweather.com/mcp",
          "name": "SMARTERWEATHER_MCP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...