ccxt-mcp

ccxt-mcp

3.2

If you are the rightful owner of ccxt-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The CCXT MCP Server is a Model Context Protocol server that provides trading functionality through the CCXT library, supporting various exchanges and offering features like order management and trading analysis.

The CCXT MCP Server is designed to facilitate trading operations by leveraging the CCXT library, which supports a wide range of cryptocurrency exchanges. This server allows users to fetch market data, manage orders, and analyze trading activities. It is equipped with tools for fetching ticker data, order book information, recent trades, and account balances. Additionally, it supports creating and canceling orders, providing a comprehensive trading management solution. The server is structured to enhance performance through cached exchange instances and offers testnet support for safe development and testing. It is suitable for integration with any MCP client, including Claude Desktop, and is built with security best practices in mind, such as using environment variables for API keys.

Features

  • Fetch ticker data for any symbol
  • Get order book data
  • Create and cancel orders
  • Fetch account balance
  • Supports any exchange that CCXT supports

Tools

  1. fetch_ticker.py

    Get the price data of the transaction pair

  2. fetch_order_book.py

    Get order book data

  3. fetch_trades.py

    Get the latest transaction history

  4. create_order.py

    Create an order

  5. cancel_order.py

    Cancel an order

  6. fetch_balance.py

    Get account balance

  7. trading_analysis.py

    Trading analysis tips

  8. order_management.py

    Order Management Guidance

  9. testnet_guidance.py

    Test network usage guidance

Related MCP Servers

View all finance servers →