Back to Apps

BNB Chain MCP
by nirholas
Comprehensive MCP server for BNB Chain and EVM networks, enabling AI agents to trade, analyze, and secure crypto assets.
0 stars
Works in:CursorChatGPT
Exposes:ToolsResources
What it does
BNB Chain MCP connects AI assistants to the BNB Smart Chain, opBNB, and other EVM-compatible networks. It transforms natural language requests into precise blockchain operations, from querying token prices to executing complex DeFi swaps.
Tools
get_price: Fetches current token prices and historical OHLCV data.execute_swap: Performs token swaps via DEX aggregators like 1inch and ParaSwap.check_token_security: Uses GoPlus to analyze token risks and detect honeypots.get_portfolio: Tracks holdings and balances across multiple EVM chains.send_transaction: Executes native token transfers and smart contract calls.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bnb-chain-mcp": {
"command": "npx",
"args": ["-y", "@nirholas/bnb-chain-mcp@latest"]
}
}
}
Supported hosts
Claude Desktop, Cursor, ChatGPT
Quick install
npx @nirholas/bnb-chain-mcp@latestInformation
- Pricing
- free
- Published
- 7/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{"mcpServers": {"bnb-chain-mcp": {"command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"]}}}ChatGPT
Run `npx @nirholas/bnb-chain-mcp@latest --http` and add http://localhost:3001/mcp to ChatGPT Connectors.Claude Desktop
{"mcpServers": {"bnb-chain-mcp": {"command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"]}}}





