Current Weather Conditions
x402/current-weather-conditionsCurrent weather conditions for any latitude and longitude from the Open-Meteo forecast service, no key required. Returns temperature, wind speed, wind direction, and weather code for the requested point. Critical for AI agents that condition decisions on real time weather, such as logistics, travel, energy demand, agriculture, and outdoor event planning. [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": {
"current_weather_conditions": {
"url": "https://proxy.suverse.io/v1/data/suverse-weather-current",
"transport": "http"
}
}
}