ZM
Zooza MCP Server
/bookings_add_lead
Add a lead (minimal registration on a lead-collection schedule)
Create a LEAD — a lightweight registration on a lead-collection schedule — for a prospective customer, from their name and email. Use this to capture an inbound
liveunknown~5s typical
mcpzoozamcpserver
$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-zooza-mcp-server /bookings_add_lead for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | integer | Zooza company id to operate against. Optional: if the user has exactly one company, the se |
| schedule_id* | integer | The lead-collection schedule (the lead 'pipeline') to attach the lead to. Must be a schedu |
| first_name* | string | Lead's first name. Required. |
| last_name* | string | Lead's last name. Required. |
| email* | string | Lead's email. Required — the key downstream conversion detection matches on. |
| phone | string | Lead's phone, free-text, if the enquiry included one. |
| course_id | integer | Parent programme id. Optional — derived from the schedule when omitted; only pass it to sk |
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-zooza-mcp-server","endpoint":"/bookings_add_lead","input":{"schedule_id":1,"first_name":"...","last_name":"...","email":"..."}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /bookings_add_lead -i '{"schedule_id":1,"first_name":"...","last_name":"...","email":"..."}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/bookings_add_lead", input: {"schedule_id":1,"first_name":"...","last_name":"...","email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.