United States Weather
Provide real-time and forecast weather information for locations in the United States using natural language queries. Access current conditions, multi-day and hourly forecasts, weather alerts, and ne…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add smithery-ai/national-weather-service
# Browse available tools
npx -y smithery tool list smithery-ai/national-weather-service
# Get full schema for a tool
npx -y smithery tool get smithery-ai/national-weather-service get_current_weather
# Call a tool
npx -y smithery tool call smithery-ai/national-weather-service get_current_weather '{}'Direct MCP Connection
Endpoint: https://national-weather-service--smithery-ai.run.tools
Tools (6)
get_current_weather— Get current weather conditions for a location in the United States. Perfect for 'What's the weather like in [US locatio…get_weather_forecast— Get multi-day weather forecast for a location in the United States. Perfect for 'What's the forecast for [US location]?…get_hourly_forecast— Get hour-by-hour weather forecast for a location in the United States. Perfect for 'What's the hourly forecast?' or 'Wi…get_weather_alerts— Get active weather alerts, warnings, watches, and advisories for locations in the United States. Perfect for 'Are there…find_weather_stations— Find weather observation stations near a location in the United States. Useful for getting station-specific data, findi…get_local_time— Get the current local time for a US location. Shows what time it is right now at the specified location.
# Get full input/output schema for a tool
npx -y smithery tool get smithery-ai/national-weather-service