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 — 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.42499MIT
- AlicenseAqualityBmaintenanceComprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.2633MIT
- FlicenseNot gradedqualityBmaintenanceRead-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.
Related MCP Connectors
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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