Skip to main content
Glama

WeatherXM Pro MCP Server

Official
by WeatherXM
MIT License
2
  • Apple
  • Linux

get_stations_near

Find nearby weather stations by specifying latitude, longitude, and radius using the WeatherXM Pro MCP Server.

Input Schema

NameRequiredDescriptionDefault
latYesLatitude of the center of the area
lonYesLongitude of the center of the area
radiusYesRadius in meters for which stations are queried

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "lat": { "description": "Latitude of the center of the area", "type": "number" }, "lon": { "description": "Longitude of the center of the area", "type": "number" }, "radius": { "description": "Radius in meters for which stations are queried", "type": "number" } }, "required": [ "lat", "lon", "radius" ], "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