INDIVIDUAL MCP TOOL
get_market_snapshot
Live trading metrics for one instrument from 1-minute aggregates: last price, 24h change, 60-minute and 24h turnover (USD) and trade counts, buy/sell split, average spread (bps), and top-of-book / top-20 depth in USD (top-20 = mid-side total notional over 20 levels).
LIVE ENDPOINT
https://cryptostruct.com/mcp
Connect to this endpoint to inspect the live schema for get_market_snapshot and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.cryptostruct]
url = "https://cryptostruct.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cryptostruct": {
"type": "http",
"url": "https://cryptostruct.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cryptostruct
Remote MCP URL: https://cryptostruct.com/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": {
"cryptostruct": {
"url": "https://cryptostruct.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cryptostruct": {
"type": "http",
"url": "https://cryptostruct.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cryptostruct",
"transport": "streamable-http",
"url": "https://cryptostruct.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_data_dictionary— Static reference for the CryptoStruct data product: file format (tick-level .txt.zst daily files: L2 depth, trades, funding/mark/index, liquidations), integrity guarantees, pricing (1 EUR per instrument-day), the buy flow, and key links.search_instruments— Search ~500K instruments across 35 venues incl.list_venues— All venues (exchanges) with data in the shop, as {code, name}.get_instrument— Master data and archive coverage summary for one instrument_id: code, class, venue, base/quote, first/last day with data, day count, total compressed bytes.get_coverage— Day-level archive coverage for one instrument: first/last day, days with data, coverage %, the biggest gaps, total compressed bytes.list_sample_files— Curated FREE full-day sample files (exact same format as purchased files) for ~10 well-known instruments, each the latest settled UTC day.get_price_quote— Quote a basket of instrument-day items.get_daily_stats— Daily OHLC, VWAP, trade count, USD turnover and day-over-day change for one instrument over a 30d/90d/180d window, plus a window summary.