Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Multi-language Documentation
A Model Context Protocol (MCP) server that provides Claude Code with Binance exchange API functionality.
npm install -g binance-mcp-server
This MCP server can be used with various AI tools that support MCP:
Add the following configuration to your MCP settings file:
Claude Desktop: claude_desktop_config.json
Cursor: .cursor/mcp_config.json
{
"mcpServers": {
"binance": {
"command": "npx",
"args": ["binance-mcp-server"],
"env": {
"BINANCE_API_KEY": "your_api_key",
"BINANCE_API_SECRET": "your_api_secret",
"BINANCE_TESTNET": "true"
}
}
}
}
For Testnet (Recommended for Development):
For Mainnet (Production):
Create .env
file:
BINANCE_API_KEY=your_api_key_here
BINANCE_API_SECRET=your_api_secret_here
BINANCE_TESTNET=true # Set to false for mainnet (REAL money)
get_price
- Get current price for trading pairget_orderbook
- Get order book depth dataget_klines
- Get K-line/candlestick dataget_24hr_ticker
- Get 24-hour price statisticsget_account_info
- Get account information and balancesget_open_orders
- Get current open ordersget_order_history
- Get historical ordersplace_order
- Place a new order (supports both mainnet and testnet)cancel_order
- Cancel specific order (supports both mainnet and testnet)cancel_all_orders
- Cancel all open orders (supports both mainnet and testnet)Ask Claude to:
⚠️ Important:
BINANCE_TESTNET=true
for safe testing with virtual fundsBINANCE_TESTNET=false
or omit for mainnet trading with REAL moneynpm run build # Compile TypeScript
npm run dev # Development mode
npm run lint # Run linting
MIT License
Administer Keycloak by managing users, realms, roles, and other resources through an LLM interface.
Integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata.
A read-only MCP server for Azure Data Catalog, powered by CData's JDBC driver.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
An MCP server for processing payments using stdio transport, configured via environment variables.
Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.
Access Axiom logs through an MCP server. Requires an Axiom API token.
Provides safe, read-only access to Kubernetes cluster resources for debugging and inspection.
An MCP server deployed on Cloudflare Workers, featuring OAuth login and data storage via Cloudflare KV.
Provides real-time AWS security guidance by fetching official security playbooks from the AWS Customer Playbook Framework GitHub repository.