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.