Skip to main content
Glama

MCP Server

특징

표준화된 모델 컨텍스트 프로토콜을 통해 각각 특정 기능을 노출하는 경량 프로그램

날씨 서버

  • 날씨 알림 : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.
  • 날씨 예보 : 특정 위치의 자세한 날씨 예보를 검색합니다.
  • Freshdesk 통합 : Freshdesk에서 지원 티켓을 생성하세요.

재무 모듈

  • 일중 시장 데이터 : AlphaVantage API를 사용하여 일중 주식 시장 데이터를 가져옵니다.
  • 기술적 분석 :
    • 이동평균선(단기 및 장기)을 계산합니다.
    • 상대 강도 지수(RSI)를 계산합니다.
  • 거래 권장 사항 : 기술 지표를 기반으로 포괄적인 거래 권장 사항을 생성합니다.

설치

  1. 저장소를 복제합니다.지엑스피1
  2. Python 가상 환경을 설정하세요.
    python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
  3. 종속성 설치:
    pip install -r requirements.txt
  4. finance 모듈로 이동하여 종속성을 설치합니다.
    cd finance pip install -r requirements.txt

프로젝트 실행

날씨 서버

날씨 서버를 실행합니다.

python main.py

재무 서버

재무 서버를 실행합니다.

cd finance python finance_server.py

날씨 데모

날씨 데모 서버를 실행합니다.

python weather-demo.py
-
security - not tested
-
license - not tested
-
quality - not tested

모델 컨텍스트 프로토콜을 통해 날씨와 금융 기능을 제공하는 가벼운 서버 모음으로, 사용자는 기술적 분석을 통해 날씨 경보, 예보 및 금융 시장 데이터에 액세스할 수 있습니다.

  1. 날씨 서버
    1. 재무 모듈
      1. 설치
        1. 프로젝트 실행
          1. 날씨 서버
          2. 재무 서버
          3. 날씨 데모

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.
          Last updated -
          2
          80
          TypeScript
        • -
          security
          A
          license
          -
          quality
          Provides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.
          Last updated -
          TypeScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides comprehensive weather data querying capabilities based on the Caiyun Weather API, supporting real-time weather, forecasts, and alerts with multi-language support.
          Last updated -
          7
          2
          TypeScript
        • -
          security
          -
          license
          -
          quality
          A Model Context Protocol server that provides current weather information and 3-day forecasts for specified cities using the Open-Meteo API.
          Last updated -
          Python

        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