Loading...
{
"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.
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.