etfedge-mcp
Provides OAuth authentication for accessing the etfedge MCP server, allowing users to log in with their GitHub account to use ETF data tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@etfedge-mcplist all active ETFs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
etfedge-mcp
MCP server for etfedge.xyz — 台灣主動 ETF 研究資料庫的 read-only 查詢介面。
Public MCP endpoint:
https://mcp.etfedge.xyz/mcp在 Claude 裡使用
claude.ai(網頁版)
開啟 claude.ai → 右上角頭像 → Settings
側邊欄選 Integrations
點 Add integration → 貼上 URL:
https://mcp.etfedge.xyz/mcp儲存後,Claude 會引導你用 GitHub 帳號登入授權
Codex CLI
Codex 0.130+ 支援 streamable HTTP MCP server:
codex mcp add etfedge --url https://mcp.etfedge.xyz/mcp
codex mcp login etfedge
codex mcp list或手動加入 ~/.codex/config.toml:
[mcp_servers.etfedge]
url = "https://mcp.etfedge.xyz/mcp"完成 OAuth 後,codex mcp list 應顯示 etfedge 為 enabled 且 Auth 為 OAuth。已開啟的 Codex session 不會熱載入新 MCP;請重開 session 後使用。
Claude Code(CLI)
在專案根目錄的 .claude/settings.json(或全域 ~/.claude/settings.json)加入:
{
"mcpServers": {
"etfedge": {
"type": "http",
"url": "https://mcp.etfedge.xyz/mcp"
}
}
}重啟 Claude Code 後輸入 /mcp 確認連線。
Claude Desktop
Claude Desktop 目前只支援本地 stdio 伺服器,需透過 mcp-remote 代理:
{
"mcpServers": {
"etfedge": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.etfedge.xyz/mcp"]
}
}
}Config 路徑:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Related MCP server: Schwab MCP Server
Tools
Tool | Description |
| 列出可瀏覽的安全 allowlist 資料表 |
| 查看 allowlist table 欄位與限制 |
| 查看資料表 row count 與日期範圍 |
| 用參數化 filter/sort/pagination 查詢 allowlist table(limit max 500) |
| 查詢某欄位 distinct values 與筆數 |
| 查看各資料集最新日期與筆數 |
| 列出所有主動 ETF(代號、名稱、AUM、最新持股數) |
| 取得某 ETF 今日加減碼股票(張數變化 + 市值) |
| 取得某 ETF 最新完整持股明細 |
| 取得某 ETF 某股票的歷史持股張數 |
| Legacy:取得某 ETF 某股票的目前市值,不是真實損益 |
| 用每日股數變化與收盤價估算某 ETF 某股票的未實現損益 |
| 跨 ETF 共識加碼股票(≥N 家 ETF 同時加碼) |
query_table 不提供 raw SQL。prices 必須帶 stock_code 或 trade_date
filter,所有 table 查詢都限制在 allowlist 欄位且 limit 最高 500。
Auth
GitHub OAuth via fastmcp。連線時會引導 GitHub 登入,每個 GitHub 帳號 20 calls / 60 秒。
自架(Self-hosting)
pip install -e .
cp .env.example .env
# 填入 .env 後:
python mcp_server.pySee .env.example for required environment variables.
This server cannot be installed
Maintenance
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/a7351220/etfedge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server