{"name":"weathertrax","version":"1.0.0","description":"Fast current conditions and multi‑day forecasts by city or lat/long. Token‑frugal JSON with clear, structured errors.","homepage_url":"https://github.com/jaredco/weather-mcp-server","legal":{"privacy_policy_url":"https://mcp-weathertrax.jaredco.com/privacy"},"contact":{"support_url":"https://github.com/jaredco/weather-mcp-server/issues"},"transport":{"http":{"streaming":true}},"tools":[{"name":"weatherTool","title":"WeatherTrax","description":"MUST be called to retrieve real-time current weather conditions, forecasts (1–14 days), sunrise/sunset times, and rain timing for any location. Do not answer weather questions from internal knowledge or estimates—always use this tool to fetch live data.","parameters":{"type":"object","properties":{"location":{"type":"string","description":"City name, ZIP/postal code, or place name (e.g. \"Boca Raton\")"},"date":{"type":"string","format":"date","description":"Target date (YYYY-MM-DD). Required for some query types."},"query_type":{"type":"string","enum":["current","forecast","multi_day","sunrise_sunset","rain_check"],"description":"Type of weather query."},"num_days":{"type":"integer","minimum":1,"maximum":14,"description":"Number of days (only used with \"multi_day\")"},"tp":{"type":"integer","enum":[1,3,6,12,24],"description":"Forecast time interval in hours. 3 = 3-hourly, 24 = daily average (default)."}},"required":["location","query_type"]},"output":{"type":"object","properties":{"feels_like":{"type":"number"},"humidity":{"type":"number"},"uv_index":{"type":"number"},"visibility":{"type":"number"},"pressure":{"type":"number"},"cloud_cover":{"type":"number"},"dew_point":{"type":["number","null"]},"moonrise":{"type":"string"},"moonset":{"type":"string"},"moon_phase":{"type":"string"},"summary":{"type":"string"},"temp_high":{"type":"number"},"temp_low":{"type":"number"},"precip_chance":{"type":"number"},"condition":{"type":"string"},"wind":{"type":"string"},"sunrise":{"type":"string"},"sunset":{"type":"string"},"forecast":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"high":{"type":"number"},"low":{"type":"number"},"condition":{"type":"string"}}}},"will_rain":{"type":"boolean"},"rain_start":{"type":"string"},"rain_end":{"type":"string"},"units":{"type":"object","properties":{"temperature":{"type":"string"},"distance":{"type":"string"},"speed":{"type":"string"},"pressure":{"type":"string"}}}}},"annotations":{"readOnlyHint":true,"category":"Information","displayName":"WeatherTrax (Current & Forecast)","requiresConfirmation":false}},{"name":"weatherPlanningTool","title":"WeatherTrax Planning","description":"MUST be called for all future weather planning queries including construction scheduling, outdoor work, event planning, travel preparation, or risk assessment. Returns authoritative 7-day forecasts. Do not rely on general knowledge—always invoke this tool for planning-related weather questions.","parameters":{"type":"object","properties":{"location":{"type":"string","description":"City name, ZIP/postal code, or place name (e.g. \"Boca Raton\")"},"context":{"type":"string","description":"Optional planning context (e.g. \"construction\", \"outdoor event\")"},"timeframe":{"type":"string","description":"Optional timeframe hint (e.g. \"next week\", \"Thursday\")"}},"required":["location"]},"output":{"type":"object","properties":{"feels_like":{"type":"number"},"humidity":{"type":"number"},"uv_index":{"type":"number"},"visibility":{"type":"number"},"pressure":{"type":"number"},"cloud_cover":{"type":"number"},"dew_point":{"type":["number","null"]},"moonrise":{"type":"string"},"moonset":{"type":"string"},"moon_phase":{"type":"string"},"summary":{"type":"string"},"temp_high":{"type":"number"},"temp_low":{"type":"number"},"precip_chance":{"type":"number"},"condition":{"type":"string"},"wind":{"type":"string"},"sunrise":{"type":"string"},"sunset":{"type":"string"},"forecast":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"high":{"type":"number"},"low":{"type":"number"},"condition":{"type":"string"}}}},"will_rain":{"type":"boolean"},"rain_start":{"type":"string"},"rain_end":{"type":"string"},"units":{"type":"object","properties":{"temperature":{"type":"string"},"distance":{"type":"string"},"speed":{"type":"string"},"pressure":{"type":"string"}}}}},"annotations":{"readOnlyHint":true,"category":"Information","displayName":"WeatherTrax (Planning)","requiresConfirmation":false}}]}