# Getting started with Binance-MCP

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

## Install

```bash
npm install
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/Binance-MCP.git
cd Binance-MCP
```

Available commands:

| Command | Runs |
|---|---|
| `npm run start` | `node build/index.js` |
| `npm run dev` | `tsx watch src/index.ts` |
| `npm run build` | `tsc` |
| `npm run test` | `npx @modelcontextprotocol/inspector tsx src/index.ts` |

## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/Binance-MCP#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/Binance-MCP/issues).
