Skip to main content
Glama
gate
by gate

Gate MCP Server

License: MIT MCP

English | 中文


Gate MCP(Model Context Protocol)サーバー。AIエージェントがGate暗号通貨取引所と連携し、マーケットデータの取得、取引、アカウント管理を行うことを可能にします。

特徴

  • 🔍 公開マーケットデータ - 現物、先物、証拠金、オプション、デリバリー、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サーバーとスキルを自動インストールします:

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サーバーとスキルを自動インストールします:

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サーバーとスキルを自動インストールします:

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ツールを登録します(spot、futures、delivery、margin、wallet、account、options、earn、flash_swap、unified、sub_account、multi_collateral_loan、p2p、tradfi、crossex、alpha、rebate、activity、coupon、launch、square、welfare)。GATE_MODULESまたは--modules=spot,futuresでセットを削減したり、GATE_READONLY=true / --readonlyで読み取り専用モードを有効にしたりできます。

重要: ワイヤーレベルのツール名は略語を使用します(futuresfxdeliverydcsub_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_MODULESGATE_READONLYGATE_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ツール)

ビジネス

ツール数

説明

Spot

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

Futures

14

契約、オーダーブック、取引、ローソク足、ティッカー、資金調達レート、プレミアム指数、清算、契約統計、保険台帳、指数構成銘柄、バッチ資金調達レート、リスク制限ティア

Margin

3

cex_margin_list_uni_currency_pairs, cex_margin_get_uni_currency_pair, cex_margin_get_market_margin_tier

Options

12

原資産、満期、契約、決済、オーダーブック、ティッカー、ローソク足、取引

Delivery

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

Activity

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 を使用してください。

ビジネス

スコープ

主要ツール

Spot

profile / trade

口座、注文、取引、バッチ注文、価格トリガー注文、カウントダウンキャンセル、クロス清算

Futures

profile / trade

口座、ポジション、注文、取引、デュアルポジション、トレール注文、価格トリガー、BBO注文

Margin

profile / trade

マージン口座、ローン、自動返済、ユニローン

Options

profile / trade

口座、ポジション、注文、MMP設定

Delivery

profile / trade

口座、ポジション、注文、価格トリガー注文

Wallet

wallet

総残高、振替、入金、出金、入金アドレス、SA残高、少額残高変換

Unified

account

統一口座、モード、ローン、リスクユニット、借入可能額、担保、レバレッジ設定

Sub-account

account

SAの作成/一覧/ロック/ロック解除、APIキー

Account

account

口座詳細、メインキー、レート制限、デビット手数料、STPグループ

Rebate

profile

代理店/パートナー/ブローカーのコミッション履歴、ユーザー情報

Flash Swap

profile / trade

cex_fc_list_fc_currency_pairs, cex_fc_list_fc_orders, cex_fc_create_fc_order_v1、マルチ通貨フラッシュスワップ

Earn

profile / trade

デュアル/ストラクチャード/ユニ商品、注文、ETH2スワップ、貸出記録

Alpha

profile / trade

Alpha口座、注文、クォート/発注

TradFi

profile / trade

カテゴリ、シンボル、MT5口座、資産、注文、ポジション

CrossEx

profile / trade

ルールシンボル、口座、ポジション、注文、振替、変換

P2P

profile / trade

ユーザー情報、広告、チャット、取引、支払い/受領の確認

Activity

profile

アクティビティタイプ、おすすめアクティビティ、ユーザー参加

Coupon

profile

ユーザークーポン、クーポン詳細

Launch Pool

profile / trade

LaunchPoolプロジェクト、誓約/償還、報酬記録

Square

market

AI検索、ライブリプレイ

Welfare

profile

初心者資格、タスクリストと報酬

完全なツールパラメータについては、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_infoinfo_coin_search_coinsinfo_coin_get_coin_rankings

マーケットスナップショット

info_marketsnapshot_get_market_snapshotinfo_marketsnapshot_batch_market_snapshotinfo_marketsnapshot_get_market_overviewinfo_marketsnapshot_get_institutional_metrics

マーケットトレンド

info_markettrend_get_klineinfo_markettrend_get_indicator_historyinfo_markettrend_get_technical_analysis

オンチェーン

info_onchain_get_address_infoinfo_onchain_get_address_transactionsinfo_onchain_get_transactioninfo_onchain_get_token_onchain

コンプライアンス

info_compliance_check_token_security

プラットフォームメトリクス

info_platformmetrics_get_platform_infoinfo_platformmetrics_search_platformsinfo_platformmetrics_get_defi_overviewinfo_platformmetrics_get_stablecoin_infoinfo_platformmetrics_get_bridge_metricsinfo_platformmetrics_get_yield_poolsinfo_platformmetrics_get_platform_historyinfo_platformmetrics_get_exchange_reservesinfo_platformmetrics_get_liquidation_heatmapinfo_platformmetrics_get_cex_orderbook_depthinfo_platformmetrics_get_chain_activity

マクロ

info_macro_get_macro_indicatorinfo_macro_get_economic_calendarinfo_macro_get_macro_summary

マーケット詳細

info_marketdetail_get_orderbookinfo_marketdetail_get_recent_tradesinfo_marketdetail_get_kline

News(/mcp/news — 18ツール、認証不要)

公開・読み取り専用のニュースおよびソーシャルリサーチ。カテゴリ(完全なパラメータテーブル: gate-news-mcp):

カテゴリ

ツール

ニュースフィード

news_feed_search_newsnews_feed_web_searchnews_feed_search_xnews_feed_search_ugcnews_feed_get_exchange_announcementsnews_feed_get_social_sentimentnews_feed_get_mention_burstnews_feed_get_hot_topics

イベント

news_events_get_latest_eventsnews_events_get_event_detailnews_events_explain_market_movenews_events_get_market_move_reportnews_events_list_market_move_reports

予測

news_prediction_get_volume_delta_rankingnews_prediction_get_fastest_rising_rankingnews_prediction_get_market_orderbooknews_prediction_search_eventsnews_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 に接続します。サーバーは現物取引と先物取引、アカウント管理、ウォレット送金、サブアカウントをサポートしています。各ツールには適切なスコープ(例: tradewallet)が必要です。

Q: データはどのくらいの頻度で更新されますか?

A: データはGateのAPIからリアルタイムで取得されます。


プライバシーとセキュリティ

  • GateアカウントによるOAuth2認証(設定にAPIキーは保存されません)

  • すべてのAPI呼び出しはHTTPSを使用します

  • Gateプライバシーポリシーを参照してください


サポートとフィードバック

  • 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