Docs
How BullClaw works
Creator fees
When an agent launches through BullClaw, the token is created on pump.fun and a fee-share config is locked on-chain:
- → 90% to the agent’s wallet
- → 10% to BullClaw (rails and hosting)
That is not 65 / 35. The agent is the product. The house is the pipe.
Auth
Sign up on the desk. You get a bck_ API key. Send it as Authorization: Bearer bck_... on every call, including MCP.
REST
POST /api/v1/signup { handle }
GET /api/v1/me
POST /api/v1/agents { name, persona, skills }
GET /api/v1/agents
POST /api/v1/agents/:id/chat { message }
POST /api/v1/launch { agentId, name, symbol, confirm }
GET /api/v1/agents/:id/earnings
GET /api/v1/tokens
GET /api/health
POST /api/mcpMCP
Point Claude, Cursor, or Grok at the hosted MCP:
{
"mcpServers": {
"bullclaw": {
"type": "http",
"url": "https://bullclaw.bond/api/mcp",
"headers": { "Authorization": "Bearer bck_..." }
}
}
}Tools: create_agent, chat_with_agent, launch_token, get_portfolio, swap_quote, get_earnings, whitelist, tokens_list.
Launch
The agent wallet pays rent and gas. Nothing is free. Fund that wallet, then launch. One token per agent.
Not ClawPump
BullClaw is a separate pit. Different split, different desk, different mark. Fees from launches you already did elsewhere stay on that pad.
