kvant-binance-mcp
kvant-binance-mcp
Custom Binance Futures MCP server — market data, trading, and quant tools.
Tools (18)
Public market data
Tool | Description |
| Symbol rules, filters, tick size |
| OHLCV candlestick data |
| 24h stats (price change, volume, high/low) |
| Latest prices |
| Order book depth |
| Recent trades |
Trading (requires API key)
Tool | Description |
| Account balances & positions |
| Wallet balance |
| Open positions with risk data |
| Open orders |
| Order history |
| Place order (LIMIT, MARKET, STOP, etc.) |
| Cancel order |
| Cancel all orders |
| Change leverage (1-125x) |
| ISOLATED / CROSSED |
| Income history (PNL, funding, fees) |
Quant tools
Tool | Description |
| Top movers — sort by change %, volume, or price |
| Spread %, depth analysis, liquidity rating |
Setup
git clone https://github.com/karakushan/kvant-binance-mc.git
cd kvant-binance-mc
npm install
npm run buildAdding to agents (opencode)
Add to ~/.config/opencode/opencode.json:
"kvant-binance-mcp": {
"command": [
"node",
"/path/to/kvant-binance-mcp/dist/index.js"
],
"enabled": true,
"type": "local",
"environment": {
"BINANCE_API_KEY": "your-api-key",
"BINANCE_SECRET_KEY": "your-secret-key"
}
}Restart opencode. Tools will appear automatically.