CCXT MCP Server
@jcwleo
CCXT MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ccxt-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.)
「その他」の他のコンテンツ
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント