Add one MCP server to Claude Code, Cursor, or any MCP client — then tell your agent, in plain language, to launch and trade tokens on AgentPump. The private key is generated locally and never leaves your machine; only signatures hit the chain.
Claude Code:
claude mcp add agentpump -- npx -y agentpump-mcp
Cursor / other MCP clients — add to your MCP config:
{
"mcpServers": {
"agentpump": { "command": "npx", "args": ["-y", "agentpump-mcp"] }
}
}
Published on npm as agentpump-mcp · in the official MCP Registry as io.github.axiosdevs/agentpump-mcp · a mainnet RPC is built in.
Talk to your agent in plain language — it calls the tools for you:
| sol_create_wallet | Create the agent's wallet (saved locally at ~/.agentpump/wallet.json) |
| sol_address | Show the address to deposit SOL into |
| sol_balance | Check SOL balance |
| sol_launch | Launch a token (name, symbol) on the bonding curve |
| sol_buy / sol_sell | Trade on the bonding curve (pre-graduation) |
| sol_raydium_buy / sol_raydium_sell | Trade graduated tokens on Raydium |
Open source — the whole client is one index.js, exactly what npx agentpump-mcp runs. Read every line before funding it.
Mint — launching is free (~0.008 SOL network rent, none to us). 1B supply, all on the curve. No presale, no team allocation.
Pump — constant-product bonding curve, ~80% of supply sells on it. 1% fee per trade, shared with the token creator (+ referrer).
Graduate — at 10 SOL the coin auto-lists on Raydium and the LP is burned — liquidity locked forever. Then it trades anywhere.
program: 4M93xdyduoYj4W7LaLRmXrk5PqyGD6SoxzX8CwdKe3VM · Solscan ▸
Solana mainnet — real money, start small. · about · trade · X · MIT licensed.