BidSwarm
B
BidSwarm
/draft_rank

draft rank

Prepare a rank on the Board and return the payment link that publishes it. Nothing is charged and nothing becomes public until that link is paid; the rank then

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 /draft_rank for me.

Input

FieldTypeDescription
name*stringThe bidder name shown on the row, up to 60 characters.
handle*stringPermanent public handle: 3 to 24 lowercase letters, digits and dashes.
line*stringOne line shown on the row, up to 90 characters.
url*stringThe public http or https link the row points to. It is checked before publishing.
usd*number (2 | 5 | 10 | 25 | 50 | 100)The rung to pay, one of 2, 5, 10, 25, 50, 100, 500 USD. The payment becomes the bid.

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

Try it

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