Analytics
cryptoetf.today
Provides real-time and historical data on cryptocurrency ETF flows, prices, and analytics.
ENDPOINT 1
https://mcp.cryptoetf.today/api/mcp
MCP server metadata
- Name
- cryptoetf
- Version
- 1.0.0
Real-time spot crypto ETF flow data for every US-listed spot crypto ETF complex: BTC, ETH, SOL, XRP, HYP (Hyperliquid), DOGE, LINK, AVAX, HBAR, LTC, BNB, DOT and SUI. All flow values are net USD millions (positive = inflow, negative = outflow). Data sourced from SEC filings and official fund disclosures.
Known tools 5
get_flows_summaryGet the latest-day net ETF inflow/outflow (USD millions) for every tracked crypto asset: BTC (Bitcoin), ETH (Ethereum), SOL (Solana), XRP, HYP (Hyperliquid), DOGE (Dogecoin), LINK (Chainlink), AVAX (Avalanche), HBAR (Hedera), LTC (Litecoin), BNB, DOT (Polkadot) and SUI.
Inferred read-onlyget_asset_flowsGet daily net ETF flow history for a single crypto asset over the last 30 days.
Inferred read-onlyget_cefi_indexGet the composite CEFI (Crypto ETF Flow Index) sentiment score across all tracked assets.
Inferred read-onlyget_pricesGet current spot prices (USD) and 24-hour percentage change for all 13 tracked crypto assets: BTC, ETH, SOL, XRP, HYP, DOGE, LINK, AVAX, HBAR, LTC, BNB, DOT, SUI.
Inferred read-onlyget_weekly_analyticsGet 7-day aggregated ETF flow analytics for all tracked assets.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cryptoetf]
url = "https://mcp.cryptoetf.today/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptoetf": {
"type": "http",
"url": "https://mcp.cryptoetf.today/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptoetf
Remote MCP URL: https://mcp.cryptoetf.today/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cryptoetf": {
"url": "https://mcp.cryptoetf.today/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptoetf": {
"type": "http",
"url": "https://mcp.cryptoetf.today/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptoetf",
"transport": "streamable-http",
"url": "https://mcp.cryptoetf.today/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cryptoetf.today was fetched 2026-08-01T10:07:20.782Z and is being refreshed.
cryptoetf.today is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.