Historical Daily Weather
x402/historical-daily-weatherHistorical daily weather for any latitude and longitude over a date range from the Open-Meteo archive service, no key required. Returns daily maximum and minimum temperature and precipitation for each day in the requested window. Critical for AI agents backtesting weather sensitive strategies, building climatology baselines, and reconciling past events with conditions. [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": {
"historical_daily_weather": {
"url": "https://proxy.suverse.io/v1/data/suverse-weather-historical",
"transport": "http"
}
}
}