Multi-exchange crypto market data MCP via CCXT library, supporting Binance, Kraken, KuCoin, Bybit, and 100+ exchanges.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill ccxt-mcp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ccxt Mcp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-ccxt-mcp)More formats (shields.io, HTML) on the badges page.
---
name: ccxt-mcp
description: "Multi-exchange crypto market data MCP via CCXT library, supporting Binance, Kraken, KuCoin, Bybit, and 100+ exchanges."
version: 1.0.0
metadata:
openclaw:
tags: [ccxt, multi-exchange, market-data, trading]
official: false
source: "https://github.com/Nayshins/mcp-server-ccxt"
---
# CCXT MCP Server
Community MCP server from Nayshins.
Multi-exchange crypto market data MCP via CCXT library, supporting Binance, Kraken, KuCoin, Bybit, and 100+ exchanges. Access unified market data, order books, trading pairs, and OHLCV data across the broadest range of cryptocurrency exchanges through a single MCP interface.
## Installation
```bash
# From the official repo:
git clone https://github.com/Nayshins/mcp-server-ccxt
cd mcp-server-ccxt
npm install
```
## Links
- **GitHub**: https://github.com/Nayshins/mcp-server-ccxt
- **Documentation**: https://github.com/Nayshins/mcp-server-ccxt#readme
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.