etf-flow-mcp
ETFフローMCP
AI エージェントの意思決定を強化するために暗号通貨 ETF フロー データを配信する MCP サーバー。
特徴
統合ツール:
get_etf_flowツールは、BTC または ETH の過去の ETF フロー データを動的に取得します。マークダウン テーブル出力: ピボット テーブルを活用して、ETF ティッカーを列、日付を行、合計フローの合計列でデータを表示します。
プロンプト ガイダンス: LLM のインタラクションを合理化してユーザー フレンドリなクエリを実現するプロンプト (
etf_flow_prompt) が含まれています。
Related MCP server: mcp-gitlab
前提条件
Python : バージョン 3.10 以上。
uv : 高速な Python パッケージおよびプロジェクト マネージャー (インストール手順)。
CoinGlass API キー: CoinGlassからキーを取得します。
Claude Desktop : オプション、インタラクティブなクエリ用。
Git : リポジトリのクローンを作成します。
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/etf-flow-mcp.git cd etf-flow-mcpuv でセットアップ:
uvを使用して依存関係をインストールします:uv sync
使用法
Claude Desktopとの統合
Claude デスクトップを構成する:
claude_desktop_config.json(macOS の場合は~/Library/Application Support/Claude、Windows の場合は%APPDATA%\Claudeあります) にサーバーを追加します。{ "mcpServers": { "etf-flow-mcp": { "command": "uv", "args": ["--directory", "/absolute/path/to/etf-flow-mcp", "run", "etf-flow-mcp"], "env": { "COINGLASS_API_KEY": "your_coinglass_api_key_here" } } } }/absolute/path/to/etf-flow-mcp/cli.pyをcli.pyへのフルパスに置き換えます。Claude Desktop を再起動します。Claude Desktop UI にハンマー アイコンが表示され、サーバーがロードされていることを確認します。
クエリ例:
「最新のBTC ETFフローデータを表で表示してください」
「ETH ETFのフロー履歴を取得する」
出力例
BTC ETFフロー:
| Date | GBTC | IBIT | FBTC | ARKB | BITB | BTCO | HODL | BRRR | EZBC | BTCW | Total | |------------|-----------|-----------|-----------|-----------|-----------|----------|----------|----------|----------|----------|-----------| | 2025-04-24 | 0 | 327300000 | 0 | 97700000 | 10200000 | 7750000 | 0 | 0 | 0 | 0 | 442200000 | | 2025-04-23 | 0 | 643200000 | 124400000 | 129500000 | -15200000 | 0 | 5300000 | 0 | 0 | 0 | 917700000 | | 2025-04-22 | 65100000 | 193500000 | 253800000 | 267100000 | 76700000 | 18300000 | 6500000 | 0 | 10600000 | 0 | 912700000 | | 2025-04-21 | 36600000 | 41600000 | 88100000 | 116100000 | 45100000 | 0 | 11700000 | 0 | 10100000 | 0 | 381300000 | | 2025-04-18 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |ETH ETFフロー:
| Date | ETHE | GETH | ETHA | ETHW | FETH | ETHV | EZET | CETH | QETH | Total | |------------|-----------|----------|-----------|----------|-----------|----------|----------|----------|----------|-----------| | 2025-04-24 | -6600000 | 18300000 | 40000000 | 5100000 | 0 | 2600000 | 0 | 4100000 | 0 | 63550000 | | 2025-04-23 | 0 | 6400000 | -30300000 | 0 | 0 | 0 | 0 | 0 | 0 | -23900000 | | 2025-04-22 | 0 | 0 | 0 | 6100000 | 32700000 | 0 | 0 | 0 | 0 | 38800000 | | 2025-04-21 | -25400000 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | -25400000 | | 2025-04-18 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | | 2025-04-17 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
ライセンス
このプロジェクトはMIT ライセンスに基づいてライセンスされています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceAn MCP server that provides real-time funding rate data across major crypto exchanges.8MIT
- AlicenseNot gradedqualityFmaintenanceFork with more tools and streaming http69MIT
- AlicenseCqualityDmaintenanceThe MCP provides comprehensive financial data and analytical tool support for AI large language models, specifically including the following five core data capabilities: Stock Analysis/ETF Analysis/Public Funds/News & Information/General Tools More Info: https://github.com/shenqingtech/deepq-finan44407ISC
- AlicenseAqualityCmaintenanceMCP Server for publicly available real-time Indian Mutual Funds data127MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kukapay/etf-flow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server