Skip to main content
Glama

Alpha Vantage MCP Server

알파 밴티지 MCP 서버 📈

Alpha Vantage의 금융 데이터 API와 원활하게 통합되어 실시간 주식 시장 데이터, 암호화폐 가격, 외환 환율 및 기술 지표를 제공하는 MCP(Model Context Protocol) 서버입니다.

🌟 특징

주식 시장 데이터

  • 전 세계 시장의 실시간 주식 시세

  • 과거 가격 데이터(일일, 주간)

  • 포괄적인 회사 정보

  • 다양한 거래소(NYSE, NASDAQ, BSE) 지원

암호화폐 데이터

  • 실시간 암호화폐 가격

  • 디지털 화폐 환율

  • 주요 암호화폐 시장 데이터

외환 거래

  • 실시간 외환 환율

  • 통화 쌍 변환

  • 글로벌 외환 시장 데이터

기술적 분석

  • 고급 기술 지표

  • 이동 평균선(SMA, EMA)

  • 시장 모멘텀 지표

  • 거래 신호 및 패턴

🚀 빠른 시작

설치

  1. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:

npm install
  1. 서버를 빌드하세요:

npm run build

구성

MCP 설정 파일에서 서버를 구성하세요.

{ "mcpServers": { "alpha-vantage": { "command": "node", "args": ["path/to/alpha-vantage-server/build/index.js"], "env": { "ALPHA_VANTAGE_API_KEY": "your-api-key-here" }, "disabled": false, "alwaysAllow": [] } } }

🛠️ 사용 가능한 도구

주식 시장 도구

주가를 얻으세요

// Get real-time stock quotes <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_stock_price</tool_name> <arguments> { "symbol": "AAPL" } </arguments> </use_mcp_tool>

매일_시간_시리즈를_얻다

// Get daily stock price history <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_daily_time_series</tool_name> <arguments> { "symbol": "MSFT", "outputsize": "compact" } </arguments> </use_mcp_tool>

암호화폐 도구

암호화폐 가격 알아보기

// Get cryptocurrency prices <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_crypto_price</tool_name> <arguments> { "symbol": "BTC", "market": "USD" } </arguments> </use_mcp_tool>

외환 도구

외환 환율 받기

// Get currency exchange rates <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_forex_rate</tool_name> <arguments> { "from_currency": "USD", "to_currency": "EUR" } </arguments> </use_mcp_tool>

📊 기술적 분석

기술 지표 얻기

// Get technical indicators <use_mcp_tool> <server_name>alpha-vantage</server_name> <tool_name>get_technical_indicator</tool_name> <arguments> { "symbol": "AAPL", "indicator": "SMA", "interval": "daily" } </arguments> </use_mcp_tool>

🔑 API 키

Alpha Vantage 에서 API 키를 신청하세요. 무료 티어에는 다음이 포함됩니다.

  • 하루 25개의 API 호출

  • 실시간 및 과거 데이터 액세스

  • 글로벌 시장 범위

🌐 지원 시장

  • 미국 주식 시장(NYSE, NASDAQ)

  • 글로벌 암호화폐 시장

  • 외환 시장

  • 국제 주식 시장

🤝 기여하기

  1. 저장소를 포크하세요

  2. 기능 브랜치를 생성하세요

  3. 변경 사항을 커밋하세요

  4. 지점으로 밀어 넣기

  5. 새로운 풀 리퀘스트 만들기

📝 라이센스

MIT

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    This is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
    Last updated -
    24
    9
  • 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 -
    77
    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 -
    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/deepsuthar496/alpha-ventage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server