Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux

find_nearby_stations

Locate nearby weather stations within a specified radius from a given geographic coordinate using latitude, longitude, and distance in kilometers.

Instructions

Find weather stations within a given radius (in km) from a given geographic coordinate.

Args: lat: Latitude in decimal degrees (e.g., 43.36) lon: Longitude in decimal degrees (e.g., -8.41) radio_km: Search radius in kilometers

Input Schema

NameRequiredDescriptionDefault
latYes
lonYes
radio_kmNo

Input Schema (JSON Schema)

{ "properties": { "lat": { "title": "Lat", "type": "number" }, "lon": { "title": "Lon", "type": "number" }, "radio_km": { "default": 25, "title": "Radio Km", "type": "number" } }, "required": [ "lat", "lon" ], "title": "find_nearby_stationsArguments", "type": "object" }

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/AnCode666/aemet-mcp'

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