Weather API167 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | API key for Weather Api167 authentication |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| forecast_weatherB | Fetch forecast weather data using coordinate value, place name or zip code |
| country_infoC | Return detail for given country |
| us_weather_alert_dataC | US weather alert daily information for given region or area and other filtering parameter |
| us_zone_listA | Zone list for US given state or All Zone list if state not given |
| earthquake_dataC | Near real time earthquake for given country |
| current_weatherA | Fetch current weather data using coordinate value, place name or zip code |
| air_pollution_dataC | Fetch air pollution data using coordinate value, place name or zip code |
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 7 tools
All tools have distinct purposes: current weather, forecast, air pollution, earthquakes, US alerts, US zone list, and country info. No overlapping functionality that would confuse an agent.
All tool names follow snake_case and a consistent pattern of descriptor_noun (e.g., current_weather, air_pollution_data, us_zone_list). No mixing of conventions.
Seven tools is a reasonable scope for a weather API server, covering core weather data, forecasts, air pollution, earthquakes, and US-specific alerts without being overwhelming or too sparse.
The set covers basic weather, forecast, air pollution, earthquakes, and US alerts, but misses historical weather, global severe warnings, and non-US alerts. These are notable but not critical gaps for a basic weather server.