0xAuto OKX MCP Server
@Buidl-Land
About 0xAuto OKX MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 0xAuto OKX MCP Server?
0xAuto OKX MCP Server is an MCP‑compliant tool interface layer for the OKX V5 API and OKX DEX API. It provides AI agents with simplified, authenticated access to OKX exchange (CEX) and decentralized exchange (DEX) functionalities, hiding complex API signing logic behind standard MCP tools.
How to use 0xAuto OKX MCP Server?
Install dependencies with pnpm install, copy .env.example to .env, and fill in your OKX API credentials (OKX_API_KEY, OKX_SECRET_KEY, OKX_PASSPHRASE). Set SIMULATED_TRADING=0 (live) or 1 (demo). Start the server with pnpm start (or pnpm dev). MCP clients connect via /mcp, /sse, or /messages endpoints. Use the listed MCP tools (e.g., okx_get_balance, okx_place_order, okx_swap) to interact with CEX and DEX features.
Key features of 0xAuto OKX MCP Server
- Hides OKX API authentication and signature complexity
- Covers CEX account, market, trading, and funding operations
- Provides DEX aggregator access for multi‑chain swaps
- Standardized JSON responses and error handling
- Supports MCP session management and streaming
- Simulated trading mode for testing
Use cases of 0xAuto OKX MCP Server
- AI agents placing orders and checking balances on OKX CEX
- Automated portfolio management and position tracking
- Fetching real‑time market data and K‑lines for analysis
- Executing intra‑chain and cross‑chain token swaps via OKX DEX
- Funding operations: deposit addresses, withdrawal history, withdrawals
FAQ from 0xAuto OKX MCP Server
What dependencies are required?
Node.js v16 or higher and pnpm are required. The server runs as a standard Node.js application.
How do I configure OKX API credentials?
Set OKX_API_KEY, OKX_SECRET_KEY, OKX_PASSPHRASE in the .env file. Ensure your API key has read and trade permissions. Optional: configure SIMULATED_TRADING for demo mode.
Which OKX data does the server access?
It accesses the OKX V5 API (CEX) and the OKX DEX API (web3.okx.com). It does not store user data locally; all data is fetched live from OKX endpoints.
Does the server support live and demo trading?
Yes. Set SIMULATED_TRADING=0 for live trading or 1 for a demo/simulated environment. This is configured in the .env file.
What transports and authentication are used?
The server communicates over HTTP (port 3000 by default) using standard MCP endpoints. OKX authentication is handled internally via API key, secret, and passphrase; no additional auth layer is exposed to the MCP client.
Frequently asked questions
What dependencies are required?
Node.js v16 or higher and pnpm are required. The server runs as a standard Node.js application.
How do I configure OKX API credentials?
Set `OKX_API_KEY`, `OKX_SECRET_KEY`, `OKX_PASSPHRASE` in the `.env` file. Ensure your API key has read and trade permissions. Optional: configure `SIMULATED_TRADING` for demo mode.
Which OKX data does the server access?
It accesses the OKX V5 API (CEX) and the OKX DEX API (web3.okx.com). It does not store user data locally; all data is fetched live from OKX endpoints.
Does the server support live and demo trading?
Yes. Set `SIMULATED_TRADING=0` for live trading or `1` for a demo/simulated environment. This is configured in the `.env` file.
What transports and authentication are used?
The server communicates over HTTP (port 3000 by default) using standard MCP endpoints. OKX authentication is handled internally via API key, secret, and passphrase; no additional auth layer is exposed to the MCP client.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments