BSC MCP Server with four.meme
Provides tools for interacting with Binance Smart Chain (BSC), including wallet address and BNB balance queries, ERC20 token transfers and balance checks, contract execution and deployment, PancakeSwap swap helper, and four.meme token creation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BSC MCP Server with four.memecreate a meme token called 'DogWifHat' on four.meme"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BSC MCP Server with four.meme
A Model Context Protocol (MCP) server for Binance Smart Chain (BSC), with an end-to-end tool to create tokens on four.meme and submit the on-chain createToken transaction.
Features
Wallet address and BNB balance
ERC20 transfers and token balance
Contract execution and deploy
PancakeSwap swap helper
four.meme token creation (API flow + on-chain createToken)
Related MCP server: Solana MCP Server
Requirements
Node.js 18+ (required for
fetch/FormData)A BSC wallet seed phrase
Optional: Coinbase API credentials (only used by other tools)
Setup
Install dependencies:
npm installBuild:
npm run buildSet environment variables (example):
SEED_PHRASE="your 12 or 24 word seed phrase"
COINBASE_API_KEY_NAME=""
COINBASE_API_PRIVATE_KEY=""
COINBASE_PROJECT_ID=""Claude Desktop config
{
"mcpServers": {
"bsc-mcp": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/bsc-mcp-new/build/index.js"],
"env": {
"SEED_PHRASE": "your seed phrase"
},
"disabled": false,
"autoApprove": []
}
}
}four.meme tool
Tool name: fourmeme_create_token
Required fields:
nameshortNamedesclabellaunchTimewebUrl(must behttps://...)imgUrl(orimagePathif uploading locally)
Example:
{
"name": "Testing",
"shortName": "TEST",
"desc": "Test token",
"label": "Meme",
"launchTime": 1737331800000,
"imgUrl": "https://static.four.meme/market/your-image.jpg",
"webUrl": "https://example.com"
}If you want local upload, put the image inside /Users/username/Documents/coding (or grant Full Disk Access to Claude) and pass imagePath.
Security
Never commit secrets or seed phrases. Use local .env files or your MCP config.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceA backend service for executing transactions on Binance Smart Chain, enabling secure transfers of BNB and BEP-20 tokens, smart contract interactions, and token creation through structured MCP integration.Last updated1214104MIT
- AlicenseBqualityBmaintenanceEnables comprehensive Solana blockchain interactions including wallet management, SOL and SPL token transfers, token creation and minting, account operations, and network switching across mainnet, devnet, testnet, and localhost.Last updated25551MIT
- FlicenseBqualityDmaintenanceEnables secure interaction with blockchain smart contracts across multiple chains, including ABI analysis, contract method invocation (view/nonpayable/payable), and local wallet management for Ethereum and Base networks.Last updated31

onchainos MCP Serverofficial
Flicense-qualityBmaintenanceEnables on-chain operations including token search, market data, wallet management, swap execution, and DApp interactions across 20+ blockchains.Last updated315
Related MCP Connectors
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Explore blockchain data across addresses, tokens, blocks, and transactions. Investigate any transa…
Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BarkDevelopment/MCP-FourMeme'
If you have feedback or need assistance with the MCP directory API, please join our Discord server