OKX MCP Server
@badger3000
关于 OKX MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"okx-mcp-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OKX MCP Server?
OKX MCP Server is a Model Context Protocol server that fetches real-time cryptocurrency data from the OKX exchange. It provides AI assistants like Claude with tools to access up-to-date price information, historical candlestick data, and WebSocket live updates with visual formatting.
How to use OKX MCP Server?
Install Node.js (v16+), clone the repository, run npm install, then npm run build. Start the server with npm start or node build/index.js. Integrate with VSCode's Claude extension or Claude Desktop by adding the MCP configuration to the appropriate settings file.
Key features of OKX MCP Server
get_price: fetch latest price with visual formattingget_candlesticks: retrieve historical candlestick data with ASCII chartssubscribe_ticker: subscribe to real-time WebSocket updatesget_live_ticker: retrieve latest live data from WebSocketunsubscribe_ticker: stop receiving updates for a trading pair- Multiple output formats: markdown, json, table
Use cases of OKX MCP Server
- Ask an AI assistant for the current Bitcoin price (BTC-USDT) with a formatted display.
- Request a candlestick trend of Ethereum over the last hour using 5-minute intervals.
- Monitor BTC-USDT in real-time and alert if price moves more than 1%.
- Compare current prices of multiple trading pairs in a single query.
- Track market volatility as it happens using WebSocket subscriptions.
FAQ from OKX MCP Server
What tools are available in OKX MCP Server?
The server provides five tools: get_price, get_candlesticks, subscribe_ticker, get_live_ticker, and unsubscribe_ticker.
How do I get real-time price updates?
Use subscribe_ticker with an instrument ID to start a WebSocket subscription, then get_live_ticker to retrieve the latest cached data. Use unsubscribe_ticker to stop.
Do I need API keys to use this server?
No, the current implementation uses only public OKX API endpoints, so no API keys or authentication are required.
What output formats are supported?
get_price: markdown (default) or jsonget_candlesticks: markdown, table, or jsonget_live_ticker: markdown or json
Where should I configure the MCP server for VSCode?
Edit the file ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json and add the server configuration with the path to build/index.js.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论