Skip to main content
Glama
noahgsolomon

Pump.fun MCP Server

by noahgsolomon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRIVATE_KEYNoYour base58-encoded Solana private key (optional)
HELIUS_RPC_URLYesYour Helius RPC URL for connecting to the Solana blockchain

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get-token-infoC

Get information about a Pump.fun token

create-tokenC

Create a new Pump.fun token

buy-tokenC

Buy a Pump.fun token

sell-tokenC

Sell a Pump.fun token

list-accountsB

List all accounts in the keys folder

get-account-balanceC

Get the SOL and token balances for an account

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: buying, selling, creating tokens, getting token info, getting account balances, and listing accounts. The actions and targets are well-defined and unambiguous.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (e.g., buy-token, create-token, get-token-info, sell-token). However, 'list-accounts' uses 'list' instead of 'get' for consistency with 'get-account-balance', and 'get-account-balance' includes a hyphenated compound noun, causing minor deviations.

Tool Count5/5

With 6 tools, this server is well-scoped for managing Pump.fun tokens and accounts. Each tool serves a clear, essential function, and the count is appropriate for the domain without being excessive or insufficient.

Completeness4/5

The toolset covers core token operations (create, buy, sell, get info) and account management (balance, listing), providing good coverage. A minor gap is the lack of update or delete operations for tokens or accounts, but agents can likely work around this for basic workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues