Skip to main content
Glama
marvin-69-jpg

etfedge-mcp

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


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 を参照してください。

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/marvin-69-jpg/etfedge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server