← cryptoetf.today
INDIVIDUAL MCP TOOL
get_prices
Get current spot prices (USD) and 24-hour percentage change for all tracked crypto assets: BTC, ETH, SOL, XRP, HYP.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.
Related tools
get_flows_summary— Get the latest-day net ETF inflow/outflow (USD millions) for all 5 tracked crypto assets: BTC (Bitcoin), ETH (Ethereum), SOL (Solana), XRP, and HYP (Hyperliquid).get_asset_flows— Get daily net ETF flow history for a single crypto asset over the last 30 days.get_cefi_index— Get the composite CEFI (Crypto ETF Flow Index) sentiment score across all tracked assets.get_weekly_analytics— Get 7-day aggregated ETF flow analytics for all tracked assets.