databricks-weather-prediction-mcp-agent

prasannawarad/databricks-weather-prediction-mcp-agent
★ 0 stars Python AI/LLM Updated 6d ago
Day 3 Databricks Weather Prediction MCP Server
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": {
    "databricks-weather-p": {
      "command": "uvx",
      "args": [
        "databricks-weather-prediction-mcp-agent"
      ]
    }
  }
}

Or install with pip: pip install databricks-weather-prediction-mcp-agent

README Excerpt

Databricks Day 3 homework submission for **Build Your Own Weather-Prediction MCP Server + Agent**. This project follows the same shape as the Day 3 Alpaca MCP example, but uses weather data instead of trading data: - `mcp_server/` is the FastMCP server deployed as a Databricks App. - `mcp_server/weather_broker.py` is the broker/adapter that owns all HTTP calls