AR
aeX402 RPC (Solana + Robinhood Chain)
/launch_token
launch token
Launch a memecoin on the aeX402 launchpad on Robinhood Chain (EVM 4663) for a FIXED pump.fun-style bonding curve (1B supply, starts 0.0001 USDG, graduates at 10
liveverifiedunknown~5s typical
mcpprobedaex402rpc(solana
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aex402-rpc /launch_token for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Token name, 1..32 bytes (e.g. "Fork Meme") |
| ticker* | string | Ticker / symbol, 1..16 bytes (e.g. "FMEME") |
| creator | string | OPTIONAL 0x EVM address recorded as the coin owner (and seeds the vpId). REQUIRED only whe |
| description | string | Short description (<=256 chars) — off-chain metadata |
| image | string | Image URL (https:// or ipfs:// only) — off-chain metadata |
| links | array | Up to 3 links (https:// or ipfs:// only) — off-chain metadata |
| build | boolean | If true, return an UNSIGNED tx to submit yourself (non-custodial) instead of the backend l |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aex402-rpc","endpoint":"/launch_token","input":{"name":"...","ticker":"..."}}'cli
npx cracked-ai run -p mcp-com-aex402-rpc -e /launch_token -i '{"name":"...","ticker":"..."}'mcp
run_tool({ provider: "mcp-com-aex402-rpc", endpoint: "/launch_token", input: {"name":"...","ticker":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.