Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @smithery/cli install @devilcoder01/weather-mcp-server --client claudeExposed MCP Tools (7)
current_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.
Safety Assessment
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.
- Requires an API key for access, limiting unauthorized use.
- Primarily read-only operations for retrieving weather data.
- No direct file system access or shell execution.
- Utilizes FastAPI framework, known for security features.
- Exposure of API key if not handled securely.
- Potential for data injection if input validation is insufficient.
- Dependency on external WeatherAPI service introduces third-party risk.
- Network access required, increasing attack surface.