Skip to main content
Glama

KNMI Weather MCP

by wolkwork

get_nearest_station

Identify the closest KNMI weather station to specific latitude and longitude coordinates for accurate weather data in the Netherlands.

Instructions

Find the nearest KNMI weather station to given coordinates Args: latitude: Latitude in degrees longitude: Longitude in degrees

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "get_nearest_stationArguments", "type": "object" }

You must be authenticated.

Other Tools from KNMI Weather MCP

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/wolkwork/knmi-mcp'

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