Binance Spot (security-first) + crypto analyst for Grok
io.github.alejandrehl/kainext-binance-mcp
Security-first Binance Spot MCP + honest crypto analyst. 25 tools, 5 prompts, human-gated orders.
client:Grok
transport:stdio
runtime:pypi
Install Binance Spot (security-first) + crypto analyst in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kainext-binance-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kainext-binance-mcp"
],
"env": {
"BINANCE_ENV": "<BINANCE_ENV>",
"BINANCE_READ_API_KEY": "<BINANCE_READ_API_KEY>",
"BINANCE_READ_API_SECRET": "<BINANCE_READ_API_SECRET>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs