Integrations
Fetches and analyzes Fear & Greed Index data from CNN, providing current values, historical trends, and market sentiment analysis for investment decision-making.
Leverages data from GitHub repositories to provide financial analysis tools, with the finance-tools-mcp being derived from the investor-agent GitHub project.
Integrates with PyPI packages including yfinance for market data retrieval, ta-lib-python for technical indicators, and fredapi for macroeconomic indicators.
finance-tools-mcp: 재무 분석 MCP 서버
개요
finance-tools-mcp는 investor-agent 에서 수정된 것으로, 대규모 언어 모델(Large Language Model)에 대한 포괄적인 재무 통찰력과 분석을 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 실시간 시장 데이터, 뉴스 및 고급 분석을 활용하여 사용자가 다음과 같은 정보를 얻을 수 있도록 지원합니다.
- 회사 개요, 뉴스, 주요 지표, 실적, 날짜, 분석가 추천, 업그레이드/다운그레이드 등을 포함한 자세한 티커 보고서입니다.
- 높은 미결제약정을 보여주는 옵션 데이터입니다.
- 주식의 과거 가격 추세.
- 백만 달러 단위로 작성된 주요 재무제표(손익, 대차대조표, 현금흐름)입니다.
- 최신 기관 소유권 및 뮤추얼 펀드 지분 정보입니다.
- 현재와 과거의 CNN 공포 & 탐욕 지수 데이터와 추세 분석.
- 핵심 투자 원칙과 포트폴리오 구성 전략과 관련된 내용입니다.
- 수익 내역 및 내부자 거래 활동.
- CNBC에서 전하는 세계 속보.
- FRED 시리즈 검색 결과입니다.
- ta-lib-python을 사용한 기술 지표.
이 서버는 시장 데이터 검색을 위해 yfinance 와 통합되고 CNN에서 두려움과 탐욕 데이터를 가져옵니다.
또한 ta-lib-python을 사용하여 수학적 표현식과 기술적 지표를 계산하는 도구도 포함되어 있습니다.
그리고 fredapi를 이용한 거시경제 지표.
cnbc.com 에서 전하는 세계 최신 뉴스입니다.
최신 뉴스를 분석에 포함하려면 웹 검색 기능도 활성화해야 합니다.
샘플 보고서
필수 조건
- Python: 3.10 이상
- 패키지 관리자: uv
설치
먼저, 아직 uv를 설치하지 않았다면 설치하세요.
지엑스피1
그런 다음 uvx
사용하여 finance-tools-mcp MCP 서버를 실행할 수 있습니다.
자신의 FRED API 키를 사용하려면 환경 변수로 설정할 수 있습니다.
SSE(Server-Sent Events) 전송을 사용하여 서버를 실행할 수도 있습니다.
또는 FRED API 키와 SSE 전송을 사용하면:
MCP 클라이언트와 함께 사용
finance-tools-mcp를 MCP 클라이언트(예: Claude Desktop)와 통합하려면 claude_desktop_config.json
에 다음 구성을 추가합니다.
디버깅
MCP 검사기를 활용하여 서버를 디버깅할 수 있습니다.
또는
로그 모니터링을 위해 다음 디렉토리를 확인하세요.
- macOS:
~/Library/Logs/Claude/mcp*.log
- Windows:
%APPDATA%\Claude\logs\mcp*.log
개발
로컬 개발 및 테스트를 위해:
- 디버깅 섹션에 설명된 대로 MCP 검사기를 사용하세요.
- 다음 구성으로 Claude Desktop을 사용하여 테스트해 보세요.
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
샘플
할 일
- [ ] 주식에 대한 지지 수준과 저항 수준을 추가합니다.
- [ ] 주식에 대한 피보나치 수정 수준 추가
- [ ] 주식에 대한 이동 평균 합류 수준 추가
- [-] 예측을 위한 옵션 모델 추가
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
주식, 옵션, 재무제표, 경제 지표에 대한 실시간 시장 데이터, 뉴스, 고급 분석을 활용하여 포괄적인 재무 통찰력과 분석을 제공하는 MCP 서버입니다.
Related Resources
Related MCP Servers
- -securityFlicense-qualityThe MCP Trader Server conducts comprehensive technical analysis on stocks, offering insights into trends, momentum indicators, volatility metrics, and volume analysis to support stock trading decisions.Last updated -29Python
- -securityAlicense-qualityAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updated -PythonMIT License
- -securityFlicense-qualityA TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.Last updated -JavaScript
- AsecurityFlicenseAqualityAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.Last updated -72JavaScript