MCP.so
登录

Server

@aquental

关于 Server

Weather MCP server in python

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

aquental

配置

使用下面的配置,将此服务器添加到你的 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 服务器