Buienradar MCP Server
Servidor MCP de Buienradar
Descripción general
Este es un servidor MCP que obtiene datos de precipitación para una latitud y longitud determinadas mediante Buienradar. Ofrece una única herramienta MCP, get_precipitation_for , que proporciona pronósticos de precipitación para las próximas dos horas.
Instalación mediante herrería
Para instalar Buienradar MCP Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @wpnbos/buienradar-mcp-server --client claudeRelated MCP server: Buienradar MCP Server
Configuración
Primero, asegúrese de tener uv (y Python) instalado.
Para integrar este servidor con Claude for Desktop , actualice su archivo de configuración en:
MacOS/Linux
~/Library/Application Support/Claude/claude_desktop_config.jsonVentanas
code $env:AppData\Claude\claude_desktop_config.jsonEjemplo de configuración:
{
"mcpServers": {
"precipitation": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server",
"run",
"server.py"
]
}
}
}Reemplace /ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server con la ruta real donde se encuentra su servidor.
Reinicie Claude for Desktop para que la herramienta esté disponible.
Es posible que deba proporcionar la ruta completa de uv en lugar de solo uv . Para encontrar la ruta completa de su ejecutable uv , en macOS/Linux, ejecute which uv .
Uso
Si todo salió bien, deberías poder preguntarle a Claude sobre cualquier precipitación próxima.
> Will there be any rain soon in Amsterdam?
> No rain predicted in Amsterdam for the next 2 hours.Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityCmaintenanceIntegrates the US National Weather Service API with Claude Desktop to provide real-time weather conditions, forecasts, and detailed weather metrics for any US location through natural language queries.21
- Flicense-quality-maintenanceFetches precipitation forecasts for any location using Buienradar, providing real-time rain predictions for the next two hours based on latitude and longitude coordinates.
- Flicense-qualityDmaintenanceEnables real-time weather queries via Claude Desktop using OpenWeatherMap API, providing current conditions and 24-hour forecasts for any city.15
- AlicenseBqualityDmaintenanceEnables to query real-time weather information for any city worldwide by automatically geocoding city names and retrieving temperature, precipitation, and other data via Open-Meteo APIs, seamlessly integrated with Claude Desktop.1MIT
Related MCP Connectors
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/wpnbos/buienradar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server