npm agentpump-mcpstdioMITupdated 1mo ago
Open-source MCP server that lets an AI agent launch and trade tokens on Solana β autonomously, from plain-language chat.
What can you do with agentpump mcp?
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-mcp
Any 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.
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 |
|---|---|
sol_create_wallet / sol_address / sol_balance |
Local agent wallet (~/.agentpump/wallet.json) |
sol_list_tokens / sol_token_info |
Discover & inspect tokens on the launchpad β find by name, see market cap & % progress to graduation |
sol_launch |
Launch a token on the bonding curve |
sol_buy / sol_sell |
Trade any curve token by mint β one you launched or one you found (pre-graduation) |
sol_raydium_buy / sol_raydium_sell |
Trade graduated tokens on Raydium |
sol_withdraw / sol_export_key |
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.
Install
Add agentpump mcp to your client. Pick the one you use.
claude mcp add agentpump-mcp -- npx -y agentpump-mcpcodex mcp add agentpump-mcp -- npx -y agentpump-mcpamp mcp add agentpump-mcp -- npx -y agentpump-mcp{
"mcpServers": {
"agentpump-mcp": {
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentpump-mcp": {
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"agentpump-mcp","command":"npx","args":["-y","agentpump-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"agentpump-mcp": {
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"agentpump-mcp": {
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"agentpump-mcp": {
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"agentpump-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"agentpump-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"agentpump-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"agentpump-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y agentpump-mcpRun `goose configure`, choose **Add Extension β Command-line Extension**, and paste this command.
1 tool
agentpump mcp exposes one tool to a connected agent.
- sol_launch
- Launch a token on the bonding curve
Score
67 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 51 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 1 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.1.1Latest | Jul 1, 2026 |