{
  "name": "io.github.szypetike/weather-mcp-server",
  "description": "The OpenWeatherMap MCP gives AI agents current conditions, 5-day forecasts, historical observations, and weather alerts for any location. A lightweight, fast, free-tier-friendly way to add weather context to chat or automation flows.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 46,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.790Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:57.511Z",
      "githubStars": 3,
      "lastCommitAt": "2025-03-25T09:12:44Z",
      "npmWeeklyDownloads": 21
    }
  },
  "repository": {
    "url": "https://github.com/szypetike/weather-mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Community"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "weather-mcp-server",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "OPENWEATHER_API_KEY",
          "description": "OPENWEATHER_API_KEY — required credential for OpenWeatherMap.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "network",
      "sandbox": "Read-only calls to the OpenWeatherMap API using the key in env.",
      "gotchas": [
        "The free tier returns cached data up to ~10 minutes old; do not use it for safety-critical nowcasting."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/openweather",
    "markdown": "https://top-mcps.com/mcp/openweather.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
