free-etf-flows-mcp
Free Spot ETF Flows MCP Server
🌐 Live Documentation & Website: https://yasinozen35.github.io/free-etf-flows-mcp/
📄 OpenAPI 3.0 Specification: openapi.json
📦 Smithery MCP Registry: https://smithery.ai/servers/yasinozen35/free-etf-flows-mcp
🦎 Glama MCP Registry: https://glama.ai/mcp/servers/yasinozen35/free-etf-flows-mcp
This is an open-source Model Context Protocol (MCP) server that connects your AI assistants (like Claude Desktop, Cursor, Windsurf) to Spot Bitcoin (BTC) and Ethereum (ETH) institutional net flow data.
It fetches clean, normalized data directly from the consolidated institutional data feeds, bypassing messy scrape formats.
✨ Features
Native AI Integration: Adds
get_latest_etf_flowsandquery_etf_flows_by_date_rangetools to your LLM context.Normalized Values: Institutional formatting (like brackets for negative values
(219.4)) are automatically converted to standard USD floats (-219400000.00).Free/Preview Fallback: Works out-of-the-box without an API key in Limited Preview Mode (returns 3 latest records with a 1-day delay).
Pro Tier support: Full, real-time historical queries with higher rate limits when configured with an API key.
Related MCP server: Mempool MCP Server
🚀 Setup Instructions
Prerequisites
You need uv installed on your machine to run this server easily without managing virtual environments manually.
# Install uv (Mac/Linux)
curl -LsSf https://astral.sh/uv/install.sh | sh1. Configure Claude Desktop
Add the following block to your claude_desktop_config.json (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"etf-flows": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/free-etf-flows-mcp",
"run",
"python",
"mcp_server.py"
],
"env": {
"ETF_FLOWS_API_KEY": "YOUR_PRO_API_KEY_HERE"
}
}
}
}Note: If you don't have an API key yet, you can leave the ETF_FLOWS_API_KEY empty (or omit it) to run in Free Preview Mode.
2. Configure Cursor
Open Cursor Settings (Settings > Features > MCP).
Click + Add New MCP Server.
Fill in the details:
Name:
etf-flowsType:
commandCommand:
uv --directory /absolute/path/to/free-etf-flows-mcp run python mcp_server.py
Set the environment variable in your terminal/system or configure it directly in Cursor:
Key:
ETF_FLOWS_API_KEYValue:
YOUR_PRO_API_KEY_HERE
🛠️ MCP Tools Provided
Once connected, your AI assistant will have access to the following tools:
1. get_latest_etf_flows
Description: Get the most recent Spot ETF flow records for a given ticker.
Arguments:
ticker(string, optional):'BTC'or'ETH'. Defaults to'BTC'.
2. query_etf_flows_by_date_range
Description: Query historical ETF flows within a specific date range.
Arguments:
start_date(string, required): YYYY-MM-DD format.end_date(string, required): YYYY-MM-DD format.ticker(string, optional):'BTC'or'ETH'.
💳 Get a Pro API Key
To unlock unlimited historical data, real-time updates (0-day delay), and higher rate limits, purchase a Pro Developer key from our website:
👉 Get Pro API Key or visit our website https://yasinozen35.github.io/free-etf-flows-mcp/.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.Last updated548MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides real-time Bitcoin blockchain and mempool data to AI clients, allowing access to comprehensive Bitcoin network information through various data tools.Last updated31105MIT

blocklens-mcp-serverofficial
Alicense-qualityDmaintenanceMCP server for Blocklens Bitcoin on-chain analytics, providing AI agents access to 127 on-chain metrics and chart rendering.Last updated97MIT- Flicense-qualityAmaintenanceA remote Model Context Protocol (MCP) server for real-time cryptocurrency and stock market analysis. Provides AI-powered market intelligence tools with 9 theory-based analysis engines, multi-chain DEX discovery, and enterprise features.Last updated
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Agent-native crypto market-data over MCP+REST: order flow, whales, liquidations, calibrated scores
Whale & Institutional Flow MCP — 8 tools: TVL flows, alpha signals, stablecoin supply.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yasinozen35/free-etf-flows-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server