Skip to main content
Glama
a7351220

etfedge-mcp

by a7351220

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)

  1. Open claude.ai → click your profile icon in the top right → Settings

  2. Select Integrations from the sidebar

  3. Click Add integration → paste the URL:

    https://etfedge.xyz/mcp
  4. After 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.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json


Related MCP server: options-chain-mcp

Tools

Tool

Description

list_etfs

List all active ETFs (ticker, name, AUM, latest holdings)

get_etf_buy_delta

Get buy/sell changes for an ETF today (share count change + market value)

get_stock_history

Get historical share count for a specific stock in an ETF

get_stock_pnl

Get cumulative PnL for a specific stock in an ETF

get_consensus_buys

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.py

See .env.example for required environment variables.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    9
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for options research with server-side filtering to reduce token usage. Supports Tradier and Alpaca data providers.
    4
    19 npm
    10
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Comprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.
    26
    37 npm
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-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.
    -