ETF Flow MCP
@kukapay
关于 ETF Flow MCP
An MCP server that delivers crypto ETF flow data to power AI agents' decision-making.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"etf-flow-mcp": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ETF Flow MCP?
ETF Flow MCP is a Model Context Protocol server that delivers crypto ETF flow data, specifically for Bitcoin (BTC) and Ethereum (ETH), to power AI agents' decision-making. It integrates with the CoinGlass API to fetch historical ETF flow data.
How to use ETF Flow MCP?
Install by cloning the repository, then run uv sync to install dependencies. Configure it in Claude Desktop by adding the server to claude_desktop_config.json with your CoinGlass API key. After restarting Claude Desktop, query the ETF flow data using natural language prompts like "Show me the latest BTC ETF flow data in a table."
Key features of ETF Flow MCP
- Dynamic fetching of historical ETF flow data for BTC or ETH via a single tool.
- Outputs data as a Markdown table with ETF tickers as columns and dates as rows.
- Includes a total column summing flow values for each date.
- Provides a prompt (
etf_flow_prompt) to streamline LLM interactions. - Requires Python 3.10+ and the CoinGlass API key.
Use cases of ETF Flow MCP
- Quickly obtain the latest BTC ETF flow data to inform trading decisions.
- Retrieve ETH ETF flow history for investment research.
- Integrate real-time ETF flow data into AI-powered financial assistants.
- Generate structured tables of ETF flows for analysis in chat interfaces.
FAQ from ETF Flow MCP
What data sources does ETF Flow MCP use?
It fetches historical ETF flow data from the CoinGlass API, requiring a CoinGlass API key for access.
What are the runtime requirements?
Python 3.10 or higher and the uv package manager are required. Optional: Claude Desktop for interactive querying.
How is data presented?
The tool outputs data as a Markdown table with ETF tickers as columns, dates as rows, and a total column for summed flows.
Can I query both BTC and ETH ETF flows?
Yes, the get_etf_flow tool dynamically fetches data for either BTC or ETH based on the request.
How do I configure ETF Flow MCP with Claude Desktop?
Add the server configuration to claude_desktop_config.json with the command uv and arguments pointing to the server directory, along with your CoinGlass API key in the environment variables.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论