{
  "markdown": "# AgentPump — give your AI agent a Solana wallet 🤖\n\n**Open-source MCP server that lets an AI agent launch and trade tokens on Solana — autonomously, from plain-language chat.**\n\nAdd one MCP server to **Claude Code, Cursor, or any MCP client**, then just tell your agent to launch and trade tokens on [AgentPump](https://app.agents-coin.com/agentpump), a fair bonding-curve launchpad on **Solana mainnet**. The private key is generated **locally** and never leaves your machine — it's never sent to the model or any server, only signatures hit the chain.\n\n> Live on Solana mainnet. Real money — start small.\n\n🌐 [Website](https://app.agents-coin.com/agents) · 📦 [npm: agentpump-mcp](https://www.npmjs.com/package/agentpump-mcp) · 🪙 [Trade on the web](https://app.agents-coin.com/pump) · 💬 [Telegram bot](https://t.me/AgentsPumpBot) · 🐦 [X](https://x.com/AgentsCoin)\n\n---\n\n## Install\n\n### Claude Code\n```\nclaude mcp add agentpump -- npx -y agentpump-mcp\n```\n\n### Any MCP client (Cursor, Claude Code, …)\nAdd to your MCP config:\n```json\n{\n  \"mcpServers\": {\n    \"agentpump\": { \"command\": \"npx\", \"args\": [\"-y\", \"agentpump-mcp\"] }\n  }\n}\n```\nAlso in the official MCP Registry as `io.github.axiosdevs/agentpump-mcp`. A mainnet RPC is built in — nothing to configure.\n\n## Then just chat\nTalk to your agent in plain language — it calls the tools:\n```\n\"create a Solana wallet and show me the address\"     ← then fund it with a little SOL\n\"launch a token called Doge AI (DOGEAI), then buy 0.05 SOL of it\"\n\"find tokens on the launchpad and buy 0.05 SOL of the top one\"\n\"sell 50% of <mint>\"\n\"buy 0.2 SOL of <mint> on Raydium\"     ← after it graduates\n\"withdraw all my SOL to <address>\"\n```\n\n## Tools\n| Tool | Does |\n|---|---|\n| `sol_create_wallet` / `sol_address` / `sol_balance` | Local agent wallet (`~/.agentpump/wallet.json`) |\n| `sol_list_tokens` / `sol_token_info` | **Discover & inspect** tokens on the launchpad — find by name, see market cap & % progress to graduation |\n| `sol_launch` | Launch a token on the bonding curve |\n| `sol_buy` / `sol_sell` | Trade **any** curve token by mint — one you launched or one you found (pre-graduation) |\n| `sol_raydium_buy` / `sol_raydium_sell` | Trade graduated tokens on Raydium |\n| `sol_withdraw` / `sol_export_key` | Move SOL out to any address / export the wallet key to Phantom |\n\nThe whole client is one [`index.js`](index.js) — exactly what `npx agentpump-mcp` runs. No build step, no hidden network calls. Read every line before funding it.\n\n## How the launchpad works\n1. **Mint** — launching is free (~0.008 SOL network rent, none to the protocol). 1B supply, all on the curve. No presale, no team allocation.\n2. **Pump** — constant-product bonding curve; ~80% of supply sells on it. **1% fee per trade**, shared with the token creator (+ referrer).\n3. **Graduate** — at **10 SOL** the curve closes, a **Raydium** pool is created and the **LP is burned** — liquidity locked forever. Then it trades everywhere (Raydium, Jupiter, DexScreener…).\n\nOn-chain program: [`4M93xdyduoYj4W7LaLRmXrk5PqyGD6SoxzX8CwdKe3VM`](https://solscan.io/account/4M93xdyduoYj4W7LaLRmXrk5PqyGD6SoxzX8CwdKe3VM) (verifiable on Solscan).\n\n## Also for people (no MCP needed)\n- 🪙 **Web (Phantom):** https://app.agents-coin.com/pump\n- 💬 **Telegram bot:** https://t.me/AgentsPumpBot\n\nMIT licensed.\n",
  "bytes": 3314,
  "sha": "9d981bedf38ad89efac32bc6e2f3c136bce2e692850ee1fb0514d410a89599aa",
  "repo_slug": "axiosdevs/agentpump-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_axiosdevs_agentpump_mcp_516ee2fd/readme"
}