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.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • 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
    249
    9
    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
    33
    MIT
  • F
    license
    Not graded
    quality
    B
    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.

View all related MCP servers

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.

View all MCP Connectors

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