databricks-weather-prediction-mcp-server-

DolfusNegunda/databricks-weather-prediction-mcp-server-
★ 0 stars Python AI/LLM Updated today
An 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-server-"
      ]
    }
  }
}

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

README Excerpt

Day 3 homework: a weather-prediction **MCP server** exposing forecast tools to a **Databricks Agent Bricks** agent, built to mirror the structure of the bootcamp reference (an Alpaca Markets paper-trading MCP server) with a different domain and a different data source. **[Open-Meteo](https://open-meteo.com/)** -- geocoding + forecast, both keyless, no signup,

Tools (4)

get_current_weatherget_forecastget_outing_adviceresolve_location