Skip to main content
Glama

WeatherXM Pro MCP Server

Official
by WeatherXM
MIT License
2
  • Apple
  • Linux

get_stations_bounds

Retrieve weather station data within a specified geographic bounding box using minimum and maximum latitude and longitude coordinates.

Input Schema

NameRequiredDescriptionDefault
max_latYesMaximum latitude of the bounding box
max_lonYesMaximum longitude of the bounding box
min_latYesMinimum latitude of the bounding box
min_lonYesMinimum longitude of the bounding box

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "max_lat": { "description": "Maximum latitude of the bounding box", "type": "number" }, "max_lon": { "description": "Maximum longitude of the bounding box", "type": "number" }, "min_lat": { "description": "Minimum latitude of the bounding box", "type": "number" }, "min_lon": { "description": "Minimum longitude of the bounding box", "type": "number" } }, "required": [ "min_lat", "min_lon", "max_lat", "max_lon" ], "type": "object" }

You must be authenticated.

Other Tools from WeatherXM Pro MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WeatherXM/weatherxm-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server