Loading...

Delivers historical crypto ETF flow data, formatted as markdown tables, enabling AI agents to analyze investment trends for BTC and ETH.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Delivers historical crypto ETF flow data, formatted as markdown tables, enabling AI agents to analyze investment trends for BTC and ETH.
This MCP server is relatively safe due to its read-only nature and reliance on historical data. However, users should ensure secure handling of the CoinGlass API key and be aware of potential data inaccuracies from the external API. It is safe to use as long as the API key is secured and the data is validated.
Performance is primarily limited by the CoinGlass API's response time. The server itself performs relatively simple data formatting.
Cost is primarily determined by CoinGlass API usage. Monitor API usage to avoid unexpected charges.
{
"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" }
}
}
}get_etf_flowFetches historical ETF flow data for BTC or ETH and presents it in a markdown table.
Read-only operation; retrieves and formats existing data.
API Key
This MCP server is relatively safe due to its read-only nature and reliance on historical data. However, users should ensure secure handling of the CoinGlass API key and be aware of potential data inaccuracies from the external API. It is safe to use as long as the API key is secured and the data is validated.
The server is read-only, limiting the risk associated with autonomous operation. However, the accuracy of the data depends on the CoinGlass API.
Production Tip
Monitor the CoinGlass API for availability and data accuracy. Implement client-side rate limiting to avoid exceeding API usage limits.
This server relies on the CoinGlass API for ETF flow data.
The update frequency depends on the CoinGlass API's data availability.
Yes, a CoinGlass API key is required for authentication.
Currently, the server supports BTC and ETH ETF flow data.
The data is formatted as a markdown table with ETF tickers as columns and dates as rows.
No, this server provides historical data and is not suitable for real-time trading.
The server will be unable to fetch ETF flow data, and requests will likely fail.