Server
@aquental
关于 Server
Weather MCP server in python
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"python-mcp-server-aquental": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
".[dev]"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Server?
Server is a Python-based MCP (Model Context Protocol) server that provides weather data by interfacing with the National Weather Service (NWS) API. It is designed for developers who need to retrieve weather alerts and forecasts within an MCP‑enabled application.
How to use Server?
The README does not include explicit installation or invocation steps for the server itself. It does provide instructions for setting up a development environment: create a virtual environment with uv venv, activate it, and install dependencies ("mcp[cli]" httpx). The server code is placed in a file named weather.py. To run tests, use pytest.
Key features of Server
- Accesses the National Weather Service API
- Retrieves weather alerts for a given state
- Retrieves weather forecasts for given coordinates
- Built with the official MCP Python SDK
- Includes a comprehensive test suite with mock HTTP responses
Use cases of Server
- Monitor weather alerts for a specific US state
- Obtain a multi‑day forecast for a set of latitude/longitude coordinates
- Integrate real‑time weather data into an MCP‑driven assistant or tool
FAQ from Server
—
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论