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
도구 (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 installed
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/marvin-69-jpg/etfedge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server