
The move repositions the platform from a read-only market display to an Agent-Ready Market Data stack targeting OpenAI Responses API and similar tool-calling environments. For quants monitoring cross-exchange liquidity, it opens a new ingestion path to benchmark against existing REST and websocket feeds.
What changes under MCP
Model Context Protocol replaces the legacy REST price-fetch pattern with structured tool calls. Each response bundles not just last-trade and 24h volume — the historical minimum — but liquidity (top-of-book size), bid-ask spread, data timestamp, source attribution, and verification status. For TWAP and VWAP aggregators that currently re-derive spread proxies from public candles, this cuts a reconciliation step and removes a class of stale-snapshot errors that propagate into execution algorithms.
Anomaly signals ship as first-class outputs. That matters for deviation threshold logic: instead of recomputing z-scores client-side from aggregated OHLC, agents consume pre-flagged events and tighten alert windows without burning extra compute on the feed normalization layer.
Indonesia leg: Tokocrypto as local source
The Southeast Asian extension plugs Indonesian rupiah-pair liquidity into the pipeline. According to the announcement, Treno Scope is evaluating integration with Tokocrypto's local order book, recent trades, candlesticks, and pair-level volume — the raw dimensions needed to measure real local depth rather than relying on offshore-aggregated synthetic quotes. Spread and trade-structure analytics layer on top, aimed at producing a verifiable view of IDR-pair liquidity rather than another mirror of global averages.
The collaboration is exploratory, not live. No production endpoint, no published API spec, no rate-limit contract confirmed yet. Treat any dashboard claiming "Indonesian local depth" as unverified until the integration ships a documented SLA and uptime guarantee.
What to verify before wiring up
- Endpoint contract. MCP server URL, auth model, refresh cadence. Until published, assume REST-equivalent latency.
- Source provenance. The release states verification status is part of the payload. Confirm the schema matches what your agent framework expects — mismatched field names silently null-fill in most MCP clients.
- Spread normalization. Indonesian markets may carry wider natural spreads than Binance-tier pairs. Recalibrate deviation thresholds; legacy ±0.3% bands will page on noise.
- Failure mode. If the MCP layer goes down, does the agent fall back to direct REST, or stall? Document the failover before going to production.
- Cost tracking. Each MCP call carries overhead versus a cached websocket tap. Monitor per-agent request volume during backtest replay to avoid surprise bills.