AgentPump
Allows launching and trading tokens on Solana's bonding curve launchpad, including buying/selling pre-graduation tokens and trading graduated tokens on Raydium.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentPumplaunch a token called TestCoin (TEST) and buy 0.05 SOL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentPump β give your AI agent a Solana wallet π€
Open-source MCP server that lets an AI agent launch and trade tokens on Solana β autonomously, from plain-language chat.
Add one MCP server to Claude Code, Cursor, or any MCP client, then just tell your agent to launch and trade tokens on 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.
Live on Solana mainnet. Real money β start small.
π Website Β· π¦ npm: agentpump-mcp Β· πͺ Trade on the web Β· π¬ Telegram bot Β· π¦ X
Install
Claude Code
claude mcp add agentpump -- npx -y agentpump-mcpAny MCP client (Cursor, Claude Code, β¦)
Add to your MCP config:
{
"mcpServers": {
"agentpump": { "command": "npx", "args": ["-y", "agentpump-mcp"] }
}
}Also in the official MCP Registry as io.github.axiosdevs/agentpump-mcp. A mainnet RPC is built in β nothing to configure.
Related MCP server: refinore-mcp
Then just chat
Talk to your agent in plain language β it calls the tools:
"create a Solana wallet and show me the address" β then fund it with a little SOL
"launch a token called Doge AI (DOGEAI), then buy 0.05 SOL of it"
"find tokens on the launchpad and buy 0.05 SOL of the top one"
"sell 50% of <mint>"
"buy 0.2 SOL of <mint> on Raydium" β after it graduates
"withdraw all my SOL to <address>"Tools
Tool | Does |
| Local agent wallet ( |
| Discover & inspect tokens on the launchpad β find by name, see market cap & % progress to graduation |
| Launch a token on the bonding curve |
| Trade any curve token by mint β one you launched or one you found (pre-graduation) |
| Trade graduated tokens on Raydium |
| Move SOL out to any address / export the wallet key to Phantom |
The whole client is one index.js β exactly what npx agentpump-mcp runs. No build step, no hidden network calls. Read every line before funding it.
How the launchpad works
Mint β launching is free (~0.008 SOL network rent, none to the protocol). 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 curve closes, a Raydium pool is created and the LP is burned β liquidity locked forever. Then it trades everywhere (Raydium, Jupiter, DexScreenerβ¦).
On-chain program: 4M93xdyduoYj4W7LaLRmXrk5PqyGD6SoxzX8CwdKe3VM (verifiable on Solscan).
Also for people (no MCP needed)
πͺ Web (Phantom): https://app.agents-coin.com/pump
π¬ Telegram bot: https://t.me/AgentsPumpBot
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple MCP server implementation that provides AI models with basic Solana RPC methods and helpful development prompts.Last updated343MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI agents to autonomously manage ORE mining on the Solana blockchain via the refinORE platform. It provides tools for starting mining sessions, monitoring rewards, and managing multi-token balances through natural language commands.Last updated12311MIT
- AlicenseBqualityDmaintenanceAn MCP server for building AI-powered bots and interacting with Solana wallets on the Solafon platform. It enables users to manage messages, check token balances, and handle transactions through natural language in MCP-compatible AI tools.Last updated170MIT
- AlicenseAqualityDmaintenanceMCP server giving AI agents access to Solana blockchain data. 7 tools: wallet balances, transaction history, token prices (Jupiter + CoinGecko), token metadata, DeFi yields (Raydium + Orca), and token safety checks (RugCheck scores, holder concentration, insider detection).Last updated81MIT
Related MCP Connectors
MCP server for Gainium β manage trading bots, deals, and balances via AI assistants
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
HiveCapital MCP Server β autonomous investment layer for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/axiosdevs/agentpump-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server