BSC MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BSC_RPC_URL | No | The RPC URL for connecting to the Binance Smart Chain | https://bsc-dataseed.binance.org |
| MORALIS_API_KEY | No | Optional: Your Moralis API key if you want to fetch token balances from Moralis | |
| BSC_WALLET_PRIVATE_KEY | Yes | Your private key for a Binance Smart Chain (BSC) wallet |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transferNativeTokenC | Transfer native token (BNB) |
| transferBEP20TokenC | Transfer BEP-20 token by symbol or address |
| pancakeSwapC | Swap tokens in BSC chain via PancakeSwap |
| getWalletInfoC | Get wallet info for an address |
| createFourMemeC | create new meme token on four.meme |
| createBEP20TokenD | create bep20 token |
| buyMemeTokenD | buy meme token |
| sellMemeTokenD | sell meme token |
| pancakeAddLiquidityD | add liquidity to pancake |
| pancakeMyPositionC | check my liquidity position on panceke |
| pancakeRemovePositionD | remove liquidity position on panceke |
| securityCheckC | Check security of BSC tokens |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Most tools have distinct purposes, but there is some overlap between pancakeSwap and buyMemeToken/sellMemeToken, as both involve token transactions. However, descriptions clarify that pancakeSwap is for general token swapping via PancakeSwap, while buyMemeToken/sellMemeToken are specific to meme tokens, reducing confusion.
The naming is mixed with some consistency issues. Most tools use verb_noun patterns like getWalletInfo and transferBEP20Token, but there are deviations like pancakeSwap (verb_noun) vs. pancakeAddLiquidity (noun_verb_noun), and inconsistent casing with pancakeMyPosition and pancakeRemovePosition. This makes the set readable but not fully predictable.
With 12 tools, the count is well-scoped for a BSC-focused server covering token creation, trading, liquidity management, and security checks. Each tool serves a clear purpose in the domain, and there is no bloat or excessive overlap, making it appropriate for the server's scope.
The tool set covers key BSC operations including token creation (createBEP20Token, createFourMeme), trading (buyMemeToken, sellMemeToken, pancakeSwap), liquidity management (pancakeAddLiquidity, pancakeMyPosition, pancakeRemovePosition), transfers (transferBEP20Token, transferNativeToken), and security (securityCheck). Minor gaps might include checking token balances or more detailed analytics, but core workflows are well-covered.