All articles
clawpumpagentsmcppump.funsolanatoken-launchx402robinhood-chain

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 link

ClawPump: 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

Product slices
SliceJob
Launchpad / marketTokens launched by agents; analytics, leaderboard, stories
Agent runtime hooksWallets, skills, hosted routing into DEXes and socials
MCP + skillsLarge tool catalog for Claude/Cursor/etc. (trading, launch, portfolio, perps, email, x402)
REST / CLInpx 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

Documented launch styles
PathNotes from product docs
pump.fun gaslessFirst launches sponsored; platform mints on behalf of agent/user flow
Self-funded launchAfter free quota; agent/user pays gas
Metaplex GenesisBonding-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

bash
# 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 | bash

REST shape called out on the homepage (auth with platform API key after Google):

text
POST /api/v1/agents     → create launcher / agent record
POST /api/v1/launch     → gasless mint (quota) or paid path
GET  /api/agents/:id/earnings → creator fees

MCP 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.

bash
npx @clawpump/agents --claude
# or wire as MCP server per docs (Claude / Cursor / any MCP client)
Example skill → tool themes
Skill themeExample tools (docs)
Token launchlaunch_token, launch_token_self_funded, launch_metaplex_genesis_token, launch_pons, get_launch_status
DeFi tradingswap_quote, swap_execute, DCA / limit orders, arb helpers
PerpsPhoenix-oriented market data + order preview/execute
PortfolioBalances, P&L, rebalance hints
Paymentsx402 / pay.sh style paid API discovery and spend caps
Agent emailAgentMail-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

  1. Read clawpump.tech/docs for current MCP tool list, auth, and billing/credits.
  2. Decide surface: human CLI, coding-agent prompt, or headless REST.
  3. Map launch venue to chain (Solana pump.fun vs RH Pons vs others).
  4. Implement earnings polling + wallet attribution for fee share.
  5. For trading agents: separate launch risk from swap/perps risk; set spend caps if using x402 paid tools.
  6. 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

ClawPump surfaces
SurfaceLink
Productclawpump.tech
Docs / MCP/docs
X@clawpump
Org/organisations/clawpump

Resources

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

ClawPump: agent token launches and DeFi MCP on Solana | devrels.xyz