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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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