horizon-weather-mcp

ratitu/horizon-weather-mcp
★ 0 stars Python API Integration Updated 4d ago
Weather MCP server for Horizon deploy test
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "horizon-weather-mcp": {
      "command": "uvx",
      "args": [
        "horizon-weather-mcp"
      ]
    }
  }
}

Or install with pip: pip install horizon-weather-mcp

README Excerpt

A minimal [FastMCP](https://gofastmcp.com) server exposing a `get_weather` tool. ```bash pip install -r requirements.txt python main.py ``` Push to GitHub, then create a hosted server on [Horizon](https://horizon.prefect.io) pointing at this repository with entrypoint `main.py`.