MCP.so
登录

CCXT MCP Server

@pcriadoperez

关于 CCXT MCP Server

MCP Server for trading cryptocurrencies

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

pcriadoperez

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ccxt-mcp-pcriadoperez": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is CCXT MCP Server?

CCXT MCP Server is a Model Context Protocol (MCP) server that provides trading functionality through the CCXT library, enabling AI assistants to interact with crypto exchanges. It supports any exchange that CCXT supports and is designed for developers building automated trading workflows.

How to use CCXT MCP Server?

Clone the repository, install the MCP server with mcp install run.py, then configure environment variables for exchange API keys in your MCP client settings (e.g., Claude Desktop). For development, run mcp dev run.py after setting up dependencies with uv pip install -e ..

Key features of CCXT MCP Server

  • Fetch ticker data for any symbol
  • Get order book data and recent trades
  • Create and cancel orders (market, limit, etc.)
  • Fetch account balance
  • Trading analysis and order management prompts
  • Testnet support for safe development

Use cases of CCXT MCP Server

  • Analyze market conditions and trading opportunities via AI prompts
  • Automate order placement and cancellation for a given exchange
  • Monitor account balances and recent trade history
  • Develop and test trading strategies on testnet before going live

FAQ from CCXT MCP Server

What exchanges are supported?

Any exchange that the CCXT library supports can be used with this server.

What are the runtime requirements?

Python with ccxt, mcp[cli], and uv are required. The server is typically run via uv run with the MCP CLI.

How do I provide my API keys?

Set environment variables like {EXCHANGE_ID}_APIKEY and {EXCHANGE_ID}_SECRET in your MCP client configuration or a .env file.

Can I use testnet for development?

Yes, the server includes testnet support and a dedicated testnet guidance prompt for safe development and testing.

What tools are available for order management?

The server provides tools to create orders, cancel orders, and fetch balances, along with prompts that guide order management.

评论

其他 分类下的更多 MCP 服务器