Skip to main content
Glama
akramsheriff5

MCP Server

특징

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

날씨 서버

  • 날씨 알림 : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.

  • 날씨 예보 : 특정 위치의 자세한 날씨 예보를 검색합니다.

  • Freshdesk 통합 : Freshdesk에서 지원 티켓을 생성하세요.

재무 모듈

  • 일중 시장 데이터 : AlphaVantage API를 사용하여 일중 주식 시장 데이터를 가져옵니다.

  • 기술적 분석 :

    • 이동평균선(단기 및 장기)을 계산합니다.

    • 상대 강도 지수(RSI)를 계산합니다.

  • 거래 권장 사항 : 기술 지표를 기반으로 포괄적인 거래 권장 사항을 생성합니다.

Related MCP server: MCP Crypto API Servers

설치

  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

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools to fetch weather alerts for US states and forecasts based on latitude/longitude coordinates using the US National Weather Service API.
    2
    55
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A collection of Model Context Protocol servers for cryptocurrency APIs (CoinGecko, DeFiLlama, DexScreener, Indodax, Moralis Solana) enabling AI to interact with real-time crypto market data.
    -
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A basic Model Context Protocol server implementation that demonstrates core MCP functionality including tools and resources. Provides weather alerts through the Weather API and serves as a learning example for MCP development.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that provides tools for weather forecasting and Gmail interaction.
    9
    -