Buienradar MCP Server
Buienradar MCP 서버
개요
Buienradar를 사용하여 주어진 위도와 경도의 강수량 데이터를 가져오는 MCP 서버입니다. 다음 두 시간 동안의 강수량 예보를 제공하는 get_precipitation_for 라는 단일 MCP 도구를 제공합니다.
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Buienradar MCP 서버를 자동으로 설치하려면:
지엑스피1
Related MCP server: Buienradar MCP Server
구성
먼저, uv (및 Python)가 설치되어 있는지 확인하세요.
이 서버를 Claude for Desktop 과 통합하려면 다음 위치에서 구성 파일을 업데이트하세요.
맥OS/리눅스
~/Library/Application Support/Claude/claude_desktop_config.json윈도우
code $env:AppData\Claude\claude_desktop_config.json구성 예:
{
"mcpServers": {
"precipitation": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server",
"run",
"server.py"
]
}
}
}/ABSOLUTE/PATH/TO/PARENT/FOLDER/buienradar-mcp-server 서버가 위치한 실제 경로로 바꾸세요.
도구를 사용할 수 있도록 데스크톱용 Claude를 다시 시작하세요.
uv 대신 uv 의 전체 경로를 입력해야 할 수도 있습니다. uv 실행 파일의 전체 경로를 찾으려면 MacOS/Linux에서 which uv 실행하세요.
용법
만약 모든 것이 잘 되었다면, 클로드에게 다가올 강수에 대해 물어볼 수 있을 것입니다.
> 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