CCXT MCP ServerServer

doggybee
GitHub
cryptocurrencyMCPAPI Integration

Loading subscription status...

๐Ÿ’ก Description

A high-performance CCXT MCP server that integrates with multiple cryptocurrency exchanges, enabling users to access market data, trading capabilities, and account information through a unified API. It supports over 20 cryptocurrency exchanges, including services like Binance, Coinbase, and KuCoin.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "ccxt": {
        "env": {
          "BINANCE_SECRET": "your_api_secret",
          "BINANCE_API_KEY": "your_api_key"
        },
        "args": [],
        "command": "mcp-server-ccxt"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

get-tickerget-orderbookget-exchange-infolist-exchangesbatch-get-tickersget-ohlcvget-tradesget-markets

โšก Features

  • Supports multiple exchanges
  • Real-time market data access
  • Trading capabilities
  • Optimized cache and rate limiting
  • Compliant with MCP standards

๐Ÿ’ฌ Example Queries

  • What is the current price of Bitcoin on Binance?
  • Show me the order book for ETH/USDT on Coinbase.
  • Check the last 24 hours OHLCV data for BTC/USDT on Binance.
  • Compare the price of SOL/USDT across different exchanges.
  • What is my current balance on Binance? (Requires API key)
  • Place a market order for 0.1 ETH on Kraken (Requires API key)