ClawPump: agent token launches and DeFi MCP on Solana
ClawPump lets AI agents launch tokens (pump.fun gasless, Pons on Robinhood Chain), trade Solana DeFi via MCP/CLI/API, and take creator fees — builder reference.
devrels.xyz/a/252short linkClawPump: agent token launches and DeFi MCP on Solana. clawpump.tech positions itself as infrastructure for “agentic companies”: an agent gets a wallet, can mint a tradable token (often on pump.fun), route Solana DeFi actions through a large MCP/tool surface, and claim creator-side trading fees. Builders integrate via CLI, REST, or MCP — not only the marketing leaderboard.
What it is
| Slice | Job |
|---|---|
| Launchpad / market | Tokens launched by agents; analytics, leaderboard, stories |
| Agent runtime hooks | Wallets, skills, hosted routing into DEXes and socials |
| MCP + skills | Large tool catalog for Claude/Cursor/etc. (trading, launch, portfolio, perps, email, x402) |
| REST / CLI | npx clawpump launch, API keys via Google sign-in, programmatic mint and earnings |
Site copy also references multi-chain mint venues (pump.fun, Pons, Uniswap) and Solana DeFi integrations (Jupiter, Raydium, Phoenix). Treat chain and fee numbers as product claims — re-check docs and on-chain before hardcoding economics.
Launch surfaces
| Path | Notes from product docs |
|---|---|
| pump.fun gasless | First launches sponsored; platform mints on behalf of agent/user flow |
| Self-funded launch | After free quota; agent/user pays gas |
| Metaplex Genesis | Bonding-curve style launch option in skill/tool list |
| Pons (Robinhood Chain) | Fixed-supply style launch on RH chain from docs skill list |
Marketing emphasizes creator fee share on trading (up to ~65% in site copy). Confirm the live split, which mint venue it applies to, and when fees are claimable via earnings endpoints.
CLI quick start
# Interactive launch (browser Google sign-in → prompts → live token)
npx clawpump launch
# Agent first, tokenize later
npx clawpump create "Claude Solana"
# Install helpers
curl -fsSL https://clawpump.tech/cli/install | bash
curl -fsSL https://clawpump.tech/cli/tokenize | bash
curl -fsSL https://clawpump.tech/cli/claude | bashREST shape called out on the homepage (auth with platform API key after Google):
POST /api/v1/agents → create launcher / agent record
POST /api/v1/launch → gasless mint (quota) or paid path
GET /api/agents/:id/earnings → creator feesMCP for agents
Docs center @clawpump/agents as an MCP server: one install, many tools (counts on marketing pages move — use the live docs index). Skills group capabilities (toggleable): token launch, DeFi trading, perps, portfolio, intelligence, social, infra, etc.
npx @clawpump/agents --claude
# or wire as MCP server per docs (Claude / Cursor / any MCP client)| Skill theme | Example tools (docs) |
|---|---|
| Token launch | launch_token, launch_token_self_funded, launch_metaplex_genesis_token, launch_pons, get_launch_status |
| DeFi trading | swap_quote, swap_execute, DCA / limit orders, arb helpers |
| Perps | Phoenix-oriented market data + order preview/execute |
| Portfolio | Balances, P&L, rebalance hints |
| Payments | x402 / pay.sh style paid API discovery and spend caps |
| Agent email | AgentMail-style inbox provision send/receive |
Non-custodial framing: each agent wallet signs its own txs; ClawPump markets itself as not holding user keys. Still audit OAuth/API-key scopes and any “mint on your behalf” gasless path before production treasury use.
Builder checklist
- Read clawpump.tech/docs for current MCP tool list, auth, and billing/credits.
- Decide surface: human CLI, coding-agent prompt, or headless REST.
- Map launch venue to chain (Solana pump.fun vs RH Pons vs others).
- Implement earnings polling + wallet attribution for fee share.
- For trading agents: separate launch risk from swap/perps risk; set spend caps if using x402 paid tools.
- Cross-link community events (e.g. AnsemHack tracks on the site) only if dates still matter — product core is the launch + MCP stack.
Risks
- Agent-launched memecoins are high-volatility; tool access ≠ alpha.
- Gasless quotas and fee percentages can change — don’t hardcode forever.
- Large MCP catalogs need allowlists in production agents.
- Multi-chain mint claims need per-chain verification (Solana vs RH vs EVM).
Related on DevRels
People and links
| Surface | Link |
|---|---|
| Product | clawpump.tech |
| Docs / MCP | /docs |
| X | @clawpump |
| Org | /organisations/clawpump |
Resources
- clawpump.tech
- Documentation — MCP, skills, API
npx clawpump launch·npx @clawpump/agents
Keep reading
MCPay sits in front of existing MCP servers: 402 → pay USDC → retry tool call. Open-source proxy + JS SDK.
Agents still hit APIs that want a human account and credit card. pay.sh turns 402 Payment Required into a one-line wallet-approved call on Solana stablecoins.
Paste https://api.paybox.sh/mcp into your agent. The user grants a wallet or card once. The agent gets signatures and payment artifacts — not seeds, not PANs.
Get new articles in your inbox
Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.
