Skip to content
Back to search
100
MCP live v0.5.0 MCP 2025-06-18 streamable-http

Gate MCP

io.github.gateio-dev/gate-mcp

Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.

Uptime
100.0%
1 direct probes · 30d
Response
1333ms
last probe
Tools
63
callable
Resources
4
readable
Prompts
0
available

Tools · 63

cex_activity_list_activity_types

List activity types.

cex_alpha_list_alpha_currencies

List Alpha currencies.

cex_alpha_list_alpha_tickers

List Alpha tickers.

cex_alpha_list_alpha_tokens

List Alpha tokens.

cex_dc_get_dc_contract

Get delivery contract.

cex_dc_list_dc_candlesticks

List delivery candlesticks.

cex_dc_list_dc_contracts

List delivery contracts.

cex_dc_list_dc_insurance_ledger

List delivery insurance ledger.

cex_dc_list_dc_order_book

Get delivery order book.

cex_dc_list_dc_risk_limit_tiers

List delivery risk limit tiers.

cex_dc_list_dc_tickers

List delivery tickers.

cex_dc_list_dc_trades

List delivery trades.

cex_earn_list_dual_investment_plans

List dual investment plans.

cex_earn_list_earn_fixed_term_products

List fixed-term Earn products.

cex_earn_list_earn_fixed_term_products_by_asset

List fixed-term Earn products by asset.

cex_earn_list_uni_currencies

List Simple Earn currencies.

cex_fx_get_fx_candlesticks

Get futures candlestick/OHLCV data

cex_fx_get_fx_contract

Get details of a single futures contract

cex_fx_get_fx_funding_rate

Get funding rate history for a futures contract

cex_fx_get_fx_order_book

Get futures order book

cex_fx_get_fx_premium_index

Get premium index (mark price minus index price) history for a contract

cex_fx_get_fx_risk_limit_table

Get a specific risk limit tier table by table ID.

cex_fx_get_fx_tickers

Get ticker information for futures contracts

cex_fx_get_fx_trades

Get recent public trades for a futures contract

cex_fx_get_index_constituents

Get constituent assets and weights for a futures index

cex_fx_list_batch_fx_funding_rates

Get current funding rates for multiple contracts in one request

cex_fx_list_contract_stats

Get contract statistics (open interest, long/short ratio, etc.)

cex_fx_list_fx_contracts

List all perpetual futures contracts

cex_fx_list_fx_insurance_ledger

Get futures insurance fund history

cex_fx_list_fx_liq_orders

Get personal futures liquidation history.

cex_launch_get_candy_drop_activity_list_v4

List CandyDrop activities with optional filters (public, no auth)

cex_launch_get_candy_drop_activity_rules_v4

Get CandyDrop activity rules including prize pools and tasks (public). Pass activity_id OR currency (at least one required by API)

cex_launch_get_hodler_airdrop_project_list

List HODLer Airdrop campaigns with optional filters (public; logged-in users may see extra participation info)

cex_launch_list_launch_pool_projects

List launch pool projects with optional filters

cex_margin_get_market_margin_tier

Get margin leverage tiers for a currency pair

cex_margin_get_uni_currency_pair

Get details of a specific unified margin currency pair

cex_margin_list_uni_currency_pairs

List all currency pairs supported for unified margin lending

cex_mcl_get_multi_collateral_current_rate

Get current interest rates for specified currencies in multi-collateral loans (public)

cex_mcl_get_multi_collateral_fix_rate

Get available fixed interest rates for multi-collateral loans (public)

cex_mcl_get_multi_collateral_ltv

Get LTV (Loan-to-Value) ratios for multi-collateral loans (public)

cex_mcl_list_multi_collateral_currencies

List all supported currencies for multi-collateral loans (public)

cex_options_get_options_contract

Get details of a single options contract

cex_options_get_options_settlement

Get a single options settlement record

cex_options_list_options_candlesticks

Get options candlestick data

cex_options_list_options_contracts

List all options contracts for an underlying

cex_options_list_options_expirations

List option expiration dates for an underlying

cex_options_list_options_order_book

Get options order book

cex_options_list_options_settlements

List options settlement history for an underlying

cex_options_list_options_tickers

Get options tickers for an underlying

cex_options_list_options_trades

List public options trades

cex_options_list_options_underlying_candlesticks

Get candlestick data for an options underlying index

cex_options_list_options_underlying_tickers

Get ticker data for all contracts under an underlying

cex_options_list_options_underlyings

List all options underlying assets

cex_spot_get_currency

Get details of a single currency

cex_spot_get_currency_pair

Get details of a single currency pair

cex_spot_get_spot_candlesticks

Get candlestick/OHLCV data for a currency pair

cex_spot_get_spot_order_book

Get the order book for a currency pair

cex_spot_get_spot_tickers

Get ticker information for one or all currency pairs

cex_spot_get_spot_trades

Get recent trades for a currency pair

cex_spot_list_currencies

List all currencies supported

cex_spot_list_currency_pairs

List all available spot trading pairs

cex_square_list_live_replay

List live stream replays from Gate Square

cex_square_list_square_ai_search

Search Gate Square content using AI (posts, analysis, signals)

Resources · 4

BTC Futures Contracts List

List all BTC-settled perpetual futures contracts

gate://futures/contracts/btc
Currencies List

List all currencies' details

gate://spot/currencies
Spot Currency Pairs List

List all currency pairs supported

gate://spot/currency_pairs
USDT Futures Contracts List

List all futures contracts

gate://futures/contracts/usdt

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gate_mcp": {
      "url": "https://api.gatemcp.ai/mcp",
      "transport": "streamable-http"
    }
  }
}