High-performance CCXT MCP server for cryptocurrency exchange integration
Most developer tooling work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. High-performance CCXT MCP server for cryptocurrency exchange integration.
High-performance cryptocurrency exchange integration using MCP (Model Context Protocol) and CCXT.
The server publishes 14 tools. What each one is for:
list-exchanges — List all available cryptocurrency exchangesget-ticker — Get current ticker information for a trading pairbatch-get-tickers — Get ticker information for multiple trading pairs at onceget — orderbook / get-order-book: Get market order book for a trading pairget-ohlcv — Get OHLCV candlestick data for a trading pairget-trades — Get recent trades for a trading pairget-markets — Get all available markets for an exchangeget-exchange-info — Get exchange information and statusget-leverage-tiers — Get futures leverage tiersget-funding-rates — Get current funding ratesget-positions — Get open positions informationget-open-orders — Get all open ordersThe server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Configuration is passed through the environment: BINANCE_API_KEY, BINANCE_SECRET, KUCOIN_API_KEY, KUCOIN_SECRET, PROXY_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — list-exchanges, get-ticker, batch-get-tickers and 11 more — is a fair guide to whether it matches your workflow. It is maintained by shuhaozhang95; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list-exchanges | List all available cryptocurrency exchanges |
| get-ticker | Get current ticker information for a trading pair |
| batch-get-tickers | Get ticker information for multiple trading pairs at once |
| get | orderbook / get-order-book: Get market order book for a trading pair |
| get-ohlcv | Get OHLCV candlestick data for a trading pair |
| get-trades | Get recent trades for a trading pair |
| get-markets | Get all available markets for an exchange |
| get-exchange-info | Get exchange information and status |
| get-leverage-tiers | Get futures leverage tiers |
| get-funding-rates | Get current funding rates |
| get-positions | Get open positions information |
| get-open-orders | Get all open orders |
| get-order-history | Get order history |
| account-balance | Get your account balance from a crypto exchange |
If installed manually:
```json
{
"mcpServers": {
"ccxt": {
"command": "node",
"args": [
"/path/to/mcp-server-ccxt/build/index.js"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BINANCE_API_KEY | Credential the server authenticates with. | Yes |
| BINANCE_SECRET | Credential the server authenticates with. | Yes |
| KUCOIN_API_KEY | Credential the server authenticates with. | Yes |
| KUCOIN_SECRET | Credential the server authenticates with. | Yes |
| PROXY_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.