world-weather-online-mcp
https://server.smithery.ai/info-iywv/world-weather-online-mcp/mcpWorld Weather Online MCP Server gives AI agents direct access to one of the world's most comprehensive weather APIs — trusted by 300,000+ developers and used by major airlines and airports worldwide. Tools available: - get_weather — current conditions and up to 14-day hourly forecasts for any city, postcode, or lat/lon - get_historical_weather — past weather data from July 2008 onwards, up to 30-day ranges - get_marine_weather — swell height, direction, period, water temperature, and tidal data - get_ski_weather — top, mid, and base elevation forecasts for ski resorts worldwide - search_location — location autocomplete and search with coordinates - get_astronomy — sunrise, sunset, moonrise, moonset, moon phase and illumination - get_timezone — local time and UTC offset for any location - get_climate_averages — monthly 12-year climate averages for travel planning Requires a free World Weather Online API key. Sign up at worldweatheronline.com/weather-api/
How to connect
https://server.smithery.ai/info-iywv/world-weather-online-mcp/mcp
curl -X POST https://server.smithery.ai/info-iywv/world-weather-online-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'