etfedge-mcp
etfedge-mcp
etfedge.xyz 用のMCPサーバー — 台湾のアクティブETFリサーチデータベースへの読み取り専用クエリインターフェース。5つの名前付きツールを提供します。
Claudeでの使用方法
claude.ai(ウェブ版)
claude.ai を開き → 右上のアイコン → Settings
サイドバーから Integrations を選択
Add integration をクリック → URLを貼り付け:
https://etfedge.xyz/mcp保存後、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.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Related MCP server: options-chain-mcp
Tools
Tool | Description |
| すべてのアクティブETFを一覧表示(コード、名称、AUM、最新の保有株数) |
| 特定ETFの今日の買い増し/売り減らし銘柄を取得(株数変化 + 時価総額) |
| 特定ETFにおける特定銘柄の保有株数履歴を取得 |
| 特定ETFにおける特定銘柄の累積損益を取得 |
| 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 を参照してください。
This server cannot be deployed
Maintenance
Related MCP Connectors
Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.
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.
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.419 npm10MIT
- AlicenseAqualityBmaintenanceComprehensive MCP server for real-time stock, cryptocurrency, options, and fundamental analysis, including SEC filings and insider trading data.2637 npmMIT
- FlicenseNot gradedqualityCmaintenanceRead-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.-