TK
Timeplex K-Beauty Booking
/start_booking
start booking
Create a pre-filled Timeplex booking link (and booking card) for a selected Korean beauty or wellness shop and appointment. Use this after the user has selected
liveverifiedunknown~5s typical
mcpprobedtimeplexk-beautybooking
$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-ai-timeplex-booking /start_booking for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Shop slug returned by search_shops. |
| date | string | YYYY-MM-DD (Asia/Seoul). Optional — omit if the customer has not picked a date; they choos |
| time | string | HH:MM. Optional — omit if the customer has not picked a time. |
| items | array | Optional — omit if no service is chosen yet. Follow the booking_model returned by get_shop |
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-ai-timeplex-booking","endpoint":"/start_booking","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-timeplex-booking -e /start_booking -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-ai-timeplex-booking", endpoint: "/start_booking", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.