noahgsolomon_pumpfun-mcp-server
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 →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
bsc-mcp
by TermiX-official
BNBChain MCP is a tool server designed for interacting with the Binance Smart Chain, enabling token transfers, smart contract interactions, and more, tailored for developers and AI agents.