Binance Cryptocurrency MCPServer

snjyor
GitHub
CryptocurrencyBlockchainFinance

Loading subscription status...

๐Ÿ’ก Description

This MCP service provides access to real-time data from the Binance cryptocurrency market, allowing AI agents to query for current prices, order books, candlestick charts, and trading statistics through natural language queries.

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "binance": {
        "args": [
          "-y",
          "@snjyor/binance-mcp@latest"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

get_priceget_order_bookget_recent_tradesget_historical_tradesget_aggregate_tradesget_klinesget_ui_klinesget_avg_priceget_24hr_ticker

โšก Features

  • Real-time cryptocurrency market monitoring
  • AI agent compatibility for easier interaction
  • Access to various market statistics and data

๐Ÿ’ฌ Example Queries

  • Please tell me the current price of Bitcoin
  • How has Ethereum's price changed in the past 24 hours?
  • Show me the daily K-line data for BNB over the last 5 days