Buienradar MCP Server
Buienradar MCP 服务器
概述
这是一个 MCP 服务器,使用 Buienradar 获取指定经纬度的降水数据。它公开了一个 MCP 工具get_precipitation_for ,该工具提供未来两小时的降水预报。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Buienradar MCP 服务器:
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