Skip to main content
Glama
a7351220

etfedge-mcp

by a7351220

etfedge-mcp

etfedge.xyz 用のMCPサーバー — 台湾のアクティブETFリサーチデータベースへの読み取り専用クエリインターフェース。5つの名前付きツールを提供します。

Claudeでの使用方法

claude.ai(ウェブ版)

  1. claude.ai を開き → 右上のアイコン → Settings

  2. サイドバーから Integrations を選択

  3. Add integration をクリック → URLを貼り付け:

    https://etfedge.xyz/mcp
  4. 保存後、ClaudeがGitHubアカウントでのログイン認証へ誘導します

Claude Code(CLI)

プロジェクトルートの .claude/settings.json(またはグローバルな ~/.claude/settings.json)に以下を追加します:

{
  "mcpServers": {
    "etfedge": {
      "type": "http",
      "url": "https://etfedge.xyz/mcp"
    }
  }
}

Claude Codeを再起動し、/mcp と入力して接続を確認してください。

Claude Desktop

Claude Desktopは現在ローカルのstdioサーバーのみをサポートしているため、mcp-remote プロキシ経由で利用する必要があります:

{
  "mcpServers": {
    "etfedge": {
      "command": "npx",
      "args": ["mcp-remote", "https://etfedge.xyz/mcp"]
    }
  }
}

設定ファイルのパス:

  • 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

すべてのアクティブETFを一覧表示(コード、名称、AUM、最新の保有株数)

get_etf_buy_delta

特定ETFの今日の買い増し/売り減らし銘柄を取得(株数変化 + 時価総額)

get_stock_history

特定ETFにおける特定銘柄の保有株数履歴を取得

get_stock_pnl

特定ETFにおける特定銘柄の累積損益を取得

get_consensus_buys

ETF間でのコンセンサス買い銘柄(N社以上のETFが同時に買い増し)

Auth

fastmcp を介したGitHub OAuth。接続時にGitHubログインへ誘導されます。GitHubアカウントごとに60秒あたり20コールまで可能です。


セルフホスティング(Self-hosting)

pip install -e .
cp .env.example .env
# 填入 .env 後:
python mcp_server.py

必要な環境変数については .env.example を参照してください。

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