Skip to main content
Glama

Crypto Trading MCP

by vkdnjznd

暗号通貨取引MCP(モデルコンテキストプロトコル)

複数の暗号通貨取引所間での価格検索と取引を行うためのシンプルなモデル コンテキスト プロトコル (MCP) サーバー。

https://github.com/user-attachments/assets/34f3a431-9370-4832-923e-ab89bf1d4913

要件

  • Python 3.10以上

サポートされている取引所

現在はスポット取引のみサポートしています。

  • アップビット
  • ゲート.io
  • バイナンス

今後さらに多くの取引所が追加される予定です。

環境設定

各取引所で必要な認証情報を環境変数に追加します。

例えば、Upbit は次のようになります。

UPBIT_ACCESS_KEY="your-access-key" UPBIT_SECRET_KEY="your-secret-key"

開発ガイド

新しい取引所の追加

  1. CryptoExchange抽象クラスを継承した新しい交換クラスを作成する
  2. 必要なAPIメソッドを実装する
  3. テストケースを書く
  4. 新しい交換をファクトリークラスに登録する

テストの実行

# Install test dependencies uv pip install -e ".[test]" # Run tests pytest
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Upbit、Gate.io、Binance などの複数の暗号通貨取引所間での価格検索と取引を可能にするモデルコンテキスト プロトコル サーバー。

  1. 要件
    1. サポートされている取引所
      1. 環境設定
        1. 開発ガイド
          1. 新しい取引所の追加
          2. テストの実行

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
          Last updated -
          3
          70
          27
          TypeScript
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
          Last updated -
          9
          14
          9
          TypeScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
          Last updated -
          3
          10
          Python
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3
          Last updated -
          3
          227
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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/vkdnjznd/crypto-trading-mcp'

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