Skip to main content
Glama

Pump.fun MCP Server

by noahgsolomon

create-token

Generate and deploy a new token on the Pump.fun platform using Solana. Specify name, symbol, description, and initial buy amount to launch your token.

Instructions

Create a new Pump.fun token

Input Schema

NameRequiredDescriptionDefault
accountNameNoName of the account to use (will be created if it doesn't exist)default
descriptionYesToken description
imageUrlNoURL to token image (optional)
initialBuyAmountYesInitial buy amount in SOL
nameYesToken name
symbolYesToken symbol

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accountName": { "default": "default", "description": "Name of the account to use (will be created if it doesn't exist)", "type": "string" }, "description": { "description": "Token description", "type": "string" }, "imageUrl": { "description": "URL to token image (optional)", "type": "string" }, "initialBuyAmount": { "description": "Initial buy amount in SOL", "minimum": 0.0001, "type": "number" }, "name": { "description": "Token name", "type": "string" }, "symbol": { "description": "Token symbol", "type": "string" } }, "required": [ "name", "symbol", "description", "initialBuyAmount" ], "type": "object" }
Install Server

Other Tools from Pump.fun 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/noahgsolomon/pumpfun-mcp-server'

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