Skip to main content
Glama

KNMI MCP Server

by dstotijn
Apache 2.0
5

get_weather

Retrieve current weather data for Dutch locations by entering location names or region codes. The tool automatically converts names into required grid identifiers for accurate weather information.

Instructions

Get current weather information for a Dutch location. The location parameter accepts location names (e.g., 'Amsterdam', 'De Bilt') and automatically converts them to the required grid identifiers.

Input Schema

NameRequiredDescriptionDefault
locationYesLocation name (e.g., 'Amsterdam', 'De Bilt')
regionNoOptional region number (0-15)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "Location name (e.g., 'Amsterdam', 'De Bilt')", "type": "string" }, "region": { "description": "Optional region number (0-15)", "maximum": 15, "minimum": 0, "type": "integer" } }, "required": [ "location" ], "type": "object" }
Install Server

Other Tools from KNMI 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/dstotijn/knmi-mcp'

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