Skip to main content
Glama

Buienradar MCP Server

by wpnbos

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 claude

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.json

Ventanas

code $env:AppData\Claude\claude_desktop_config.json

Ejemplo 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.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Obtiene pronósticos de precipitaciones para cualquier ubicación utilizando Buienradar y se integra con Claude for Desktop para proporcionar predicciones meteorológicas precisas de dos horas.

  1. Descripción general
    1. Instalación mediante herrería
  2. Configuración
    1. Uso

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides hourly weather forecasts using the AccuWeather API, enabling users to access current weather conditions and detailed 12-hour forecasts tailored to specific locations.
        Last updated -
        1
        3
        Python
        The Unlicense
      • A
        security
        F
        license
        A
        quality
        Provides weather forecast data for locations in China using the HeFeng Weather API, with real-time, hourly, or daily forecasts and location-based queries.
        Last updated -
        1
        7
        2
        TypeScript
      • -
        security
        A
        license
        -
        quality
        Provides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.
        Last updated -
        Python
        MIT License
      • A
        security
        A
        license
        A
        quality
        Enables integration of Chronulus AI Forecasting & Prediction Agents with Claude, allowing users to access AI-powered forecasting and prediction capabilities directly through Claude's interface.
        Last updated -
        9
        55
        Python
        MIT License

      View all related MCP servers

      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