Seven Day Weather Forecast
x402/seven-day-weather-forecastSeven day daily weather forecast for any latitude and longitude from the Open-Meteo forecast service, no key required. Returns daily maximum and minimum temperature and total precipitation per day in the local timezone. Critical for AI agents planning ahead on weather sensitive operations such as travel, agriculture, construction, retail demand, and energy load forecasting. [x402: $0.06/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"seven_day_weather_forecast": {
"url": "https://proxy.suverse.io/v1/data/suverse-weather-forecast",
"transport": "http"
}
}
}