재무 데이터 - MCP 서버
이는 Alpha Vantage API에 대한 액세스를 제공하는 MCP 서버로, 주식 데이터 검색을 LLM의 컨텍스트로 사용할 수 있도록 합니다.
사용 가능한 기능
getStockQuote
: 주식의 현재 견적을 가져옵니다.getHistoricalData
: 주식에 대한 과거 데이터를 가져옵니다(일일, 주별 또는 월별).- (기술 분석, 회사 개요 등을 위한 도구는 나중에 추가될 예정입니다.)
설정
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Financial Data Server를 자동으로 설치하는 방법:
지엑스피1
수동 설치
호스트에서의 사용
- Alpha Vantage에서 API 키를 받으세요. https://www.alphavantage.co/support/#api-key .
- MCP 클라이언트(예: Claude Desktop)를 구성하여 서버에 연결합니다.
도구
getStockQuote
주식의 현재 시세를 알아보세요.
입력:
symbol
: 주식 기호(예: AAPL) 출력 예:
getHistoricalData
주식에 대한 과거 데이터를 가져옵니다.
입력:
symbol
: 주식 기호(예: AAPL)interval
: 데이터의 시간 간격(daily
,weekly
또는monthly
)(선택 사항, 기본값:daily
)outputsize
: 출력 크기(compact
또는full
)(선택 사항, 기본값:compact
) 출력:
과거 데이터를 포함하는 JSON 객체입니다. 출력 구조는 interval 매개변수에 따라 달라집니다.
기여하다
기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 보내주세요.
특허
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.
이는 Alpha Vantage API에 대한 액세스를 제공하는 MCP 서버로, 주식 데이터 검색을 LLM의 컨텍스트로 사용할 수 있도록 합니다.
Related MCP Servers
- -securityAlicense-qualityThis is an MCP server for PostgREST. It allows LLMs perform database queries and operations on Postgres databases via PostgREST. This server works with both Supabase projects (which use PostgREST) and standalone PostgREST servers.Last updated -5391,591TypeScriptApache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.Last updated -530PythonMIT License
- -securityFlicense-quality一个 Alpha Vantage API 查询 股票信息的 MCP server.Last updated -TypeScript
- -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