binance-mcp

binance-mcp

17

The Binance Cryptocurrency MCP is a Model Context Protocol service designed to provide AI agents with access to real-time cryptocurrency market data from Binance. It features various tools for retrieving price information, order book data, and market statistics.

Overview

This project is a Model Context Protocol (MCP) service for accessing Binance cryptocurrency market data. It allows AI agents to execute Binance API calls and retrieve real-time market data. Key features include current price information, order book data, candlestick chart data, 24-hour price changes, trading history, and price statistics.

Available Tools

  • Current price information
  • Order book data
  • Candlestick chart data
  • 24-hour price changes
  • Trading history
  • Price statistics

Using in Cursor

  • Install using npx
  • Add new MCP services in Cursor IDE

Using in Other MCP-Compatible Environments

Configuration details for MCP servers.

Development

  • Install dependencies with npm
  • Build and test locally with npm commands

Debugging Server

  • Use MCP Inspector for server debugging