Skip to content

AStheTECH/mewcp-binance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance MCP Server

A Model Context Protocol (MCP) server that provides access to Binance Spot API for trading and market data.

Authentication

Binance API requires authentication for private endpoints (account info, orders, trades):

  • Public endpoints: No authentication required (market data, orderbook, tickers)
  • Private endpoints: API key and secret required (HMAC SHA256 authentication)

Auth Model: For private operations, API credentials must be provided with every tool call. The server is stateless and does not store credentials between requests.

MCP Type: Third-party integration (auth required for trading operations only)

Setup

  1. Get your Binance API credentials from Binance API Management

  2. For testing, use Binance Testnet:

    export BINANCE_USE_TESTNET=true

About

Binance MCP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages