Weather Finance Dual Service
STDIOLightweight programs exposing weather alerts, forecasts and financial market data capabilities.
Lightweight programs exposing weather alerts, forecasts and financial market data capabilities.
Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol
Clone the repository:
git clone https://github.com/your-username/mcp-weather-server.git cd mcp-weather-server
Set up a Python virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Navigate to the finance
module and install its dependencies:
cd finance pip install -r requirements.txt
Run the weather server:
python main.py
Run the finance server:
cd finance python finance_server.py
Run the weather demo server:
python weather-demo.py