The OKX MCP server provides real-time cryptocurrency price data from the OKX exchange through two main tools: get_candlesticks for historical OHLCV data and get_price for current market information. Built with TypeScript and the Model Context Protocol SDK, it connects directly to OKX's API to deliver structured cryptocurrency data with comprehensive error handling and rate limiting. This implementation is ideal for AI assistants that need to analyze crypto market trends, monitor specific instruments, or incorporate live financial data into their responses.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves historical candlestick (OHLCV) data for any instrument on OKX. Parameters: instrument (string, required), bar (string, optional, default '1m'), limit (number, optional, max 100, default 100).
Fetches the latest price and 24-hour market data for any instrument on OKX. Parameters: instrument (string, required).