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 "Deploy 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 — a read-only query interface for the Taiwan active ETF research database, featuring 5 named tools.
Using in Claude
claude.ai (Web Version)
Open claude.ai → click your profile icon in the top right → Settings
Select Integrations from the sidebar
Click Add integration → paste the URL:
https://etfedge.xyz/mcpAfter saving, Claude will guide you to log in with your GitHub account for authorization.
Claude Code (CLI)
Add the following to .claude/settings.json in your project root (or globally at ~/.claude/settings.json):
{
"mcpServers": {
"etfedge": {
"type": "http",
"url": "https://etfedge.xyz/mcp"
}
}
}Restart Claude Code and enter /mcp to verify the connection.
Claude Desktop
Claude Desktop currently only supports local stdio servers, so you must use an mcp-remote proxy:
{
"mcpServers": {
"etfedge": {
"command": "npx",
"args": ["mcp-remote", "https://etfedge.xyz/mcp"]
}
}
}Config path:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Related MCP server: options-chain-mcp
Tools
Tool | Description |
| List all active ETFs (ticker, name, AUM, latest holdings) |
| Get buy/sell changes for an ETF today (share count change + market value) |
| Get historical share count for a specific stock in an ETF |
| Get cumulative PnL for a specific stock in an ETF |
| Cross-ETF consensus buys (≥N ETFs buying simultaneously) |
Auth
GitHub OAuth via fastmcp. You will be prompted to log in via GitHub when connecting. Each GitHub account is limited to 20 calls per 60 seconds.
Self-hosting
pip install -e .
cp .env.example .env
# 填入 .env 後:
python mcp_server.pySee .env.example for required environment variables.
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.-