weather-prediction-mcp-server

roshan-raut/weather-prediction-mcp-server
★ 0 stars Python Data/Analytics 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": {
    "weather-prediction-m": {
      "command": "uvx",
      "args": [
        "weather-prediction-mcp-server"
      ]
    }
  }
}

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

README Excerpt

**Date**: 2026-08-08 **Based on**: Day 3 (databricks-lakebase-app-day-3) - Agent Bricks + Alpaca Markets paper-trading MCP server Using this repo as a reference pattern (not a template to copy verbatim), build your **own** MCP server that exposes weather-forecast tools, and wire a** Databricks Agent Bricks agent** to use it to answer weather questions and make simple predictions/recommendations. You'll deploy both as Databricks Apps, same as Day 3's mcp_server/ + dashboard/ split.
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →