Skip to content

Releases: Alejandrehl/kainext-binance-mcp

v1.2.1

Choose a tag to compare

@Alejandrehl Alejandrehl released this 22 Aug 18:07

Patch: MCP Registry ownership marker in the README. The server is now listed in the official MCP Registry as io.github.Alejandrehl/kainext-binance-mcp. No functional changes over v1.2.0.

v1.2.0 — Everywhere Edition

Choose a tag to compare

@Alejandrehl Alejandrehl released this 22 Aug 18:01

Execution on every OS, push notifications without keys, and backtests of what the doctrine actually recommends.

Cross-platform confirmation (BINANCE_CONFIRM_MODE: auto|macos|web|tty)

  • web: ephemeral localhost page — one-shot token, POST-only answers, Host-validated, Cancel focused, 45s timeout = deny
  • tty: exact CONFIRM word for headless boxes. Same invariants everywhere.

kainext-binance-mcp-watch — a third process holding zero keys: price / completed-daily-close / funding / Fear & Greed triggers from public endpoints, crossing-based anti-spam, desktop notifications + optional webhook. Notifies; can execute nothing, by construction.

Doctrine backtesters (23 → 25 tools): binance_backtest_dca (honest lump-sum comparison + max drawdown) and binance_backtest_harvest (pre-committed grids vs pure hold) on up to ~9 years of real daily history.

Also: dependency batch (pandas 3, mypy 2, actions v7), supply-chain docs (Sigstore attestations active since v1.0.0), MCP Registry listing.

Install: uvx kainext-binance-mcp

v1.1.0 — Analyst Edition

Choose a tag to compare

@Alejandrehl Alejandrehl released this 22 Aug 17:28

The MCP becomes a complete, honest crypto analysis consultant.

The knowledge layer — shipped through the MCP surfaces most servers ignore:

  • 8 kb:// resources: investment discipline, the no-edge research, a source registry with bias annotations, news/cycle/token-value frameworks, macro calendar, glossary
  • 5 prompt playbooks: portfolio_review, asset_thesis, market_briefing, risk_check, dca_plan
  • Server instructions wire the doctrine so clients read it before any investment analysis

Analyst data & frameworks (18 → 23 tools):

  • binance_get_derivatives — funding/OI/mark (public futures endpoints, no extra permissions)
  • binance_get_market_structure — Fear & Greed, BTC dominance, mcap, ATH, on-chain fees/hashrate
  • binance_analyze_cycle · binance_analyze_portfolio (parametric net break-even) · binance_assess_risk
  • +3 news sources: The Block, Decrypt, Federal Reserve press

Install: uvx kainext-binance-mcp

Full changelog: CHANGELOG.md

v1.0.0 — first stable release

Choose a tag to compare

@Alejandrehl Alejandrehl released this 22 Aug 17:28

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