MCP Directory

muvon/mcp-binance-futures

GitHub
Productivity

MCP server for Binance USDT-M Futures trading — exposes tools for market data, account state, order management, and position/margin control.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-binance-futures

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from muvon/mcp-binance-futures your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-binance-futures": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-binance-futures"
      ]
    }
  }
}

Route muvon/mcp-binance-futures intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-binance-futures

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use muvon/mcp-binance-futures directly without routing

npx -y mcp-binance-futures

New to Agent-CoreX? View setup guide →

muvon/mcp-binance-futures MCP Server — Agent-CoreX