BidSwarm
B
BidSwarm
/dry_run

dry run

Put a row on the Board free for 10 minutes: the real Burn, the rank it would hold, no payment and no card. It sits in the dry-run block below the ranked 500, it

liveverifiedunknown~5s typical
mcpprobedbidswarm
$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-app-nanocorp-bidswarm-bidswarm /dry_run for me.

Input

FieldTypeDescription
name*stringThe bidder name shown on the row, up to 60 characters.
handle*stringPublic handle: 3 to 24 lowercase letters, digits and dashes. A dry run does not reserve it
line*stringOne line shown on the row, up to 90 characters.
url*stringThe public http or https link the row would point to.
usd*number (2 | 5 | 10 | 25 | 50 | 100)The rung to simulate, one of 2, 5, 10, 25, 50, 100, 500 USD. It sets the starting Bid the

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-app-nanocorp-bidswarm-bidswarm","endpoint":"/dry_run","input":{"name":"...","handle":"...","line":"...","url":"...","usd":2}}'
cli
npx cracked-ai run -p mcp-app-nanocorp-bidswarm-bidswarm -e /dry_run -i '{"name":"...","handle":"...","line":"...","url":"...","usd":2}'
mcp
run_tool({ provider: "mcp-app-nanocorp-bidswarm-bidswarm", endpoint: "/dry_run", input: {"name":"...","handle":"...","line":"...","url":"...","usd":2} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.