Skip to main content
Glama

findata-mcp-server

by xBlueCode

재무 데이터 - MCP 서버

이는 Alpha Vantage API에 대한 액세스를 제공하는 MCP 서버로, 주식 데이터 검색을 LLM의 컨텍스트로 사용할 수 있도록 합니다.

사용 가능한 기능

  • getStockQuote : 주식의 현재 견적을 가져옵니다.
  • getHistoricalData : 주식에 대한 과거 데이터를 가져옵니다(일일, 주별 또는 월별).
  • (기술 분석, 회사 개요 등을 위한 도구는 나중에 추가될 예정입니다.)

설정

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Financial Data Server를 자동으로 설치하는 방법:

지엑스피1

수동 설치

npm install findata-mcp-server

호스트에서의 사용

  1. Alpha Vantage에서 API 키를 받으세요. https://www.alphavantage.co/support/#api-key .
  2. 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

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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의 컨텍스트로 사용할 수 있도록 합니다.

  1. 사용 가능한 기능
    1. 설정
      1. Smithery를 통해 설치
      2. 수동 설치
    2. 호스트에서의 사용
      1. 도구
        1. getStockQuote
        2. getHistoricalData
      2. 기여하다
        1. 특허

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        This 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 -
        539
        1,591
        TypeScript
        Apache 2.0
        • Apple
      • A
        security
        A
        license
        A
        quality
        A 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 -
        5
        30
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      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