Live spot crypto ETF flows for 13 assets, CEFI sentiment index and prices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cryptoetf.
get_flows_summaryLatest-day net flow for all 13 assets, with the date each figure belongs to
get_asset_flowsDaily net flow history for one asset over the last 30 days
get_weekly_analytics7-day totals per asset: net flow, average day, positive/negative day counts
get_cefi_indexComposite CEFI sentiment score (baseline 100; above = bullish)
get_pricesSpot price and 24h change for every tracked asset
The Model Context Protocol surface of cryptoetf.today: daily net flows for every US-listed spot crypto ETF complex, the CEFI sentiment index and live coin prices β for Claude, Cursor, Codex, Gemini CLI and any other MCP-capable agent.
Thirteen assets: BTC, ETH, SOL, XRP, HYPE, DOGE, LINK, AVAX, HBAR, LTC, BNB, DOT, SUI. Flow figures are net USD millions, sourced from the issuers' own daily reports; for the eight smaller complexes there is no market-wide aggregator, so the numbers are computed from each issuer's fund pages.
You probably don't need to install anything. The server is hosted, and every client that speaks remote MCP can reach it directly:
No API key, no account β the endpoint is open.
Claude Code β one command, no restart:
Cursor β .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Claude Desktop and other stdio-only clients β this package is the bridge.
claude_desktop_config.json, then restart the app fully:
Nothing to install by hand: npx fetches the package on first run. It has zero
dependencies and simply forwards JSON-RPC between stdin/stdout and the hosted
endpoint.
| Tool | What it returns |
|---|---|
get_flows_summary | Latest-day net flow for all 13 assets, with the date each figure belongs to |
get_asset_flows | Daily net flow history for one asset over the last 30 days |
get_weekly_analytics | 7-day totals per asset: net flow, average day, positive/negative day counts |
get_cefi_index | Composite CEFI sentiment score (baseline 100; above = bullish) |
get_prices | Spot price and 24h change for every tracked asset |
History reaches back 30 days. Deeper history and per-fund breakdowns live in the REST API.
| Variable | Default | Purpose |
|---|---|---|
CRYPTOETF_MCP_URL | https://mcp.cryptoetf.today/api/mcp | Point the bridge at another endpoint |
CRYPTOETF_API_KEY | β | Sent as Authorization: Bearer β¦ when set; the public endpoint does not need it |
Requires Node.js 18 or newer.
Flow data is updated every business day as issuers publish. Figures are informational β this is market data, not investment advice.
Full policy: cryptoetf.today/en/privacy.
What is collected. The bridge forwards your JSON-RPC requests to
https://mcp.cryptoetf.today/api/mcp and returns the responses. The only
request data that leaves your machine is the tool name and its arguments (an
asset ticker, at most). Conversation content, files and credentials are never
read or transmitted.
How it is used and stored. The server logs the standard request metadata of any web service β IP address, timestamp, endpoint β and keeps a per-IP counter in Redis to enforce the 60 requests/minute rate limit. Logs are retained for 30 days and are used only to operate and protect the service.
Third-party sharing. None. Request data is not sold, shared or passed to any third party. The service is operated by us and calls only our own API.
Retention. Rate-limit counters expire within a minute; request logs within 30 days. No user accounts and no personal profiles exist β the endpoint is open and unauthenticated.
Contact. github.com/zerosix-studio/cryptoetf-mcp/issues or the contact form at cryptoetf.today.
Bump the version in package.json, then tag the commit:
The Publish to npm workflow runs the bridge against the live server, skips
the publish if that version is already in the registry, and otherwise pushes it
with provenance β the npm page then links back to the exact workflow run and
commit the tarball was built from.
MIT licensed.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cryptoetf)<a href="https://allmcps.com/mcp/cryptoetf"><img src="https://allmcps.com/api/badge/cryptoetf?style=directory" alt="Cryptoetf on AllMCPs" /></a>