etfedge-mcp
etfedge-mcp
etfedge.xyz용 MCP 서버 — 대만 액티브 ETF 연구 데이터베이스의 읽기 전용 조회 인터페이스, 5개의 명명된 도구 포함.
Claude에서 사용하기
claude.ai (웹 버전)
claude.ai 접속 → 우측 상단 프로필 → Settings
사이드바에서 Integrations 선택
Add integration 클릭 → URL 붙여넣기:
https://etfedge.xyz/mcp저장 후, 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.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Related MCP server: options-chain-mcp
도구 (Tools)
도구 | 설명 |
| 모든 액티브 ETF 목록 조회 (코드, 이름, AUM, 최신 보유 주식 수) |
| 특정 ETF의 금일 매수/매도 종목 조회 (주식 수 변화 + 시가총액) |
| 특정 ETF의 특정 종목 보유 주식 수 이력 조회 |
| 특정 ETF의 특정 종목 누적 손익(PnL) 조회 |
| 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을 참조하세요.
This server cannot be deployed
Maintenance
Related MCP Connectors
Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
7-factor stock scoring MCP server. US/HK/CN, 74 stocks. Free + Premium (USDC/Base). x402 ready.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Related MCP Servers
- AlicenseAqualityDmaintenanceA 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.9MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for options research with server-side filtering to reduce token usage. Supports Tradier and Alpaca data providers.419 npm10MIT
- AlicenseAqualityBmaintenanceComprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.2637 npmMIT
- FlicenseNot gradedqualityCmaintenanceRead-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.-