재무 데이터 - MCP 서버
이는 Alpha Vantage API에 대한 액세스를 제공하는 MCP 서버로, 주식 데이터 검색을 LLM의 컨텍스트로 사용할 수 있도록 합니다.
사용 가능한 기능
getStockQuote: 주식의 현재 견적을 가져옵니다.getHistoricalData: 주식에 대한 과거 데이터를 가져옵니다(일일, 주별 또는 월별).(기술 분석, 회사 개요 등을 위한 도구는 나중에 추가될 예정입니다.)
Related MCP server: @qubaomingg/stock-mcp
설정
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Financial Data Server를 자동으로 설치하는 방법:
지엑스피1
수동 설치
npm install findata-mcp-server호스트에서의 사용
Alpha Vantage에서 API 키를 받으세요. https://www.alphavantage.co/support/#api-key .
MCP 클라이언트(예: Claude Desktop)를 구성하여 서버에 연결합니다.
{
"mcpServers": {
"alphaVantage": {
"command": "npx",
"args": ["-y", "findata-mcp-server"],
"env": {
"ALPHA_VANTAGE_API_KEY": "PUT_YOUR_API_KEY_HERE"
}
}
}
}도구
getStockQuote
주식의 현재 시세를 알아보세요.
입력:
symbol : 주식 기호(예: AAPL) 출력 예:
getHistoricalData
주식에 대한 과거 데이터를 가져옵니다.
입력:
symbol: 주식 기호(예: AAPL)interval: 데이터의 시간 간격(daily,weekly또는monthly)(선택 사항, 기본값:daily)outputsize: 출력 크기(compact또는full)(선택 사항, 기본값:compact) 출력:
과거 데이터를 포함하는 JSON 객체입니다. 출력 구조는 interval 매개변수에 따라 달라집니다.
기여하다
기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 보내주세요.
특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/xBlueCode/findata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
