Labsco
MCP SERVER

Buienradar MCP Server

by wpnbos

Ask whether it is about to rain at a specific spot in the Netherlands.

Weather & Environmental Conditions
Summary
One tool, two hours ahead, no account.

Short-range rain forecasting is the one weather question worth asking an assistant, because the answer changes what you do in the next hour. The scope is exactly that — Buienradar's two-hour precipitation window for a point — and there is no key to obtain before it works.

What it is

A small Python MCP server that fetches precipitation data from Buienradar for a latitude and longitude, and answers questions about the next two hours.

What you get
  • `get_precipitation_for` — a precipitation forecast for the next two hours at the coordinates you give
  • A single-tool surface, so there is nothing for the model to pick wrongly
  • A plain-language answer to "will there be rain soon in Amsterdam", with the location resolved to coordinates for you
  • No keys or environment variables in the configuration
Requirements

Uv and Python. Install for Claude Desktop through Smithery with `npx -y @smithery/cli install @wpnbos/buienradar-mcp-server --client claude`, or point the client at the project directory with uv and server.py. If uv is not on the client's PATH, give the absolute path from `which uv`.

Setup effort

One command — npx -y @smithery/cli install @wpnbos/buienradar-mcp-server --client claude