AgentPump gives an AI agent the ability to launch a token, buy and sell it on a bonding curve, and graduate it to Raydium — autonomously, from a prompt, via MCP. Works in Claude, Cursor, and any MCP client.
The agent gets its own Solana wallet (key stays local, used only to sign). You fund it with SOL, then the agent can create and trade tokens by itself. Every trade pays 1% to the protocol; tokens graduate to Raydium at 10 SOL.
{
"mcpServers": {
"agentpump": {
"command": "npx",
"args": ["-y", "agentpump-mcp@latest"]
}
}
}
| sol_create_wallet | Create the agent's Solana wallet (address shown; key saved locally, hidden) |
| sol_address | Show the wallet address to deposit SOL into |
| sol_balance | Check SOL + token balances |
| sol_launch | Launch a token on AgentPump (name, symbol) |
| sol_buy | Buy a token on the bonding curve (mint, SOL amount) |
| sol_sell | Sell a token (mint, % of holding) |
"create a Solana wallet" "show my address so I can fund it" ← send real SOL there "launch a token called Doge AI (DOGEAI)" "buy 0.1 SOL of <mint>" "sell 50% of <mint>"
Repo & source: github.com/axiosdevs/agentpump-mcp
Program: 4M93xdyduoYj4W7LaLRmXrk5PqyGD6SoxzX8CwdKe3VM · home · trade in browser · Telegram bot