Weatherapi Com MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API 密钥 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alerts_apiC | Alerts API returns alerts and warnings issued by government agencies (USA, UK, Europe and Rest of the World) as an array if available for the location provided. |
| future_weather_apiC | Future weather API method returns weather in a 3 hourly interval in future for a date between 14 days and 300 days from today in the future. |
| realtime_weather_apiC | Current weather or realtime weather API method allows a user to get up to date current weather information in json and xml. The data is returned as a Current Object. |
| sports_apiC | Sports API method allows a user to get listing of all upcoming sports events for football, cricket and golf in json. |
| astronomy_apiC | Astronomy API method allows a user to get up to date information for sunrise, sunset, moonrise, moonset, moon phase and illumination in json. |
| searchautocomplete_apiC | Search or Autocomplete API returns matching cities and towns. |
| marine_weather_apiC | Marine weather API returns upto next 7 day marine and sailing weather forecast and tide data for global marine/sea points. |
| history_weather_apiC | History weather API method returns historical weather for a date on or after 1st Jan, 2010 (depending upon subscription level) as json. |
| forecast_weather_apiC | Forecast weather API method returns upto next 14 day weather forecast and weather alert as json. It contains astronomy data, day weather forecast and hourly interval weather information for a given city. |
| ip_lookup_apiC | IP Lookup API method allows a user to get up to date information for an IP address in json. |
| time_zone_apiC | Time Zone API method allows a user to get up to date time zone and local time information in json. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose with no overlap: alerts for warnings, astronomy for celestial events, forecast for 14-day predictions, future for long-range forecasts, history for past data, IP lookup for location, marine for sailing weather, realtime for current conditions, search for autocomplete, sports for events, and time zone for time data. The descriptions make it easy to differentiate between them.
All tool names follow a consistent pattern: they end with '_api' and use descriptive, lowercase terms (e.g., alerts_api, astronomy_api). This uniformity makes the set predictable and easy to navigate, with no deviations in style or structure.
With 11 tools, the server is well-scoped for a comprehensive weather API, covering current, forecast, historical, marine, astronomy, alerts, IP lookup, search, sports, and time zone functionalities. Each tool earns its place without feeling excessive or insufficient for the domain.
The tool surface is complete for a weather API domain, offering full coverage: realtime, forecast, history, future predictions, marine data, astronomy, alerts, location via IP and search, sports events, and time zones. There are no obvious gaps, and agents can handle typical weather-related workflows without dead ends.