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