Back to Home
pawneetdev icon

binance-mcp

Verified Safe

by pawneetdev

Overview

Enables Claude Desktop to interact with the Binance Spot API for market data, account management, and trading operations.

Installation

Run Command
python run_server.py

Environment Variables

  • BINANCE_API_KEY
  • BINANCE_API_SECRET

Security Notes

The server uses standard HMAC-SHA256 authentication for Binance API, handling API keys and secrets via environment variables (.env file) which is a good practice. It explicitly warns against committing credentials and outlines security best practices like API key restrictions and IP whitelisting. No obvious malicious patterns or unsafe functions like 'eval' were found in the provided code. The reliance on external API interactions and proper credential management by the user are the primary security considerations.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-25

Tags

BinanceTradingCryptoMCPClaude DesktopAPI Adapter