✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Features

Lightweight programs that each expose specific capabilities through the standardized Model Context Protocol

Weather Server

  • Weather Alerts: Fetch active weather alerts for a specific US state.
  • Weather Forecast: Retrieve detailed weather forecasts for a given location.
  • Freshdesk Integration: Create support tickets in Freshdesk.

Finance Module

  • Intraday Market Data: Fetch intraday stock market data using the AlphaVantage API.
  • Technical Analysis:
    • Calculate moving averages (short and long periods).
    • Compute Relative Strength Index (RSI).
  • Trade Recommendations: Generate comprehensive trade recommendations based on technical indicators.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/mcp-weather-server.git
    cd mcp-weather-server
    
  2. Set up a Python virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venvScriptsactivate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Navigate to the finance module and install its dependencies:

    cd finance
    pip install -r requirements.txt
    

Running the Project

Weather Server

Run the weather server:

python main.py

Finance Server

Run the finance server:

cd finance
python finance_server.py

Weather Demo

Run the weather demo server:

python weather-demo.py

Featured Templates

View More
AI Assistants
Talk with Claude 3
159 1523
AI Engineering
Python Bug Fixer
119 1433
Customer service
Multi-language AI Translator
136 921
Customer service
Service ERP
126 1188
AI Assistants
Image to text with Claude 3
152 1366

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.