Skip to main content
Glama

MCP Server

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: venv\Scripts\activate
  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
-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Weather Server
    1. Finance Module
      1. Installation
        1. Running the Project
          1. Weather Server
          2. Finance Server
          3. Weather Demo

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides current weather forecasts for specific locations and active weather alerts for US states.
          Last updated -
          2
          TypeScript
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides real-time weather information and 5-day forecasts to AI assistants, supporting multiple languages and flexible units.
          Last updated -
          3
          5
          TypeScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides comprehensive weather data and forecasts through the OpenWeatherMap API, enabling AI assistants to access real-time weather information, forecasts, air quality data, and location services.
          Last updated -
          11
          6
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides weather information and forecasts based on user location or address input.
          Last updated -
          6
          12
          1
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/akramsheriff5/MCP-Server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server