π MCPill β Pumpfun MCP Server
@xaspx
About π MCPill β Pumpfun MCP Server
A Model Context Protocol (MCP) server for interacting with the Pump.fun platform on Solana. This server enables AI assistants to create, buy, and sell tokens on the Pump.fun platform.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpill": {
"command": "node",
"args": [
"convert-key.js"
]
}
}
}Tools
6Fetch token metadata
Mint new token on Pump.fun
Buy token with adjustable slippage
Sell token by amount or total
List keypairs
Check balances
Overview
What is MCPill β Pumpfun MCP Server?
MCPill is a Model Context Protocol (MCP) server for interacting with the Pump.fun platform on Solana. It enables AI assistants to autonomously create, buy, and sell tokens, bridging AI autonomy and onchain memecoin deployment.
How to use MCPill β Pumpfun MCP Server?
Clone the repo, install dependencies with npm install, set up .env with HELIUS_RPC_URL and PRIVATE_KEY, convert your key with node convert-key.js, build with npm run build, then run node build/index.js. Configure your MCP client (e.g., Claude Desktop) by adding the JSON snippet to claude_desktop_config.json, specifying the path to build/index.js and your Helius RPC URL.
Key features of MCPill β Pumpfun MCP Server
- Launch new tokens on Pump.fun
- Buy tokens with adjustable slippage
- Sell tokens by amount or total
- Query token metadata
- List keypairs and check balances
- Supports multiple named accounts
Use cases of MCPill β Pumpfun MCP Server
- AI assistant autonomously deploying memecoins
- Automated trading strategies on Pump.fun
- Managing multiple token accounts via natural language
- Integrating token creation and trading into agent workflows
FAQ from MCPill β Pumpfun MCP Server
What tools does MCPill provide?
It provides tools for token info, creation, buying, selling, listing accounts, and checking balances.
What dependencies are required?
You need a Helius RPC URL and a Solana wallet with SOL for transactions. Node.js and npm are required for installation.
Where are private keys stored?
Keypairs are stored as unencrypted JSON files in the .keys/ folder. Secure this folder in production.
What is the default slippage?
Default slippage is 1% (100 basis points). You can customize it when buying or selling tokens.
Can I run scripts directly from the terminal?
Yes, standalone scripts exist for each tool, e.g., node build/get-token-info.js <token_address>.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments