Crypto Arbitrage Data & API — DataMaxi+
Real-time crypto arbitrage data across 20+ global & Korean exchanges: cross-exchange spread (incl. kimchi premium), funding-rate arbitrage, spot-perp basis, and new KRW listing alerts. REST · WebSocket · MCP.
https://datamaxiplus.com/Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.datamaxiplus.com/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.datamaxiplus.com
63tools discovered
Showing 25 of 63 from the live probe.
Cex Announcements
[ALT] Get latest announcements from centralized exchanges including listings, delistings, notices, and user events. Use to monitor exchange news and token listing/delisting events. Combine with cex_token_updates for comprehensive token event tracking. Usage hints: - Filter by category (notice, listing, delisting, user_events) for specific event types - Use with cex_token_updates for complete token lifecycle tracking - Sort by timestamp desc to get most recent announcements first
Cex Candle
[DATA] Get historical OHLCV (Open, High, Low, Close, Volume) candlestick data from centralized exchanges. Essential for technical analysis, backtesting, and chart generation. Supports spot and futures markets with configurable intervals. Usage hints: - Use 'from' and 'to' parameters with date range instead of pagination for time-series queries - Available intervals vary by exchange — call cex_candle_intervals first - Set currency to KRW for Korean Won denominated prices - Default market is spot
Cex Candle Exchanges
[META] List all exchanges that provide candlestick (OHLCV) data. Use this to discover available data sources before querying cex_candle.
Cex Candle Intervals
[META] List supported candle intervals (e.g., 1m, 5m, 1h, 1d) for a specific exchange. Call this before cex_candle to ensure the requested interval is available. Usage hints: - Intervals vary by exchange — always check before requesting candle data
Cex Candle Symbols
[META] List available trading symbols for candlestick data on a specific exchange. Use to discover tradeable pairs before querying cex_candle. Usage hints: - Filter by market (spot/futures) to narrow results
Cex Fees
[DATA] Get trading fee information for exchanges. Returns spot and futures maker/taker fee rates. Essential for calculating actual trading costs and net arbitrage profits. Usage hints: - Both exchange and symbol may be required depending on exchange - Combine with premium to calculate net arbitrage profit after fees - Fees vary by trading pair and exchange — always check specific pairs
Cex Fees Exchanges
[META] List exchanges that provide trading fee data.
Cex Fees Symbols
[META] List symbols with fee data on a specific exchange. Usage hints: - Exchange parameter is required
Cex Symbol Cautions
[ALT] Active caution/warning/danger flagged symbols on Korean and global exchanges. Critical for risk monitoring — flagged symbols often face delisting, regulatory issues, or sudden volatility. Bithumb provides expiry timestamps; other exchanges remain flagged until cleared. Usage hints: - Filter by min_level (caution < warning < danger) to focus on severity - active_only=true (default) hides resolved flags - Use to filter out risky symbols before placing trades - Combine with cex_symbol_delist
Cex Symbol Delistings
[ALT] Symbols with known delisting_at timestamps or trading_status in {delisting, delisted}. Essential for avoiding positions in tokens about to be delisted, which often see sharp price drops and liquidity collapse. Usage hints: - Use from_ms/to_ms time window filters for upcoming delistings - Set include_past=true to see historical delistings - Check this before opening positions in newly listed or low-cap tokens
Cex Symbol Liquidation
[DATA] Rolling-window long/short liquidation volume aggregated across all events for every (exchange, quote) pairing of a base asset. Window max 30d; default 24h. Usage hints: - base is required (e.g., BTC, ETH) - Use 'window' parameter (e.g., 1h, 24h, 7d) to control aggregation period - Faster than liquidation_feed when you need per-asset totals - Long liq dominant = bearish capitulation; short liq dominant = short squeeze
Cex Symbol Metadata
[META] Per-symbol trading status, caution flags, tags, and timing metadata. The foundational symbol info table — use to enrich other data with symbol context. Usage hints: - Filter by exchange, market, base, quote for targeted lookups - Returns trading_status, caution flags, tags, and listing timing - Useful when building dashboards that need full symbol context
Cex Symbol Oi
[DATA] Latest Open Interest snapshot for a base asset across ALL futures venues. Returns USD-valued OI for every exchange/quote combination, sorted by USD value descending. Compact alternative to open_interest_list when focused on a single token. Usage hints: - base is required (e.g., BTC, ETH) - Optional exchange filter narrows results - Better than open_interest for cross-venue OI comparison
Cex Symbol Oi Stats
[DATA] Enriched OI snapshot with 1h/4h/24h change percentages and OI/24h volume ratio. Backed by the tfopeninterest taskflow's Redis hash. Best single endpoint for OI sentiment analysis. Usage hints: - base is required - OI rising while volume flat = leveraged accumulation - OI/volume ratio > 1.0 indicates leverage-heavy market - Set currency=KRW for Korean Won denominated values
Cex Symbol Tags
[META] Find all symbols flagged with a specific tag (e.g., all meme coins across exchanges). Tags come from multiple sources: REST APIs, exchange announcements, CMC, and manual curation. Usage hints: - tag parameter examples: 'meme', 'ai', 'gaming', 'defi' - Filter by source (rest_native, announcement, cmc, manual) to control data quality - Use min_confidence to filter low-quality tag assignments - Great for thematic basket building
Cex Symbol Volume
[DATA] Latest 24h trading volume across every (exchange, market, quote) a token lists on. Backed by cache.latest_volume. Use to identify liquidity concentration and find the best venues for executing trades. Usage hints: - base is required - Filter by market (spot/futures) to narrow scope - Combine with cex_symbol_oi for full futures market liquidity picture
Cex Token Updates
[ALT] Get latest token listing and delisting updates from centralized exchanges. Shows which tokens are being listed or delisted and on which exchanges. Usage hints: - Filter by type (listed/delisted) for specific events - Combine with cex_announcements for full context on token events - New listings often create short-term trading opportunities
Dex Candle
[DATA] Get historical OHLCV candlestick data from decentralized exchanges (DEX). Data is organized by chain, exchange, and pool. Useful for DEX price analysis and comparing with CEX prices. Usage hints: - Pool address is required — use dex_pools to find pool addresses first - Use chain and exchange filters to narrow the pool search - Compare with cex_candle data for cross-venue price analysis
Dex Chains
[META] List all blockchain chains supported for DEX data (e.g., ethereum, bsc, polygon). Use before querying dex_pools or dex_candle.
Dex Exchanges
[META] List all DEX protocols supported (e.g., uniswap, sushiswap, pancakeswap). Use to discover available DEX data sources.
Dex Intervals
[META] List supported candle intervals for DEX data.
Dex Pools
[META] List DEX liquidity pools for a specific chain and exchange. Returns pool addresses needed for dex_candle and dex_trade queries. Usage hints: - Both chain and exchange are required — use dex_chains and dex_exchanges first - Pool addresses are needed as input for dex_candle and dex_trade
Dex Trade
[DATA] Get trade history from decentralized exchanges. Returns individual swap transactions with price, amount, and direction. Usage hints: - Pool address is required — use dex_pools to find pool addresses - Use from/to date filters for specific time ranges
Exchange Overview
[SKILL] Exchange overview — combines ticker volume data, trading fees, and funding rates for exchanges. Mirrors the DataMaxi+ Exchanges page which shows exchange-level volume, fee comparison, and average funding rates. Use this to compare exchanges by trading volume, fees, and derivatives activity. Internally calls: /ticker + /cex/fees + /funding-rate/latest + /forex
Forex
[DATA] Get forex (foreign exchange) rate data for currency pairs like USD-KRW. Essential for converting crypto prices between currencies, especially for Korean Won premium calculations. Usage hints: - Use forex_symbols to find available currency pairs - USD-KRW rate is critical for calculating kimchi premium
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsReal-time crypto arbitrage data across 20+ global & Korean exchanges: cross-exchange spread (incl. kimchi premium), funding-rate arbitrage, spot-perp basis, and new KRW listing alerts. REST · WebSocket · MCP.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Datamaxi? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 63 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.