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: binance-futures-mcp
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
Latest Blog Posts
- 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