Binance MCP ServerServer

TermiX-official
GitHub
BlockchainFinanceCryptocurrency

Loading subscription status...

💡 Description

The Binance MCP Server is a backend service designed to interface with the Binance API, enabling seamless interaction with the Binance exchange for users to view portfolio compositions, execute token conversions, and carry out trades while minimizing market impact. It leverages the Model Context Protocol (MCP) framework for secure and structured transactions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "binance-mcp": {
        "env": {
          "BINANCE_API_KEY": "BINANCE_API_KEY",
          "BINANCE_API_SECRET": "BINANCE_API_SECRET"
        },
        "args": [
          "/Users/Username/Desktop/binance-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpmyarn

Features

  • Binance API integration for account and trading operations
  • Portfolio management and analysis
  • Smart token conversion to minimize market impact
  • Real-time market access and trading information

💬 Example Queries

  • Get the account information from Binance
  • View my portfolio composition and value
  • Execute a token conversion on Binance