Skip to main content
Glama
a7351220

etfedge-mcp

by a7351220

etfedge-mcp

etfedge.xyz용 MCP 서버 — 대만 액티브 ETF 연구 데이터베이스의 읽기 전용 조회 인터페이스, 5개의 명명된 도구 포함.

Claude에서 사용하기

claude.ai (웹 버전)

  1. claude.ai 접속 → 우측 상단 프로필 → Settings

  2. 사이드바에서 Integrations 선택

  3. Add integration 클릭 → URL 붙여넣기:

    https://etfedge.xyz/mcp
  4. 저장 후, Claude가 GitHub 계정 로그인 인증을 안내합니다.

Claude Code (CLI)

프로젝트 루트 디렉토리의 .claude/settings.json (또는 전역 ~/.claude/settings.json)에 다음을 추가하세요:

{
  "mcpServers": {
    "etfedge": {
      "type": "http",
      "url": "https://etfedge.xyz/mcp"
    }
  }
}

Claude Code를 재시작한 후 /mcp를 입력하여 연결을 확인하세요.

Claude Desktop

Claude Desktop은 현재 로컬 stdio 서버만 지원하므로 mcp-remote 프록시를 통해야 합니다:

{
  "mcpServers": {
    "etfedge": {
      "command": "npx",
      "args": ["mcp-remote", "https://etfedge.xyz/mcp"]
    }
  }
}

설정 파일 경로:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json


Related MCP server: options-chain-mcp

도구 (Tools)

도구

설명

list_etfs

모든 액티브 ETF 목록 조회 (코드, 이름, AUM, 최신 보유 주식 수)

get_etf_buy_delta

특정 ETF의 금일 매수/매도 종목 조회 (주식 수 변화 + 시가총액)

get_stock_history

특정 ETF의 특정 종목 보유 주식 수 이력 조회

get_stock_pnl

특정 ETF의 특정 종목 누적 손익(PnL) 조회

get_consensus_buys

ETF 간 공통 매수 종목 조회 (≥N개 ETF가 동시에 매수 중)

인증 (Auth)

fastmcp를 통한 GitHub OAuth. 연결 시 GitHub 로그인을 안내하며, GitHub 계정당 60초에 20회 호출 제한이 있습니다.


자체 호스팅 (Self-hosting)

pip install -e .
cp .env.example .env
# 填入 .env 後:
python mcp_server.py

필요한 환경 변수는 .env.example을 참조하세요.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A read-only MCP server that provides access to Charles Schwab account data and market information, including portfolio positions, real-time quotes, options chains, price history, and account balances through AI assistants.
    9
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for options research with server-side filtering to reduce token usage. Supports Tradier and Alpaca data providers.
    4
    19 npm
    10
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Comprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.
    26
    37 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for short-term stock and ETF market research, providing tools for futures, premarket movers, market breadth, earnings, watchlist signals, and daily briefings.
    -