Skip to main content
Glama

bonk-mcp MCP Server

by bjoernbonk

launch-token

Deploy a meme token on Solana using the Raydium launchpad via bonk-mcp MCP Server. Enter token details like name, symbol, description, and image URL to start.

Instructions

Launch a new meme token on Solana using Raydium launchpad

Input Schema

NameRequiredDescriptionDefault
descriptionYesToken description
image_urlYesImage URL to use for token
nameYesToken name
symbolYesToken symbol/ticker
telegramNoTelegram group URL (optional)
twitterNoTwitter handle/URL (optional)
websiteNoWebsite URL (optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Token description", "type": "string" }, "image_url": { "description": "Image URL to use for token", "type": "string" }, "name": { "description": "Token name", "type": "string" }, "symbol": { "description": "Token symbol/ticker", "type": "string" }, "telegram": { "description": "Telegram group URL (optional)", "type": "string" }, "twitter": { "description": "Twitter handle/URL (optional)", "type": "string" }, "website": { "description": "Website URL (optional)", "type": "string" } }, "required": [ "name", "symbol", "description", "image_url" ], "type": "object" }
Install Server

Other Tools from bonk-mcp 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/bjoernbonk/letsbonk_mcp_server'

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