XT
x402 Trading & On-Chain Intelligence
/queue_push
queue push
Task queue: append a JSON item to a named queue for later/other agents. Send { name, token, item }. [x402 paid tool — price $0.003; POST /api/queue/push]
liveunknown~5s typical
mcpx402trading&
$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-ai-firmbrain-x402-services /queue_push for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Queue name |
| token* | string | Your secret token |
| item* | array | JSON item to enqueue |
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-ai-firmbrain-x402-services","endpoint":"/queue_push","input":{"name":"...","token":"...","item":[]}}'cli
npx cracked-ai run -p mcp-ai-firmbrain-x402-services -e /queue_push -i '{"name":"...","token":"...","item":[]}'mcp
run_tool({ provider: "mcp-ai-firmbrain-x402-services", endpoint: "/queue_push", input: {"name":"...","token":"...","item":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.