kvant-binance-mcp
Provides tools for Binance Futures market data, trading, and quant analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kvant-binance-mcpcheck the current price of BTCUSDT"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
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 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.
Maintenance
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
- Alicense-qualityCmaintenanceComprehensive 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.4PythonMIT
- AlicenseAqualityCmaintenanceMCP server for Binance USDT-M Futures trading — exposes tools for market data, account state, order management, and position/margin control.236Apache 2.0
- Alicense-qualityDmaintenanceMCP 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.6MIT
- Flicense-qualityCmaintenanceMCP server providing access to Binance public market data, including klines, order book depth, and 24hr ticker.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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