Skip to main content
Glama

Pump.fun MCP Server

by noahgsolomon

buy-token

Purchase tokens on Pump.fun by specifying the token address, buy amount in SOL, and optional slippage tolerance using this automated tool.

Instructions

Buy a Pump.fun token

Input Schema

NameRequiredDescriptionDefault
accountNameNoName of the account to usedefault
buyAmountYesAmount to buy in SOL
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" }, "buyAmount": { "description": "Amount to buy in SOL", "minimum": 0.0001, "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", "buyAmount" ], "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