kukapay/etf-flow-mcp
An MCP server that delivers crypto ETF flow data to power AI agents' decision-making.
Platform-specific configuration:
{
"mcpServers": {
"etf-flow-mcp": {
"command": "npx",
"args": [
"-y",
"etf-flow-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that delivers crypto ETF flow data to power AI agents' decision-making.
<a href="https://glama.ai/mcp/servers/@kukapay/etf-flow-mcp"> </a>
[](https://discord.gg/aRnuu2eJ)
get_etf_flow tool dynamically fetches historical ETF flow data for BTC or ETH.etf_flow_prompt) to streamline LLM interactions for user-friendly queries. git clone https://github.com/kukapay/etf-flow-mcp.git
cd etf-flow-mcp Install dependencies using uv:
uv sync Add the server to claude_desktop_config.json (located in ~/Library/Application Support/Claude on macOS or %APPDATA%\Claude on Windows):
{
"mcpServers": {
"etf-flow-mcp": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/etf-flow-mcp", "run", "etf-flow-mcp"],
"env": { "COINGLASS_API_Loading reviews...