# Binance-MCP examples

MCP server for Binance exchange - spot trading, staking, wallet, NFT, pay, mining, and more

## Example 1

```bash
# Clone the repository
git clone https://github.com/nirholas/Binance-MCP.git
cd Binance-MCP

# Install dependencies
npm install

# Build the project
npm run build
```

## Example 2

```bash
npm run init
```

## Example 3

```bash
npm run start
```

## Example 4

```bash
npm run start:sse
```

## Example 5

```bash
npm run dev      # STDIO
npm run dev:sse  # SSE
```

## Example 6

```text
"What's my current Binance account balance?"
```

## Example 7

```text
"Buy 0.01 BTC at market price"
```

## Example 8

```text
"Show me the order book for BTCUSDT with 20 levels"
```


Every snippet above is taken from the [repository documentation](https://github.com/nirholas/Binance-MCP#readme).
