특징
표준화된 모델 컨텍스트 프로토콜을 통해 각각 특정 기능을 노출하는 경량 프로그램
날씨 서버
날씨 알림 : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.
날씨 예보 : 특정 위치의 자세한 날씨 예보를 검색합니다.
Freshdesk 통합 : Freshdesk에서 지원 티켓을 생성하세요.
재무 모듈
일중 시장 데이터 : AlphaVantage API를 사용하여 일중 주식 시장 데이터를 가져옵니다.
기술적 분석 :
이동평균선(단기 및 장기)을 계산합니다.
상대 강도 지수(RSI)를 계산합니다.
거래 권장 사항 : 기술 지표를 기반으로 포괄적인 거래 권장 사항을 생성합니다.
설치
저장소를 복제합니다.
지엑스피1
Python 가상 환경을 설정하세요.
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate종속성 설치:
pip install -r requirements.txtfinance
모듈로 이동하여 종속성을 설치합니다.cd finance pip install -r requirements.txt
프로젝트 실행
날씨 서버
날씨 서버를 실행합니다.
python main.py
재무 서버
재무 서버를 실행합니다.
cd finance
python finance_server.py
날씨 데모
날씨 데모 서버를 실행합니다.
python weather-demo.py
This server cannot be installed
모델 컨텍스트 프로토콜을 통해 날씨와 금융 기능을 제공하는 가벼운 서버 모음으로, 사용자는 기술적 분석을 통해 날씨 경보, 예보 및 금융 시장 데이터에 액세스할 수 있습니다.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides current weather forecasts for specific locations and active weather alerts for US states.Last updated -2
- AsecurityAlicenseAqualityA 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 -1132MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides weather information and forecasts based on user location or address input.Last updated -674MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides real-time weather data and forecasts for any city.Last updated -111ISC License