CCXT MCP Server
@jcwleo
About CCXT MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ccxt-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CCXT MCP Server?
A Model Context Protocol (MCP) server that exposes functions from the CCXT library as tools for Large Language Models (LLMs). It enables LLMs to interact with cryptocurrency exchanges for tasks like fetching balances, market data, and creating orders in a standardized, asynchronous way.
How to use CCXT MCP Server?
Clone the repository, create a virtual environment, install dependencies from requirements.txt, then run the server with uv run uvicorn mcp_server:app. Configure your MCP client (e.g., Claude desktop) with a JSON entry pointing to http://127.0.0.1:8000/mcp/ using npx mcp-remote.
Key features of CCXT MCP Server
- Integrates CCXT for unified exchange interaction
- Asynchronous non‑blocking operations
- Clear tool definitions with type annotations
- API key authentication for private endpoints
- Public and private tool separation
- Includes technical indicator calculation tool
Use cases of CCXT MCP Server
- Fetch account balances and market data
- Place and cancel spot and futures orders
- Withdraw cryptocurrencies to external addresses
- Retrieve order history and trade history
- Calculate technical indicators (e.g., RSI, SMA)
FAQ from CCXT MCP Server
Which exchanges are supported?
The server leverages the CCXT library, which supports over 100 cryptocurrency exchanges. Any exchange supported by CCXT can be used.
Do I need API keys to use it?
For public data tools (e.g., ticker, OHLCV) no authentication is required. Private tools (e.g., account balance, order creation) require an API key, secret, and optionally a passphrase.
How do I run the server?
Install dependencies (Python, uvicorn, etc.)
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments