Skip to main content
Glama

Pump.fun MCP Server

by noahgsolomon

sell-token

Execute token sales on the Pump.fun platform using a Solana account. Specify token address, sale amount, and slippage tolerance to manage transactions effectively.

Instructions

Sell a Pump.fun token

Input Schema

NameRequiredDescriptionDefault
accountNameNoName of the account to usedefault
sellAmountYesAmount of tokens to sell (0 for all)
slippageBasisPointsNoSlippage tolerance in basis points (1% = 100)
tokenAddressYesThe token's mint address

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", "type": "string" }, "sellAmount": { "description": "Amount of tokens to sell (0 for all)", "minimum": 0, "type": "number" }, "slippageBasisPoints": { "default": 100, "description": "Slippage tolerance in basis points (1% = 100)", "type": "number" }, "tokenAddress": { "description": "The token's mint address", "type": "string" } }, "required": [ "tokenAddress", "sellAmount" ], "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