BSC MCP Server
Related Servers
Alternatives to BSC MCP Server
No user-submitted related servers found.
Related Servers
- -licenseNot gradedqualityNot gradedmaintenanceA backend service that executes transactions across multiple blockchains, enabling users to manage wallets, transfer tokens, and interact with smart contracts using the Model Context Protocol framework.1-
- AlicenseBqualityFmaintenanceA backend service that enables interaction with the Binance exchange API, allowing users to view their portfolio, convert tokens, and execute trades with minimal market impact.18 npm97ISC
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Binance Smart Chain, including wallet management, token transfers, contract execution, PancakeSwap swaps, and four.meme token creation.109 npmMIT
- -licenseNot gradedqualityNot gradedmaintenanceBackend service that enables users to connect with Binance exchange for viewing portfolio data, converting tokens, and executing trades with minimal market impact through the Model Context Protocol framework.8 npm-
- FlicenseNot gradedqualityDmaintenanceEnables blockchain transactions on BSC including balance checks, transfers, token swaps, and reward claims.3-
- AlicenseBqualityDmaintenanceAn MCP server that enables agents to perform bulk BNB and BEP20 token transfers on BSC.21MIT
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.