CCXT MCP ServerServer

lazy-dinosaur
GitHub
CryptocurrencyTradingBlockchain

Loading subscription status...

๐Ÿ’ก Description

A server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to trading functions for over 100 cryptocurrency exchanges.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "ccxt-mcp": {
        "env": {},
        "args": [
          "-y",
          "@lazydino/ccxt-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

fetchClosedOrderslistAccountsfetchBalancefetchTickerfetchTickersfetchOrderBookfetchTradescreateOrder

โšก Features

  • Market data retrieval
  • Trade execution
  • Trading analysis
  • Risk management
  • Position management

๐Ÿ’ฌ Example Queries

  • Check and compare the current Bitcoin price on binance and coinbase.
  • Open a long position on BTC/USDT futures market in my Bybit account (bybit_futures) with 5% of capital using 10x leverage.
  • Analyze my Binance account (bybit_main) trading records for the last 7 days and show me the win rate, average profit, and maximum consecutive losses.