Binance ships an MCP trading server for Claude Code, ChatGPT, Codex

Agent OS runs trades in a funded subaccount that can't withdraw or see your KYC; market data needs no key — but keeping the agent in check is on you.

Nowline AUG 22 5:00 PM banner

Top AI stories from the last hour

Top AI stories from the last hour

Copy markdown

  • An MCP endpoint that trades spot, margin and futures

    Binance's Agent OS exposes a Model Context Protocol server that Claude, Claude Code, Codex, ChatGPT and VS Code can connect to directly. Point an agent at it and it can place spot, margin, Convert and USDⓈ-M/COIN-M futures orders, check balances and move funds inside the account — with no API keys stored on your machine.

  • A walled-off subaccount your agent can't drain

    Everything runs in a dedicated 'Agentic' subaccount you fund yourself. The agent can trade within it but can't withdraw crypto to external addresses, pull from your main account, or read your email or KYC data — and you can revoke its access at any time.

  • Market data with zero authentication

    Tickers, order books, candlesticks and funding rates are all reachable with no account access at all. That makes a clean weekend on-ramp: wire up a read-only market-analysis or alerting agent first, before you ever let it hold a balance.

  • But the guardrails are yours to set

    Binance says it monitors and controls trading activity, yet reviewers note that keeping an autonomous agent in line is largely left to the user. Set tight per-subaccount limits and permissions before you hand an LLM live order flow.

  • Elsewhere: a self-rewriting Lisp coding agent

    Autolith, an open-source Common Lisp agent that modifies its own runtime as it works, climbed the Hacker News front page. It's a genuinely different take on live, self-editing agents — worth a look if you build outside the usual Python stack.