Buienradar MCP Server
ブイエンレーダーMCPサーバー
概要
これは、Buienradarを使用して、指定された緯度と経度の降水量データを取得するMCPサーバーです。このサーバーは、今後2時間の降水量予測を提供する単一のMCPツールget_precipitation_forを公開しています。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Buienradar MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @wpnbos/buienradar-mcp-server --client claudeRelated MCP server: Buienradar MCP Server
構成
まず、 uv (および Python) がインストールされていることを確認します。
このサーバーをClaude for Desktopと統合するには、次の場所にある構成ファイルを更新します。
MacOS/Linux
~/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 for Desktop を再起動します。
単に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