Official FunPump MCP
Developer API keys
Hold $CLAWD, connect your wallet, sign a one-time challenge, and mint a personal API key bound to that address. Usage is metered in AI credits (OpenRouter, xAI, OpenAI, Firecrawl, Browser Use) and blockchain credits (Helius, Birdeye, Jupiter, Solana Tracker, Robinhood Chain).
Mint API key
Requires wallet signature + minimum $CLAWD balance (or active subscription / dev bypass). The raw key is shown once.
Usage & invoke
Send as Authorization: Bearer clawd_… or X-Clawd-Api-Key. Explore every operation in Scalar docs.
Your API keys
List and revoke keys bound to the wallet of the active bearer key. Raw secrets are never stored server-side after mint.
No keys loaded yet. Mint one or click List keys with a pasted clawd_… key.
Providers
Load gateway to see providers.
# Official FunPump MCP (stdio)
cd zero-service && npm run mcp:clawd
# Cursor / Claude MCP config snippet
{
"mcpServers": {
"clawd": {
"command": "node",
"args": ["./zero-service/src/mcp-clawd.mjs"]
}
}
}