Loading MCP server directory, please wait...
Security-first Binance Spot MCP + honest crypto analyst. 25 tools, 5 prompts, human-gated orders.
npx @getmcp/cli add io.github.Alejandrehl/kainext-binance-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
BINANCE_ENVtestnet or mainnet (start with testnet)
BINANCE_READ_API_KEYREAD-ONLY Binance API key (the server never holds a trade key)
BINANCE_READ_API_SECRETSecret for the read-only key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Alejandrehl/kainext-binance-mcp": {
"command": "uvx",
"args": [
"kainext-binance-mcp"
],
"env": {
"BINANCE_ENV": "",
"BINANCE_READ_API_KEY": "",
"BINANCE_READ_API_SECRET": ""
}
}
}
}