
OKX MCP Server
Expose OKX exchange APIs to your coding agent through MCP for quotes, account actions, or trading automation you script yourself.
Overview
OKX MCP Server is a MCP server for the Build phase that connects coding agents to okx.com exchange APIs over MCP.
What is this MCP server?
- MCP Server titled OKX MCP Server for okx.com
- Stdio transport; PyPI package mcp-okx 0.1.0
- OCI image ghcr.io/aahl/mcp-okx:latest as alternate install path
- Source repository github.com/aahl/mcp-okx
- Finance-focused MCP bridge rather than a trading strategy skill
- Version 0.1.0
- Transports: stdio
- Install paths: PyPI mcp-okx and OCI ghcr.io/aahl/mcp-okx:latest
Community signal: 2 GitHub stars.
What problem does it solve?
You want your agent to pull OKX market or account data but rewriting signed HTTP requests each time is slow and error-prone.
Who is it for?
Developers building personal crypto tooling, bots, or analytics who already hold OKX API access and accept trading risk.
Skip if: Non-technical users seeking curated investment advice or regulated brokerage workflows without API experience.
What do I get? / Deliverables
OKX capabilities are callable as MCP tools from Claude Code or Cursor once the server and API keys are configured.
- MCP tool surface backed by OKX HTTP APIs
- Repeatable agent access to OKX without custom request boilerplate each session
Recommended MCP Servers
Journey fit
How it compares
OKX API MCP bridge, not a backtesting skill or portfolio methodology pack.
Common Questions / FAQ
Who is mcp-okx for?
Solo builders and integrators who use OKX programmatically and want Claude Code, Cursor, or Codex to call exchange endpoints via MCP.
When should I use mcp-okx?
Use it while building or scripting agent-driven trading, balance checks, or market data features against OKX instead of one-off curl snippets.
How do I add mcp-okx to my agent?
Install mcp-okx from PyPI or run the ghcr.io/aahl/mcp-okx:latest image, configure stdio in your MCP manifest, add OKX API credentials per upstream docs, then restart your agent client.