noahgsolomon_pumpfun-mcp-server

noahgsolomon_pumpfun-mcp-server

3.5

A Model Context Protocol (MCP) server for interacting with the Pump.fun platform on Solana, enabling AI assistants to create, buy, and sell tokens.

Pumpfun-MCP is a server designed to facilitate interactions with the Pump.fun platform on the Solana blockchain. It allows AI assistants to perform operations such as creating, buying, and selling tokens. The server is built to work seamlessly with MCP-compatible AI assistants like Claude. Users can configure the server to connect with their Solana accounts and manage tokens efficiently. The server supports various functionalities, including token information retrieval, account management, and transaction execution. It also provides standalone scripts for direct operations, making it versatile for different use cases. The server requires a Solana RPC URL and a private key for account management, ensuring secure and efficient transactions on the blockchain.

Features

  • Token Management: Create, buy, and sell tokens on the Pump.fun platform.
  • Account Management: Automatically manages Solana keypairs and accounts.
  • Standalone Scripts: Provides scripts for direct token operations.
  • Security: Keypairs are stored in a secure manner, ensuring safe transactions.
  • Customizable Slippage: Allows setting slippage tolerance for transactions.

MCP Tools

  • {'get-token-info': 'Get information about a Pump.fun token.'}
  • {'create-token': 'Create a new Pump.fun token.'}
  • {'buy-token': 'Buy a Pump.fun token.'}
  • {'sell-token': 'Sell a Pump.fun token.'}
  • {'list-accounts': 'List all accounts in the keys folder.'}
  • {'get-account-balance': 'Get the SOL and token balances for an account.'}

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
    "pumpfun": {
      "command": "node",
      "args": ["/Users/noahsolomon/Desktop/pumpfun-mcp/build/index.js"],
      "env": {
        "HELIUS_RPC_URL": "https://your-helius-rpc-url.com"
      }
    }
  }
}

Related MCP Servers

View all finance servers →