mcp-server-ccxt

carlosatta/mcp-server-ccxt

3.3

If you are the rightful owner of mcp-server-ccxt and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

MCP Server CCXT is a Model Context Protocol server that provides access to cryptocurrency exchange APIs using Server-Sent Events (SSE).

Tools

Functions exposed to the LLM to take actions

list_exchanges

List all available exchanges

get_ticker

Get current ticker for a trading pair

batch_get_tickers

Get multiple tickers at once

get_orderbook

Get market order book

get_ohlcv

Get candlestick data

get_trades

Get recent trades

get_markets

List all available markets

get_exchange_info

Get exchange information

get_leverage_tiers

Get futures leverage tiers

get_funding_rates

Get perpetual futures funding rates

get_positions

Get open positions (public data)

get_open_orders

Get open orders (public data)

get_order_history

Get order history (public data)

account_balance

Get account balance

place_market_order

Place market order

place_limit_order

Place limit order

cancel_order

Cancel specific order

cancel_all_orders

Cancel all orders

set_leverage

Set futures leverage

set_margin_mode

Set margin mode (isolated/cross)

place_futures_market_order

Place futures market order

place_futures_limit_order

Place futures limit order

transfer_funds

Transfer funds between accounts

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources