mcp
0
The OKX MCP Server provides real-time and historical cryptocurrency price data from the OKX exchange, designed for easy integration into platforms like Claude Desktop and VSCode. It features robust error handling and supports tools for fetching market data.
OKX MCP Server
A Model Context Protocol server providing real-time cryptocurrency price data from OKX exchange.
Features
- Connects to OKX API for cryptocurrency price information.
- Comprehensive error handling and request logging.
- Rate limiting via OKX's API.
Tools
- Retrieves historical candlestick data.
- Fetches latest price and 24-hour market data.
Development
- Install dependencies with
npm install
. - Build the server with
npm run build
. - Development with auto-rebuild using
npm run watch
.
Installation
- Add server config to your MCP settings for use with Claude Desktop or VSCode.
Error Handling
- Handles network errors, invalid IDs, and respects API rate limits.