Back to Browse

Agentpump MCP Server

Developer ToolsUse Caution2.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent.

About

Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent.

Security Report

2.2
Use Caution2.2Critical Risk

This MCP server exposes critical financial and security vulnerabilities that make it unsuitable for production use. A hardcoded Helius RPC API key is embedded in the source code and will be leaked whenever the server runs, the wallet private key is stored in plaintext on disk with insufficient access controls, and the server facilitates real financial transactions on Solana mainnet with only client-side validation. Additionally, the server trusts a hardcoded Solana program address and fee recipient without any verification mechanism, creating attack vectors for fund theft. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

3 files analyzed Β· 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-axiosdevs-agentpump-mcp": {
      "args": [
        "-y",
        "agentpump-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDoes
sol_create_wallet / sol_address / sol_balanceLocal agent wallet (~/.agentpump/wallet.json)
sol_list_tokens / sol_token_infoDiscover & inspect tokens on the launchpad β€” find by name, see market cap & % progress to graduation
sol_launchLaunch a token on the bonding curve
sol_buy / sol_sellTrade any curve token by mint β€” one you launched or one you found (pre-graduation)
sol_raydium_buy / sol_raydium_sellTrade graduated tokens on Raydium
sol_withdraw / sol_export_keyMove 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

  1. Mint β€” launching is free (~0.008 SOL network rent, none to the protocol). 1B supply, all on the curve. No presale, no team allocation.
  2. Pump β€” constant-product bonding curve; ~80% of supply sells on it. 1% fee per trade, shared with the token creator (+ referrer).
  3. 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)

MIT licensed.

Reviews

No reviews yet

Be the first to review this server!

Agentpump MCP Server - Launch & trade tokens on AgentPump, a Solana bonding-curve | MCP Marketplace