okx-mcp-server
If you are the rightful owner of okx-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The OKX MCP Server is a Model Context Protocol server designed to fetch real-time cryptocurrency data from the OKX exchange, providing AI assistants with up-to-date price information and historical data.
The OKX MCP Server is a specialized server that leverages the Model Context Protocol to access and deliver real-time and historical cryptocurrency data from the OKX exchange. It is designed to support AI assistants like Claude by providing them with the latest price information and historical data, enhanced with visualization capabilities and live updates via WebSocket. The server supports various tools for fetching price data, retrieving historical candlestick data, and subscribing to real-time updates, making it a versatile solution for cryptocurrency data analysis and monitoring.
Features
- get_price: Fetches the latest price data for a cryptocurrency trading pair with visual formatting.
- get_candlesticks: Retrieves historical candlestick data with visualization options including ASCII charts.
- subscribe_ticker: Subscribes to real-time WebSocket updates for a trading pair.
- get_live_ticker: Retrieves the latest live data from WebSocket connection.
- unsubscribe_ticker: Stops receiving updates for a specific trading pair.
Tools
get_price
Fetches the latest price data for a cryptocurrency trading pair.
get_candlesticks
Retrieves historical candlestick data.
subscribe_ticker
Subscribes to real-time updates for a trading pair.
get_live_ticker
Gets the latest live data from active subscriptions.
unsubscribe_ticker
Ends a subscription for a trading pair.