binance-mcp
Verified Safeby pawneetdev
Overview
Enables Claude Desktop to interact with the Binance Spot API for market data, account management, and trading operations.
Installation
python run_server.pyEnvironment 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
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
options-chain
Provides real-time (delayed by 15 min) options chain data and historical prices from the Tradier Sandbox API to AI assistants within Claude Desktop.
getoutpost-mcp-server
Integrates real-time Indian options market data and volatility analytics from GetOutpost.in into AI chats, enabling quantitative analysis and trading insights.