mcp-server
M
mcp-server
/list_orders

list orders

List B2Bware orders with optional filters, sorting, and pagination. Valid statuses: draft, pending, processing, completed, canceled, invoiced, shipped, paid, re

liveunknown~5s typical
mcpmcp-server
$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-b2bware-mcp-server /list_orders for me.

Input

FieldTypeDescription
per_pagenumberResults per page (default: 25)
pagenumberPage number (default: 1)
sortstringSort field, e.g. "-_created_at" for newest first
customer_idnumberFilter by customer ID
statusstringFilter by status: draft, pending, processing, completed, canceled, invoiced, shipped, paid
date_fromstringFilter orders created on or after this date (YYYY-MM-DD)
date_tostringFilter orders created on or before this date (YYYY-MM-DD)
min_pricenumberFilter orders with total_price >= this value
max_pricenumberFilter orders with total_price <= this value

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-b2bware-mcp-server","endpoint":"/list_orders","input":{}}'
cli
npx cracked-ai run -p mcp-com-b2bware-mcp-server -e /list_orders -i '{}'
mcp
run_tool({ provider: "mcp-com-b2bware-mcp-server", endpoint: "/list_orders", input: {} })

Try it

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