An MCP server that delivers crypto ETF flow data to power AI agents' decision-making.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"etf-flow-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# ETF Flow MCP An MCP server that delivers crypto ETF flow data to power AI agents' decision-making. [](https://discord.gg/aRnuu2eJ)    ## Features - **Unified Tool**: The `get_etf_flow` tool dynamically fetches historical ETF flow data for BTC or ETH. - **Markdown Table Output**: Leverages pivot tables to present data with ETF tickers as columns, dates as rows, and a total column for summed flows. - **Prompt Guidance**: Includes a prompt (`etf_flow_prompt`) to streamline LLM interactions for user-friendly queries. ## Prerequisites - **Python**: Version 3.10 or higher. - **uv**: A fast Python package and project manager ([install instructions](https://github.com/astral-sh/uv)). - **CoinGlass API Key**: Obtain a key from [CoinGlass](https://www.coinglass.com/). - **Claude Desktop**: Optional, for interactive querying. - **Git**: For cloning the repository. ## Installation 1. **Clone the Repository**: ```bash git clone https://github.com/kukapay/etf-flow-mcp.git cd etf-flow-mcp ``` 2. **Set Up with uv**: Install dependencies using `uv`: ```bash uv sync ``` ## Usage ### Integrating with Claude Desktop 1. **Configure Claude Desktop**: Add the server to `claude_desktop_config.json` (located in `~/Library/Application Support/Claude` on macOS or `%APPDATA%\Claude` on Windows): ```json { "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" } } } } ``` Replace `/absolute/path/to/etf-flow-mcp/cli.py` with the full path to `cli.py`. 2. **Restart Claude Desktop**: Verify the …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.