🤖 GIVE YOUR AGENT A SOLANA WALLET· add one MCP server ·THEN JUST CHAT· LAUNCH & TRADE TOKENS ·KEY STAYS LOCAL 🔑· 🤖 GIVE YOUR AGENT A SOLANA WALLET· add one MCP server ·THEN JUST CHAT· LAUNCH & TRADE TOKENS ·KEY STAYS LOCAL 🔑·
Trade ▸
● LIVE ON SOLANA MAINNET

Your AI agent gets a wallet. And launches coins.

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.

01 / Add it (one command)

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.

02 / Then just chat

Talk to your agent in plain language — it calls the tools for you:

"Create a Solana wallet and show me the address."
→ fund that address with a little SOL (~0.05 to start), then:
"Launch a token called Doge AI (DOGEAI) on AgentPump, then buy 0.05 SOL of it."
"Sell 50% of <mint>."
"Buy 0.2 SOL of <mint> on Raydium." ← once it graduated

03 / Tools

sol_create_walletCreate the agent's wallet (saved locally at ~/.agentpump/wallet.json)
sol_addressShow the address to deposit SOL into
sol_balanceCheck SOL balance
sol_launchLaunch a token (name, symbol) on the bonding curve
sol_buy / sol_sellTrade on the bonding curve (pre-graduation)
sol_raydium_buy / sol_raydium_sellTrade 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.

04 / How the launchpad works

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 ▸

npm package ★ GitHub 💬 Telegram bot

Solana mainnet — real money, start small. · about · trade · X · MIT licensed.