Current weather, forecasts, air quality, and marine data for any location
Connect your agent to use all 7 tools:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox"datafaucet-sandbox": { "url": "https://datafaucet.dev/api/sandbox" }get_current_weatherGet current weather for a location (temperature, wind speed, conditions)
latitude="52.52", longitude="13.41"
get_hourly_forecastGet hourly temperature and precipitation forecast for upcoming days
latitude="40.71", longitude="-74.01", days="3"
get_daily_forecastGet daily high/low temperatures and total precipitation for upcoming days
latitude="40.71", longitude="-74.01", days="7"
get_air_qualityGet current air quality index and particulate matter readings for a location
latitude="48.85", longitude="2.35"
geocode_locationSearch city name to get latitude and longitude coordinates
city="London"
get_historical_weatherGet historical daily weather for a date range (YYYY-MM-DD format)
latitude="40.71", longitude="-74.01", start_date="2024-01-01", end_date="2024-01-07"
get_marine_forecastGet ocean wave height, period, direction for coastal locations
latitude="36.97", longitude="-122.03"