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.
How can I get the current price of a cryptocurrency?
You can use the get_price
tool to obtain the current price of a specified cryptocurrency.
What data can I access with the Binance MCP?
You can access real-time prices, order book data, candlestick charts, 24-hour price changes, trading history, and price statistics.
How do I integrate the Binance MCP with Cursor?
You can integrate it globally using npx or add it to a project by configuring the .cursor/mcp.json
file.
Can I view historical trade data?
Yes, you can use the get_historical_trades
tool to view historical trade data.
Is there a way to see the 24-hour price change statistics?
Yes, you can use the get_24hr_ticker
tool to get 24-hour price change statistics.