π 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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments