Show HN: OKX MCP server for crypto portfolio and trading analytics

2 mbarinov 0 8/16/2025, 11:21:31 AM github.com ↗
As part of preparation for altseason, I built an open-source Model Context Protocol server for OKX exchange. It exposes read-only tools to AI assistants (e.g., Claude Desktop) so you can query:

get_account_summary (TVL, allocation)

get_portfolio (balances with USDT values)

get_positions (derivatives with P&L)

get_open_orders

get_order_history(instId, begin, end)

Security design: read-only API permissions, local processing, no persistence, direct OKX API comms. GitHub: https://github.com/mbarinov/okx-mcp

Would love feedback, issues, and PRs.

Comments (0)

No comments yet