-
securityF
license-
qualityThis SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.
Last updated -
90
Python
这是一个使用 OpenWeatherMap API 获取天气数据的 MCP 服务器。它可以托管在 MCP.so 上。
current_weather
获取特定位置的当前天气数据。
参数:
location
(必填):城市名称或城市名称+国家代码(例如,“伦敦”,“巴黎,法国”)units
(可选):测量单位。选项:“公制”(摄氏度)或“英制”(华氏度)。默认值:“公制”示例请求:
weather_forecast
获取特定位置的天气预报。
参数:
location
(必填):城市名称或城市名称+国家代码(例如,“伦敦”,“巴黎,法国”)units
(可选):测量单位。选项:“公制”(摄氏度)或“英制”(华氏度)。默认值:“公制”days
(可选):预测的天数。最大值为 5。默认值:5示例请求:
要在 MCP.so 上托管此服务器:
麻省理工学院
如有疑问或需要支持,请在 GitHub 上提出问题。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
MCP 服务器连接到 OpenWeatherMap 的 API,以不同的测量单位提供世界各地当前天气数据和多日预报。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/panzhenyao/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server