A
agentorist
/book
book
Book an option (showtime, ticket class, etc.). If a partner API is connected, completes the booking inline with a confirmation code. Otherwise returns an affil
liveverifiedunknown~5s typical
mcpprobedagentorist
$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-agentorist-agentorist /book for me.
Input
| Field | Type | Description |
|---|---|---|
| vertical* | string | The vertical (e.g. "movies", "events"). |
| option_id* | string | showtime_id or ticket_id from find_options. |
| party_size | integer | Number of tickets/seats. Default 2. default 2 |
| item_title | string | For affiliate fallback / logging. default "" |
| venue_name | string | For logging. default "" |
| location | string | For affiliate fallback. default "" |
| agent_client | string | Optional — name of the calling agent (Claude, ChatGPT, etc.). default "" |
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-agentorist-agentorist","endpoint":"/book","input":{"vertical":"...","option_id":"...","party_size":2,"item_title":"","venue_name":"","location":"","agent_client":""}}'cli
npx cracked-ai run -p mcp-com-agentorist-agentorist -e /book -i '{"vertical":"...","option_id":"...","party_size":2,"item_title":"","venue_name":"","location":"","agent_client":""}'mcp
run_tool({ provider: "mcp-com-agentorist-agentorist", endpoint: "/book", input: {"vertical":"...","option_id":"...","party_size":2,"item_title":"","venue_name":"","location":"","agent_client":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.