#!/usr/bin/env node
/**
* CCXT MCP Server - Command Line Interface
*
* This file provides a CLI wrapper around the main server functionality,
* making it easier to start the server from the command line when installed globally.
*/
// Import and run the main server module
import '../build/index.js';
// The server itself is started by the imported module
// No additional code needed here as the imported module sets up process handlers
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/doggybee/mcp-server-ccxt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server