CCXT MCP
Crypto exchange integration using CCXT, covering spot, futures, OHLCV, balances, and orders across 20+ exchanges.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This MCP server wraps the CCXT library to provide cryptocurrency exchange integration across 20+ platforms. The maintainer 'doggybee' appears to be a solo developer with limited public profile, creating moderate bus factor risk. The server requires API keys and secrets for exchange access, granting read and write capabilities to trading accounts including balance queries, order placement, and position management. Whilst distributed via npm with standard packaging, the scope of permissions is concerning: full trading authority means potential for significant financial loss if credentials leak or the server is compromised. The CCXT dependency itself is well-established, but this wrapper adds an intermediary layer. Documentation exists but is basic. No known security incidents, though the financial sensitivity of operations warrants careful credential management and monitoring. Suitable for development environments with test accounts rather than production trading with substantial funds.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREECrypto exchange API keys are private and high-value. No untrusted ingestion in normal use, but a 2/3 with very high blast radius if compromised.
Green flags
- Distributed via npm with standard package management
- Builds on established CCXT library
- Open source with visible repository
- No known security incidents or CVEs
Red flags
- Solo maintainer with limited public track record
- Full trading permissions including order placement and balance access
- API keys grant direct financial transaction authority
- Thin documentation on security best practices
- No evidence of security audit or review
Permissions requested
Install
npm install -g @mcpfun/mcp-server-ccxt
EXCHANGE_API_KEYEXCHANGE_SECRETReview
Install this if you're doing multi-exchange crypto research or building trading tools where Claude's reasoning helps. Skip it if you're happy with a single exchange's API or don't need conversational access to market data. The CCXT foundation is solid, but you'll hit the library's own coverage gaps.
Good at
- Single interface for 20+ exchanges means you don't write per-exchange API wrappers.
- Covers spot, futures, OHLCV, balances, and orders in one server.
- Useful for arbitrage research and multi-exchange comparisons without leaving Claude.
- CCXT's mature library underneath handles most edge cases and auth flows.
Watch out
- Inherits CCXT's patchy feature coverage, so some exchanges lack margin or funding rate endpoints.
- No built-in rate limiting, so you can easily hit exchange bans if you're not careful.
- Credential management requires config edits and restarts, no runtime key swapping.
- Docs don't detail which exchanges support which features, expect some trial and error.
Use cases
- multi-exchange trading
- market data analytics
- arbitrage research
- OHLCV backtesting
Getting started
Works with
Similar MCPs
- Lara Translate MCPProfessional translation with language detection, context-aware translations, translation memories, and glossaries.
- Make MCPTurns Make automation scenarios into callable tools for AI assistants, bridging 1,000+ apps through Make workflows.
- HubSpotHubSpot's MCP for CRM workflows: contacts, deals, tickets, properties. Distributed via NPM, see the developer docs for install steps.
- PlaidPlaid's hosted MCP for financial data agents. Account balances, transactions, identity verification, all behind their existing OAuth flow.