BSC MCP ServerServer

TermiX-official
GitHub
BinanceBlockchainWeb3

Loading subscription status...

💡 Description

A backend service for executing transactions on the Binance Smart Chain, enabling secure transfers of BNB and BEP-20 tokens, interactions with smart contracts, and the creation of meme tokens through a structured MCP integration.

📝 JSON Entries

{
  "mcpServers": [
    {
      "BSC MCP Server": {
        "env": {},
        "args": [
          "--init",
          "--wallet-secret-key=<SECRET_BSC_WALLET_SECRET_KEY>",
          "--wallet-password=<SECRET_WALLET_PASSWORD>",
          "--custom-rpc-url=<OPTIONAL_RPC_URL>"
        ],
        "command": "bnbchain-mcp"
      }
    }
  ]
}

🛠️ Tools

transferNativeTokentransferBEP20TokenpancakeSwapcreateBEP20TokensellMemeTokenpancakeAddLiquiditypancakeRemovePositiongetWalletInfo

Features

  • Secure transfers of BNB and BEP-20 tokens
  • Smart contract interaction (ABI/function based)
  • Integration with PancakeSwap for swaps and liquidity
  • Creation of meme tokens
  • Integrations with Telegram for token projects

💬 Example Queries

  • Transfer BNB to another wallet
  • Create a BEP-20 token
  • Swap tokens using PancakeSwap
  • Get wallet information