Skip to main content
Glama
karakushan

kvant-binance-mcp

by karakushan

kvant-binance-mcp

Custom Binance Futures MCP server — market data, trading, and quant tools.

Tools (18)

Public market data

Tool

Description

futures_exchange_info

Symbol rules, filters, tick size

futures_klines

OHLCV candlestick data

futures_ticker_24hr

24h stats (price change, volume, high/low)

futures_ticker_price

Latest prices

futures_order_book

Order book depth

futures_recent_trades

Recent trades

Trading (requires API key)

Tool

Description

futures_account_info

Account balances & positions

futures_balance

Wallet balance

futures_position_info

Open positions with risk data

futures_open_orders

Open orders

futures_all_orders

Order history

futures_new_order

Place order (LIMIT, MARKET, STOP, etc.)

futures_cancel_order

Cancel order

futures_cancel_all_orders

Cancel all orders

futures_change_leverage

Change leverage (1-125x)

futures_change_margin_type

ISOLATED / CROSSED

futures_get_income

Income history (PNL, funding, fees)

Quant tools

Tool

Description

futures_top_gainers

Top movers — sort by change %, volume, or price

futures_liquidity_check

Spread %, depth analysis, liquidity rating

Related MCP server: mcp-binance-futures

Setup

git clone https://github.com/karakushan/kvant-binance-mc.git
cd kvant-binance-mc
npm install
npm run build

Adding 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.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Comprehensive Binance Futures trading MCP server with 41 professional trading tools across account management, order execution, market data, and risk management. Features smart ticker caching, secure authentication, and Docker support for seamless integration with MCP clients.
    4
    Python
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Binance USDT-M Futures trading — exposes tools for market data, account state, order management, and position/margin control.
    23
    6
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    MCP server providing 12 computed intelligence tools for Binance, including accumulation detection, whale tracking, market impact simulation, and more, using public endpoints with no API keys needed.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karakushan/kvant-binance-mc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server