Buienradar MCP Server

get_precipitation_for

Fetches precipitation data for the next 2 hours from Buienradar.

Input Schema

NameRequiredDescriptionDefault
latYes
lonYes

Input Schema (JSON Schema)

{ "properties": { "lat": { "title": "Lat", "type": "number" }, "lon": { "title": "Lon", "type": "number" } }, "required": [ "lat", "lon" ], "title": "get_precipitation_forArguments", "type": "object" }

You must be authenticated.

Other Tools