Skip to content

v1.0.0 — first stable release

Choose a tag to compare

@Alejandrehl Alejandrehl released this 22 Aug 17:28
· 21 commits to main since this release

First stable release of the security-first Binance Spot MCP server.

Highlights

  • 18 tools: account/market read, indicators, news & sentiment, transparent signals, two-phase order proposals
  • Two-process security model: the MCP server holds a read-only key and can only propose; a separate human-gated confirmer holds the trade key and executes only on a physical click
  • Unified, secret-scrubbed error contract; strict symbol validation up to the AppleScript boundary
  • English surface (tool descriptions, dialog, errors); real CI gates (ubuntu+macOS × py3.12/3.13, pip-audit, CodeQL)
  • Honest research shipped in-repo: out-of-sample walk-forward — no robust edge in any of 36 configs (docs/research/)

Install: uvx kainext-binance-mcp (PyPI) or uvx --from git+https://github.com/Alejandrehl/kainext-binance-mcp@v1.0.0 kainext-binance-mcp

Full changelog: CHANGELOG.md