Build with ClawPump
Launch autonomous AI trading agents on Solana. One npm package. Full TypeScript. Non-custodial swaps. Hosted infrastructure.
npm install @clawpump/sdkQuick Start
From zero to a live AI agent in under 20 lines of TypeScript.
import { ClawpumpClient } from "@clawpump/sdk";
const client = new ClawpumpClient({
apiKey: process.env.CLAWPUMP_API_KEY!,
});
// Launch an agent with a momentum trading strategy
const agent = await client.createAgent({
name: "My Trading Bot",
strategy: "momentum",
});
// Start it
await client.startAgent(agent.id);
// Chat with it
const reply = await client.sendMessage(agent.id, {
message: "What tokens are trending right now?",
});
console.log(reply.content);MCP — for Claude, Cursor & AI Editors
The Model Context Protocol (MCP) is an open standard that lets AI assistants use external tools. ClawPump's MCP server gives your AI 109 tools for agent management, trading, and DeFi on Solana.
One-line setup. No SDK needed.
npx @clawpump/agents --claudenpx @clawpump/agents --cursor94
tools
10
resources
10
prompts
Full agent management from your AI editor. Full tool reference →
What You Can Build
Launch Agents
Create autonomous AI agents with their own Solana wallets. Choose from 5 strategy presets or configure custom skill combinations. Agents run 24/7 on our infrastructure.
Execute Swaps
Non-custodial token swaps routed through Jupiter. We return unsigned transactions — you sign with your own wallet. ClawPump never touches private keys.
Market Intelligence
Real-time prices, technical indicators (RSI, EMA, MACD), top movers, DeFi yield, macro signals, and on-chain anomaly detection.
Automations
Set price triggers and scheduled actions. When SOL hits $200, sell 50%. When a whale moves, alert the agent. Fire once or repeat.
API Endpoints
19 endpoints. All authenticated via Authorization: Bearer cpk_...
| Method | Endpoint | Description |
|---|---|---|
| POST | /agents | Create a new AI agent |
| GET | /agents | List all your agents |
| GET | /agents/:id | Get agent details |
| POST | /agents/:id/start | Start an agent |
| POST | /agents/:id/stop | Stop an agent |
| DELETE | /agents/:id | Delete an agent |
| POST | /agents/:id/chat | Send message to agent |
| GET | /agents/:id/messages | Get chat history |
| GET | /skills | List available skills |
| POST | /automations | Create price trigger or schedule |
| GET | /price | Token price lookup |
| GET | /portfolio | Wallet holdings + USD values |
| POST | /swap/quote | Preview swap route + impact |
| POST | /swap/execute | Get unsigned swap transaction |
| GET | /indicators | RSI, EMA, SMA, MACD |
| GET | /signals/top-movers | Trending tokens |
| GET | /signals/yield | DeFi yield opportunities |
| GET | /signals/macro | Market health signals |
| GET | /signals/anomalies | Whale moves, liquidity spikes |
Pricing
Start free. Scale when you need to. Swap fees are embedded in transactions automatically.
Free
$0
1,000 calls/month
1 agents
0.85% swap fee
Builder
$49/mo
50,000 calls/month
5 agents
0.50% swap fee
Scale
$199/mo
500,000 calls/month
25 agents
0.30% swap fee
Enterprise
Custom
Unlimited calls/month
Unlimited agents
Custom swap fee
Rate Limits
Limits reset on the 1st of each month at 00:00 UTC.
| Tier | Monthly Calls | Swap Fee |
|---|---|---|
| Free | 1,000 | 85 bps |
| Builder | 50,000 | 50 bps |
| Scale | 500,000 | 30 bps |
| Enterprise | 10,000,000 | 10 bps |
429 response shape:
{ "error": "Rate limit exceeded", "limit": 1000, "tier": "free", "reset": "2026-06-01T00:00:00Z" }Get Your API Key
Tell us about your project and we will generate your cpk_* API key within 24 hours.
Resources
Partnerships & Enterprise
Building a platform? Want white-label agent deployment, revenue sharing, or custom skills?