A Gate MCP (Model Context Protocol) server that enables AI agents to interact with the Gate cryptocurrency exchange for real-time market data.

In February 2025, Gate MCP will be launched, providing developers with tools for spot and derivatives markets based on centralized exchanges, offering real and reliable market data.

Open-source standard protocol by Anthropic, connecting AI with external services

Functions callable by AI to perform queries, API calls, and more

Query spot tickers, order books, trades, and K-line data

Access futures contracts, funding rates, premium index, and liquidation history

Get live cryptocurrency prices across 1,700+ trading pairs

Retrieve K-line/candlestick data for multiple timeframes
| Tools | Description | Parameters | Return result explanation |
|---|---|---|---|
list_currencies | Get all supported currencies with details | — | List of currencies with name, precision, deposit/withdrawal status |
get_currency | Get single currency information |
| Currency details including precision, chain info, deposit/withdrawal limits |
list_currency_pairs | Get all supported trading pairs | — | List of trading pairs with trading rules and precision |
get_currency_pair | Get single trading pair details |
| Trading pair details including min order size, price precision |
get_spot_tickers | Get spot market ticker data (price, volume, change) |
| Ticker data including last price, 24h high/low, volume, change percentage |
get_spot_order_book | Get order book depth for a trading pair |
| Bid and ask levels with price and quantity |
get_spot_trades | Get recent trade history |
| Trade records with price, amount, timestamp, side |
get_spot_candlesticks | Get K-line/candlestick data |
| OHLCV data (Open, High, Low, Close, Volume) |
| Tools | Description | Parameters | Return result explanation |
|---|---|---|---|
list_futures_contracts | Get all perpetual futures |
| Contract list with specifications and margin requirements |
get_futures_contract | Get single contract details |
| Contract details including leverage, maintenance margin rate |
get_futures_tickers | Get futures market ticker data |
| Ticker data including last price, mark price, open interest |
get_futures_order_book | Get futures order book depth |
| Bid and ask levels with price and quantity |
get_futures_trades | Get futures trade history |
| Trade records with price, size, timestamp |
get_futures_candlesticks | Get futures K-line data |
| OHLCV data for futures |
get_futures_funding_rate | Get funding rate history |
| Funding rate history with timestamps |
get_futures_premium_index | Get premium index K-line |
| Premium index K-line data |
list_futures_liq_orders | Get liquidation order history |
| Liquidation order records |
The use of MCP mainly falls into two scenarios: Claude Desktop (desktop client) and Claude AI (web platform).
Add Claude Connectors
Go to Settings -> Connectors, and directly add the official Gate MCP integration (the steps for adding are similar to the screenshots above).
Once enabled, you can interact with Gate market data through natural language:
What is the current price of BTC/USDT?
The current price of BTC/USDT is $83,742.9, with a 24-hour increase of +1.17%.
View the order book for ETH/USDT.
[Display the top 10 bid and ask prices and quantities]
Get the daily candlestick data for BTC for the last 7 days.
[Return K-line data and provide trend analysis]
OpenAI has integrated MCP support into the ChatGPT web interface.