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
| Field | Type | Description |
|---|---|---|
| per_page | number | Results per page (default: 25) |
| page | number | Page number (default: 1) |
| sort | string | Sort field, e.g. "-_created_at" for newest first |
| customer_id | number | Filter by customer ID |
| status | string | Filter by status: draft, pending, processing, completed, canceled, invoiced, shipped, paid |
| date_from | string | Filter orders created on or after this date (YYYY-MM-DD) |
| date_to | string | Filter orders created on or before this date (YYYY-MM-DD) |
| min_price | number | Filter orders with total_price >= this value |
| max_price | number | Filter 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.