etfedge-mcp
Read-only MCP server for Taiwan active ETF research database, providing tools to list ETFs, track buy/sell deltas, view stock history and PnL, and find consensus buys across ETFs.
README
etfedge-mcp
MCP server for etfedge.xyz — 台灣主動 ETF 研究資料庫的 read-only 查詢介面,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"]
}
}
}
Config 路徑:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Tools
| Tool | Description |
|---|---|
list_etfs |
列出所有主動 ETF(代號、名稱、AUM、最新持股數) |
get_etf_buy_delta |
取得某 ETF 今日加減碼股票(張數變化 + 市值) |
get_stock_history |
取得某 ETF 某股票的歷史持股張數 |
get_stock_pnl |
取得某 ETF 某股票的累計損益 |
get_consensus_buys |
跨 ETF 共識加碼股票(≥N 家 ETF 同時加碼) |
Auth
GitHub OAuth via fastmcp。連線時會引導 GitHub 登入,每個 GitHub 帳號 20 calls / 60 秒。
自架(Self-hosting)
pip install -e .
cp .env.example .env
# 填入 .env 後:
python mcp_server.py
See .env.example for required environment variables.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.