Weather Forecast (NYC default)
x402/weather-forecast-(nyc-default)Free weather data from Open-Meteo. Current temperature, conditions, and wind for any location (default NYC, customizable via query params). No API key required upstream. Perfect for AI agents that need weather context for travel, logistics, or local recommendations. [x402: $0.05/call on base, category=data]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"weather_forecast_(nyc_default)": {
"url": "https://proxy.suverse.io/v1/data/weather-forecast-nyc",
"transport": "http"
}
}
}