npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

agentpump-mcp

v1.1.6

Published

MCP server to launch & trade tokens on AgentPump (Solana bonding-curve launchpad) from AI agents. Trade graduated tokens on Raydium.

Downloads

1,123

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

| 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

  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)

  • 🪙 Web (Phantom): https://app.agents-coin.com/pump
  • 💬 Telegram bot: https://t.me/AgentsPumpBot

MIT licensed.