A collection of lightweight servers that expose weather and financial capabilities through the Model Context Protocol, allowing users to access weather alerts, forecasts, and financial market data with technical analysis.
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
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!