Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port on which the MCP server will run | 3000 |
WEATHERXMPRO_API_KEY | Yes | Your WeatherXM PRO API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_stations_near | - |
get_stations_bounds | - |
get_all_stations | - |
get_latest_observation | - |
get_historical_observations | - |
search_cells_in_region | - |
get_stations_in_cell | - |
get_forecast_for_cell | - |