Loading...
npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claudecurrent_weatherRetrieves the current weather conditions for a specified location.
Read-only operation, no side effects.
weather_forecastProvides weather forecasts for a specified location, ranging from 1 to 14 days.
Read-only operation, no side effects.
air_qualityFetches air quality information for a given location.
Read-only operation, no side effects.
astronomy_dataReturns astronomy data such as sunrise, sunset, and moon phases for a location.
Read-only operation, no side effects.
location_searchSearches for a location based on a given query.
Read-only operation, no side effects.
timezone_informationProvides timezone information for a specified location.
Read-only operation, no side effects.
sports_eventsRetrieves information about sports events based on location.
Read-only operation, no side effects.
This server is relatively safe for read-only weather data retrieval. However, proper handling of the WeatherAPI key is crucial. Ensure secure storage and prevent exposure to mitigate potential risks.