mcp/plugin/README.md
Installs the official CCXT MCP server and its usage skill into Claude Code in one step, so the agent gets the tools and the knowledge of how to use them.
/plugin marketplace add ccxt/ccxt
/plugin install ccxt-mcp@ccxt
This registers a stdio MCP server named ccxt (run via npx -y ccxt-mcp; requires Node.js ≥ 18) and loads the ccxt-mcp skill. Tools appear namespaced as mcp__ccxt__<tool>.
See the MCP server docs for configuration, the capability tiers, and the safety model. The bundled ccxt-mcp skill (skills/ccxt-mcp) is a symlink to the repo's canonical skill so it never drifts.
The per-language CCXT coding skills (ccxt-typescript, ccxt-python, …) are distributed separately via npx skills add ccxt/ccxt — see the AI Skills docs.