Skip to main content
Glama
gate
by gate

Gate MCP 서버

License: MIT MCP

English | 中文


AI 에이전트가 Gate 암호화폐 거래소와 상호작용하여 시장 데이터, 거래, 계정 관리를 할 수 있게 해주는 Gate MCP(Model Context Protocol) 서버입니다.

기능

  • 🔍 공개 시장 데이터 - 현물, 선물, 마진, 옵션, 딜리버리, Earn, Alpha 티커, 호가창, K-라인, 펀딩 요율, 청산 내역 (인증 불필요)

  • 💹 거래 - 현물, 선물, 옵션, 딜리버리 주문 생성/취소/수정, 가격 트리거 주문, 트레일 주문

  • 💼 계정 및 지갑 - 잔고, 전송, 입금, 출금, 서브 계정, 통합 계정

  • 📊 마진 및 Earn - 마진 대출, Earn 상품, 다중 통화 플래시 스왑

  • 🎯 활동 및 복지 - 활동 센터, 쿠폰, 런치풀, 스퀘어, 복지

  • 🌍 TradFi, CrossEx, P2P - 전통 금융, 교차 거래소, P2P 거래

  • 🌐 DEX - 온체인 지갑, 스왑(단일 체인 및 크로스 체인), 토큰 정보, 20개 이상 체인의 시장 데이터

  • 📰 정보 - 코인 발견, 시장 스냅샷, 기술/플랫폼 지표, 온체인 및 매크로 데이터

  • 📢 뉴스 - 암호화폐 뉴스, 소셜 인사이트, 시장 이벤트, 예측 시장

  • 📚 문서 - 리서치 보고서, 논문, 문서 검색

  • 🔐 OAuth2 - 거래 및 프라이빗 도구를 위한 안전한 인증

Related MCP server: :GT Protocol MCP Server

MCP 엔드포인트

서비스는 다음 MCP 엔드포인트를 제공합니다:

엔드포인트

인증

도구

https://api.gatemcp.ai/mcp

없음

공개 시장 데이터 (58개 도구: 현물, 선물, 마진, 옵션, 딜리버리, Earn, Alpha, 활동, 런치풀, 스퀘어, 플래시 스왑)

https://api.gatemcp.ai/mcp/exchange

OAuth2

CEX 거래 및 계정 (400개 이상 도구: 현물/선물/옵션/딜리버리/마진 거래, 지갑, 통합 계정, 서브 계정, Earn, 플래시 스왑, 리베이트, TradFi, CrossEx, P2P, Alpha, 활동 센터, 쿠폰, 런치풀, 스퀘어, 복지)

https://api.gatemcp.ai/mcp/dex

Google / Gate OAuth

DEX 지갑 및 스왑 (33개 도구: 인증, 지갑, 체인 설정, 전송, 스왑, 시장 데이터, 토큰 정보, 에이전틱, 20개 이상 체인의 RPC)

https://api.gatemcp.ai/mcp/info

없음

코인 정보 및 분석 (32개 도구: 코인, 스냅샷, 트렌드, 온체인, 플랫폼 지표, 매크로, 시장 상세)

https://api.gatemcp.ai/mcp/news

없음

뉴스 및 리서치 (18개 도구: 뉴스/UGC/X/웹, 공지사항, 감성 분석, 이벤트, 예측 시장)

https://api.gatemcp.ai/mcp/docs

없음

문서 리서치 (3개 도구: 리서치 검색, 코인 리서치, 논문)

  • 시장 데이터만 필요/mcp 사용 (Gate 계정 불필요)

  • CEX 거래, 잔고, 전송/mcp/exchange 사용 (Gate OAuth2 필요)

  • DEX 지갑, 스왑, 온체인/mcp/dex 사용 (Google / Gate OAuth 필요)

  • 코인 정보, 기술적 분석/mcp/info 사용 (인증 불필요)

  • 뉴스, 공지사항/mcp/news 사용 (인증 불필요)

  • 리서치 문서 및 논문/mcp/docs 사용 (인증 불필요)

전송 방식: Streamable HTTP (SSE 폴백 포함).

인증 (OAuth2)

/mcp/exchange는 Gate OAuth2가 필요하며, /mcp/dex는 Google 또는 Gate OAuth가 필요합니다. /mcp, /mcp/info, /mcp/news, /mcp/docs 엔드포인트는 인증이 필요 없습니다.

mcporter 사용

사전 요구사항: Node.js >= 18, npm. 전체 설치 단계는 빠른 시작 - mcporter를 참조하세요.

# Add Private MCP (trading, requires OAuth)
mcporter config add gate-mcp --url https://api.gatemcp.ai/mcp/exchange --auth oauth

# Authorize (opens browser to log in)
mcporter auth gate-mcp

스코프 (/mcp/exchange용)

스코프

용도

market

공개 시장 데이터 (티커, 호가창, K-라인 등)

profile

계정 정보, 주문, 포지션 (읽기 전용)

trade

주문 생성/취소/수정

wallet

전송, 입금, 출금

account

통합 계정, 서브 계정

빠른 시작

사전 요구사항

  • Gate 계정 (/mcp/exchange에만 필요)

  • MCP 호환 클라이언트 (Cursor, Claude CLI, Trae, OpenClaw 등)

  • Node.js >= 18 (mcporter, Trae, Qoder 및 기타 npm 기반 클라이언트용)

  • Python >= 3.9 (선택 사항, Claude Desktop 프록시용)

Cursor

방법 1: 원클릭 설치 (권장)

Cursor AI 채팅에 다음을 붙여넣기만 하면 에이전트가 모든 Gate MCP 서버와 Skills를 자동 설치합니다:

Help me auto install Gate Skills and MCPs: https://github.com/gate/gate-skills

자세한 내용은 gate-skills를 참조하세요.

방법 2: 수동 설정

전체 거래용 (연결 시 OAuth):

~/.cursor/mcp.json 편집:

{
  "mcpServers": {
    "Gate": {
      "url": "https://api.gatemcp.ai/mcp/exchange",
      "transport": "streamable-http",
      "headers": {
        "Content-Type": "application/json",
        "Accept": "application/json, text/event-stream"
      }
    }
  }
}

시장 데이터 전용 (인증 불필요):

{
  "mcpServers": {
    "Gate": {
      "url": "https://api.gatemcp.ai/mcp",
      "transport": "streamable-http",
      "headers": {
        "Content-Type": "application/json",
        "Accept": "application/json, text/event-stream"
      }
    }
  }
}

DEX용 (온체인 지갑, 스왑):

{
  "mcpServers": {
    "Gate-Dex": {
      "url": "https://api.gatemcp.ai/mcp/dex",
      "headers": {
        "x-api-key": "MCP_AK_8W2N7Q",
        "Authorization": "Bearer ${GATE_MCP_TOKEN}"
      }
    }
  }
}

정보 및 뉴스용 (인증 불필요):

{
  "mcpServers": {
    "Gate-Info": {
      "url": "https://api.gatemcp.ai/mcp/info"
    },
    "Gate-News": {
      "url": "https://api.gatemcp.ai/mcp/news"
    }
  }
}

Cursor 설정 참조.

mcporter / OpenClaw

방법 1: 원클릭 설치 (권장)

OpenClaw AI 채팅에 다음을 붙여넣기만 하면 에이전트가 모든 Gate MCP 서버와 Skills를 자동 설치합니다:

Help me auto install Gate Skills and MCPs: https://github.com/gate/gate-skills

자세한 내용은 gate-skills를 참조하세요.

방법 2: 수동 설정

사전 요구사항 (mcporter 설치 전)
  • Node.js >= 18 (mcporter는 npm 필요)

  • npm (Node.js에 포함) — node -vnpm -v로 확인

  • Gate 계정 (/mcp/exchange 사용 시 OAuth 로그인용)

mcporter 설치
# Global install
npm install -g mcporter

# Verify installation
mcporter --version

또는 설치 없이 실행: npx mcporter <command> (현재 Node.js/npm 사용).

MCP 추가 및 인증
# Add Private MCP (trading, OAuth)
mcporter config add gate-mcp --url https://api.gatemcp.ai/mcp/exchange --auth oauth

# Authorize (opens browser to log in)
mcporter auth gate-mcp

# Add DEX MCP
mcporter config add gate-dex --url https://api.gatemcp.ai/mcp/dex

# Add Info MCP (no auth)
mcporter config add gate-info --url https://api.gatemcp.ai/mcp/info

# Add News MCP (no auth)
mcporter config add gate-news --url https://api.gatemcp.ai/mcp/news

자세한 단계는 OpenClaw 설정을 참조하세요.

Claude CLI

방법 1: 원클릭 설치 (권장)

Claude CLI에 다음을 붙여넣기만 하면 에이전트가 모든 Gate MCP 서버와 Skills를 자동 설치합니다:

Help me auto install Gate Skills and MCPs: https://github.com/gate/gate-skills

자세한 내용은 gate-skills를 참조하세요.

방법 2: 수동 설정

brew install claude-code
# Full trading (OAuth)
claude mcp add --transport http Gate https://api.gatemcp.ai/mcp/exchange
# Restart Claude CLI after authorization is complete

# Info (no auth)
claude mcp add --transport http Gate-Info https://api.gatemcp.ai/mcp/info

# News (no auth)
claude mcp add --transport http Gate-News https://api.gatemcp.ai/mcp/news

claude mcp list

Trae

Trae 설정을 편집합니다. mcp-remote를 사용하여 HTTP MCP를 프록시합니다 (/mcp/exchange의 경우 첫 연결 시 OAuth 프롬프트 표시):

{
  "mcpServers": {
    "gate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/exchange"
      ]
    },
    "gate-info": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/info"
      ]
    },
    "gate-news": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/news"
      ]
    }
  }
}

Qoder

Qoder MCP 설정을 편집합니다 (예: ~/.qoder/mcp.json 또는 Qoder 설정에서):

{
  "mcpServers": {
    "gate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/exchange"
      ]
    },
    "gate-info": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/info"
      ]
    },
    "gate-news": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://api.gatemcp.ai/mcp/news"
      ]
    }
  }
}

Claude Desktop

Claude Desktop은 로컬 stdio 프록시가 필요합니다.

  1. Python 프록시 파일 다운로드

  2. ~/Library/Application Support/Claude/claude_desktop_config.json 편집:

{
  "mcpServers": {
    "Gate": {
      "command": "python3",
      "args": ["/path/to/gate-mcp-proxy.py"]
    }
  }
}

자세한 지침은 Claude Desktop 설정을 참조하세요.

대안: gate-local-mcp (API 키를 사용한 로컬 stdio)

OAuth 없이 로컬 개발을 하려면 gate-local-mcp (npm: gate-mcp)를 사용하세요 — GATE_API_KEY / GATE_API_SECRET을 사용하는 stdio MCP 서버입니다 (공개 시장 데이터 전용인 경우 선택 사항). 명령 기반 MCP 서버로 구성하세요 (예: "command": "npx", "args": ["-y", "gate-mcp"]). 기본적으로 22개 모듈에 걸쳐 384개 도구를 등록합니다 (현물, 선물, 딜리버리, 마진, 지갑, 계정, 옵션, Earn, flash_swap, 통합, sub_account, multi_collateral_loan, p2p, tradfi, crossex, alpha, rebate, activity, coupon, launch, square, welfare). GATE_MODULES 또는 --modules=spot,futures로 세트를 줄이거나, GATE_READONLY=true / --readonly로 읽기 전용 모드를 활성화할 수 있습니다.

중요: 와이어 레벨 도구 이름은 약어를 사용합니다 (futuresfx, deliverydc, sub_accountsa 등); 원격 api.gatemcp.ai 명명 방식과 다릅니다. 항상 tools/list가 반환하는 이름을 사용하세요.

전체 도구 목록: gate-local-mcp-tools.md.

LobeHub (데스크톱)

LobeHub MCP 마켓플레이스에서 이 서버는 식별자 gate-gate-mcp로 표시됩니다. npm 패키지 이름은 gate-mcp 입니다 — npx -y gate-mcp를 실행하세요. gate-gate-mcp가 아닙니다.

LobeHub 사용자 정의 MCP에 따르면, stdio 서버는 데스크톱 앱에서만 작동합니다; Gate API 인증을 위해 환경 변수를 주입하세요. 사용자 정의 스킬을 추가할 때 Import JSON을 사용하세요.

공개 엔드포인트 전용:

{
  "mcpServers": {
    "gate-mcp": {
      "command": "npx",
      "args": ["-y", "gate-mcp"],
      "type": "stdio"
    }
  }
}

API 키 인증 사용:

{
  "mcpServers": {
    "gate-mcp": {
      "command": "npx",
      "args": ["-y", "gate-mcp"],
      "type": "stdio",
      "env": {
        "GATE_API_KEY": "your-api-key",
        "GATE_API_SECRET": "your-api-secret"
      }
    }
  }
}

필요에 따라 env 안에 GATE_MODULES, GATE_READONLY, 또는 GATE_BASE_URL을 추가할 수 있습니다. 저장 전에 Test connection을 클릭하세요.

기타 클라이언트

클라이언트

가이드

Claude.ai

설정

Codex App

설정

Codex CLI

설정

OpenClaw

설정

Trae

위 Trae 설정 참조

Qoder

위 Qoder 설정 참조

기본 사용법

가격 조회

BTC/USDT의 현재 가격은 얼마인가요?

호가창 확인

ETH/USDT의 호가창을 보여주세요

K-라인 데이터

지난 7일간 BTC의 일봉 K-라인 데이터를 가져와 주세요


사용 가능한 도구

모든 도구는 cex_ 접두사를 사용합니다. 도구는 공개 MCP(인증 없음)와 프라이빗 MCP(OAuth2)로 나뉩니다.

공개 MCP (/mcp — 인증 없음, 58개 도구)

비즈니스

도구

설명

현물

8

cex_spot_list_currencies, cex_spot_get_currency, cex_spot_list_currency_pairs, cex_spot_get_currency_pair, cex_spot_get_spot_tickers, cex_spot_get_spot_order_book, cex_spot_get_spot_trades, cex_spot_get_spot_candlesticks

선물

14

계약, 오더북, 거래, 캔들스틱, 티커, 펀딩 레이트, 프리미엄 지수, 청산, 계약 통계, 보험 원장, 지수 구성 요소, 일괄 펀딩 레이트, 리스크 한도 등급

마진

3

cex_margin_list_uni_currency_pairs, cex_margin_get_uni_currency_pair, cex_margin_get_market_margin_tier

옵션

12

기초자산, 만기, 계약, 결제, 오더북, 티커, 캔들스틱, 거래

딜리버리

8

계약, 오더북, 거래, 캔들스틱, 티커, 보험 원장, 리스크 한도 등급

Earn

5

cex_earn_list_dual_investment_plans, cex_earn_list_structured_products, cex_earn_list_uni_currencies, cex_earn_list_earn_fixed_term_products, cex_earn_list_earn_fixed_term_products_by_asset

Alpha

3

cex_alpha_list_alpha_currencies, cex_alpha_list_alpha_tickers, cex_alpha_list_alpha_tokens

활동

1

cex_activity_list_activity_types

Launch

1

cex_launch_list_launch_pool_projects

Square

2

cex_square_list_square_ai_search, cex_square_list_live_replay

Flash Swap

1

cex_fc_list_fc_currency_pairs

프라이빗 MCP (/mcp/exchange — OAuth2, 400+ 도구)

참고: 프라이빗 엔드포인트에는 공개 시장 데이터 도구가 포함되지 않습니다. 시장 데이터 조회에는 /mcp를 사용하세요.

비즈니스

범위

주요 도구

현물

프로필 / 거래

계정, 주문, 거래, 일괄 주문, 가격 트리거 주문, 카운트다운 취소, 교차 청산

선물

프로필 / 거래

계정, 포지션, 주문, 거래, 이중 포지션, 트레일 주문, 가격 트리거, BBO 주문

마진

프로필 / 거래

마진 계정, 대출, 자동 상환, 유니 대출

옵션

프로필 / 거래

계정, 포지션, 주문, MMP 설정

딜리버리

프로필 / 거래

계정, 포지션, 주문, 가격 트리거 주문

지갑

지갑

총 잔액, 전송, 입금, 출금, 입금 주소, SA 잔액, 소액 잔액 전환

통합

계정

통합 계정, 모드, 대출, 리스크 유닛, 대출 가능 금액, 담보, 레버리지 설정

하위 계정

계정

SA 생성/조회/잠금/잠금 해제, API 키

계정

계정

계정 상세, 메인 키, 요청 한도, 차변 수수료, STP 그룹

리베이트

프로필

에이전시/파트너/브로커 커미션 내역, 사용자 정보

Flash Swap

프로필 / 거래

cex_fc_list_fc_currency_pairs, cex_fc_list_fc_orders, cex_fc_create_fc_order_v1, 다중 통화 플래시 스왑

Earn

프로필 / 거래

듀얼/구조화/유니 상품, 주문, ETH2 스왑, 대출 기록

Alpha

프로필 / 거래

Alpha 계정, 주문, 견적/체결

TradFi

프로필 / 거래

카테고리, 심볼, MT5 계정, 자산, 주문, 포지션

CrossEx

프로필 / 거래

규칙 심볼, 계정, 포지션, 주문, 전송, 전환

P2P

프로필 / 거래

사용자 정보, 광고, 채팅, 거래, 결제/수령 확인

활동

프로필

활동 유형, 추천 활동, 사용자 참여

쿠폰

프로필

사용자 쿠폰, 쿠폰 상세

Launch Pool

프로필 / 거래

LaunchPool 프로젝트, 스테이킹/상환, 보상 기록

Square

마켓

AI 검색, 라이브 리플레이

복지

프로필

초보자 자격, 작업 목록 및 보상

전체 도구 매개변수는 Gate API Docs 또는 gate-exchange-mcp를 참조하세요.

DEX — 인증

도구

설명

dex_auth_google_login_start

Google OAuth 로그인 흐름 시작, 인증 URL 반환

dex_auth_google_login_poll

로그인 상태 폴링, 성공 시 mcp_token 반환

dex_auth_login_google_wallet

Google OAuth 인증 코드로 로그인

dex_auth_gate_login_start

Gate OAuth 로그인 흐름 시작, 인증 URL 반환

dex_auth_gate_login_poll

Gate OAuth 로그인 상태 폴링, 성공 시 mcp_token 반환

dex_auth_login_gate_wallet

Gate OAuth 인증 코드로 직접 로그인

dex_auth_logout

현재 세션 취소

DEX — 지갑

도구

설명

dex_wallet_get_addresses

각 체인(EVM, Solana)의 지갑 주소 조회

dex_wallet_get_token_list

가격 및 페이지네이션이 포함된 토큰 잔액

dex_wallet_get_total_asset

총 포트폴리오 가치 및 24시간 변동

dex_wallet_sign_message

지갑 개인 키로 메시지 서명 (EVM / Solana)

dex_wallet_sign_transaction

지갑 개인 키로 원시 트랜잭션 서명

DEX — 체인 및 트랜잭션

도구

설명

dex_chain_config

체인 구성 (체인 ID, 기능)

dex_tx_gas

가스 가격 및 가스 한도 추정

dex_tx_transfer_preview

서명 전 전송 세부 정보 미리보기

dex_tx_approve_preview

토큰 승인 미리보기: ERC20/SPL 승인 트랜잭션 생성

dex_tx_get_sol_unsigned

최신 블록해시로 서명되지 않은 Solana SOL 전송 생성

dex_tx_send_raw_transaction

서명된 트랜잭션을 온체인에 브로드캐스트

dex_tx_quote

경로, 가격 영향 및 가스 추정이 포함된 스왑 견적

dex_tx_swap

원클릭 스왑: 견적 → 생성 → 서명 → 제출

dex_tx_swap_detail

주문 ID로 스왑 주문 상태 조회

dex_tx_list / dex_tx_detail / dex_tx_history_list

트랜잭션 및 스왑 / 브리지 내역

DEX — 시장 데이터 및 토큰 정보

도구

설명

dex_market_get_kline

K-라인(캔들스틱) 데이터: 1m, 5m, 1h, 4h, 1d

dex_market_get_tx_stats

거래량 및 트레이더 통계 (5m / 1h / 4h / 24h)

dex_market_get_pair_liquidity

유동성 풀 추가 / 제거 이벤트

dex_token_list_swap_tokens

지정된 체인에서 스왑 가능한 토큰

dex_token_list_cross_chain_bridge_tokens

크로스체인 전송을 위한 브리지 가능 토큰

dex_token_get_coin_info

토큰 정보: 가격, 시가총액, 공급량, 보유자 분포

dex_token_ranking

24시간 상승률 상위 / 하락률 상위

dex_token_get_coins_range_by_created_at

생성 시간 범위로 새 토큰 탐색

dex_token_get_risk_info

보안 감사: 허니팟, 매수/매도 세금, 블랙리스트, 권한

DEX — 에이전틱 및 RPC

도구

설명

dex_agentic_report

에이전틱 지갑 주소를 지갑 서비스에 보고

dex_rpc_call

블록체인 노드에 JSON-RPC 호출 실행

전체 DEX 도구 매개변수는 gate-dex-mcp를 참조하세요. Agentic Wallet 하위 집합(인증, 지갑, 시장 데이터, 리소스)은 gate-agentic-wallet-mcp를 참조하세요.

Info (/mcp/info — 도구 32개, 인증 불필요)

공개, 읽기 전용 시장 조사. 카테고리(전체 매개변수 표: gate-info-mcp):

카테고리

도구

코인

info_coin_get_coin_info, info_coin_search_coins, info_coin_get_coin_rankings

시장 스냅샷

info_marketsnapshot_get_market_snapshot, info_marketsnapshot_batch_market_snapshot, info_marketsnapshot_get_market_overview, info_marketsnapshot_get_institutional_metrics

시장 추세

info_markettrend_get_kline, info_markettrend_get_indicator_history, info_markettrend_get_technical_analysis

온체인

info_onchain_get_address_info, info_onchain_get_address_transactions, info_onchain_get_transaction, info_onchain_get_token_onchain

규정 준수

info_compliance_check_token_security

플랫폼 지표

info_platformmetrics_get_platform_info, info_platformmetrics_search_platforms, info_platformmetrics_get_defi_overview, info_platformmetrics_get_stablecoin_info, info_platformmetrics_get_bridge_metrics, info_platformmetrics_get_yield_pools, info_platformmetrics_get_platform_history, info_platformmetrics_get_exchange_reserves, info_platformmetrics_get_liquidation_heatmap, info_platformmetrics_get_cex_orderbook_depth, info_platformmetrics_get_chain_activity

매크로

info_macro_get_macro_indicator, info_macro_get_economic_calendar, info_macro_get_macro_summary

시장 상세

info_marketdetail_get_orderbook, info_marketdetail_get_recent_trades, info_marketdetail_get_kline

News (/mcp/news — 도구 18개, 인증 불필요)

공개, 읽기 전용 뉴스 및 소셜 리서치. 카테고리(전체 매개변수 표: gate-news-mcp):

카테고리

도구

뉴스 피드

news_feed_search_news, news_feed_web_search, news_feed_search_x, news_feed_search_ugc, news_feed_get_exchange_announcements, news_feed_get_social_sentiment, news_feed_get_mention_burst, news_feed_get_hot_topics

이벤트

news_events_get_latest_events, news_events_get_event_detail, news_events_explain_market_move, news_events_get_market_move_report, news_events_list_market_move_reports

예측

news_prediction_get_volume_delta_ranking, news_prediction_get_fastest_rising_ranking, news_prediction_get_market_orderbook, news_prediction_search_events, news_prediction_get_event_signal

MCP 리소스

/mcp/mcp/exchange 엔드포인트는 정적 참조 데이터용 MCP 리소스도 제공합니다:

리소스 URI

설명

gate://spot/currency_pairs

모든 현물 거래 페어

gate://spot/currencies

지원되는 모든 통화

gate://futures/contracts/usdt

USDT 결제 선물 계약

gate://futures/contracts/btc

BTC 결제 선물 계약

gate://futures/contracts/{settle}

결제 통화별 선물 계약


FAQ

Q: Gate 계정이 필요한가요?

A: CEX 거래와 DEX 지갑에만 필요합니다. /mcp, /mcp/info, /mcp/news, /mcp/docs는 완전히 공개되어 있어 계정이 필요 없습니다. /mcp/exchange(CEX 거래, 잔액, 전송)는 Gate OAuth2가 필요합니다. /mcp/dex(온체인 지갑, 스왑)는 Google 또는 Gate OAuth가 필요합니다.

Q: 거래를 지원하나요?

A: 네. OAuth2로 https://api.gatemcp.ai/mcp/exchange에 연결하세요. 서버는 현물 및 선물 거래, 계정 관리, 지갑 전송, 하위 계정을 지원합니다. 각 도구는 적절한 범위(예: trade, wallet)가 필요합니다.

Q: 데이터는 얼마나 자주 업데이트되나요?

A: 데이터는 Gate API에서 실시간으로 조회됩니다.


개인정보 보호 및 보안


지원 및 피드백

  • API 문서: Gate API Docs

  • 이슈 신고: Gate 지원팀에 문의하세요

  • 비즈니스 문의: Gate 공식 채널에 문의하세요


기여

CONTRIBUTING.md를 참조하세요.

라이선스

MIT © gate.com

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Exposes Indodax's Private and Public REST APIs as MCP tools, enabling AI agents to manage cryptocurrency trading and account information. It supports tasks like checking market prices, viewing account balances, and executing or canceling buy and sell orders.
  • F
    license
    B
    quality
    D
    maintenance
    Connects MCP-compatible AI agents to GT Protocol trading accounts, enabling natural language control of automated trading bots, strategy backtesting, deal execution, and balance monitoring on Binance and Hyperliquid exchanges.
    1
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables MCP-compatible AI clients to access live crypto market data and AI-driven quantitative analysis, with structured outputs and full observability.
  • A
    license
    D
    quality
    A
    maintenance
    Enables AI agents to access the full OKX exchange API for trading, market data, account management, and more through 300+ MCP tools.
    100
    97
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gate/gate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server