INDIVIDUAL MCP TOOL
create_checkout
Start a purchase of historical market data (max 365 items per checkout).
LIVE ENDPOINT
https://cryptostruct.com/mcp
Connect to this endpoint to inspect the live schema for create_checkout 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 — mostly the latest settled UTC day (rotates daily), plus one pinned high-volatility Bitcoin day, the busiest recent Bitcoin up/down prediction contracts and the most-traded Deribit BTC/ETH option contracts (mark price, greeks and index streams included).get_price_quote— Quote a basket of "tick" files (flat 1 EUR per instrument-day) and/or "series_day" day bundles (kind series_day, instrument_id = the bundle_id from search_bundles; every contract file of one prediction series or option chain on one UTC day, priced per series — mostly 1 EUR).search_bundles— Search the ~1,900 series-day bundles: prediction-market series on Kalshi and Polymarket (BTC/ETH up-down intervals, sports moneylines, elections, macro releases, weather, …) and Deribit option chains (class 'option').