OKX MCP Server
Related Servers
Alternatives to OKX MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceProvides real-time cryptocurrency price data from OKX exchange through a Model Context Protocol interface, allowing access to historical candlestick data and current market prices for any trading instrument.2716MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.101MIT
- -licenseBqualityDmaintenanceProvides real-time cryptocurrency price data from OKX exchange through a Model Context Protocol interface.2-
- FlicenseNot gradedqualityDmaintenanceProvides real-time and historical cryptocurrency market data using ccxt, enabling users to fetch live prices, historical candlestick data, and stream real-time ticker updates across multiple exchanges.14-
- AlicenseAqualityBmaintenanceProvides live cryptocurrency market data including spot prices, OHLCV candles, order books, funding rates, and technical indicators via public exchange APIs.8MIT
- FlicenseNot gradedqualityNot gradedmaintenanceProvides real-time and historical cryptocurrency market data using ccxt, with tools for ticker, OHLCV, and streaming updates.-
TDQS
Scored across 5 tools
The tools are mostly distinct with clear purposes: get_candlesticks for historical data, get_live_ticker for real-time data, get_price for current price, and subscribe/unsubscribe_ticker for WebSocket management. However, get_live_ticker and get_price could be confused as both provide current price information, though one is WebSocket-based and the other is a simple fetch.
All tool names follow a consistent verb_noun pattern with snake_case, such as get_candlesticks, get_live_ticker, and subscribe_ticker. This predictability makes it easy for an agent to understand and use the tools without confusion.
With 5 tools, the server is well-scoped for its purpose of providing OKX market data and real-time updates. Each tool serves a specific function, and there are no redundant or unnecessary additions, making the count appropriate for the domain.
The toolset covers core market data operations well, including historical data, real-time updates, and subscription management. A minor gap exists in the lack of tools for order placement or account management, but for a data-focused server, the coverage is sufficient for typical agent workflows.