Skip to main content
Glama

BSC MCP Server

createFourMeme

Create custom meme tokens on Binance Smart Chain using the BSC MCP Server. Input token details like name, description, image URL, and presale value to launch tokens efficiently.

Instructions

create new meme token on four.meme

Input Schema

NameRequiredDescriptionDefault
descYesdescription
imgUrlYesimage url
nameYesname
preSaleYespre sale value
shortNameYesshort name
telegramUrlNotelegramUrl
twitterUrlNotwitterUrl
webUrlNowebUrl

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "desc": { "description": "description", "type": "string" }, "imgUrl": { "description": "image url", "type": "string" }, "name": { "description": "name", "type": "string" }, "preSale": { "description": "pre sale value", "type": "string" }, "shortName": { "description": "short name", "type": "string" }, "telegramUrl": { "description": "telegramUrl", "type": "string" }, "twitterUrl": { "description": "twitterUrl", "type": "string" }, "webUrl": { "description": "webUrl", "type": "string" } }, "required": [ "name", "shortName", "imgUrl", "preSale", "desc" ], "type": "object" }

You must be authenticated.

Other Tools from BSC MCP Server

Related Tools

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/TermiX-official/bsc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server