pitchiq_v1_booking_book_guest_slot
ActiveTool of io.github.astafford8488/pitchiq-mcp
Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.
Parameters schema
{
"type": "object",
"required": [
"host_handle",
"start_at",
"attendee_name",
"attendee_email"
],
"properties": {
"start_at": {
"type": "string",
"format": "date-time",
"description": "Slot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert."
},
"host_handle": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "The PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours."
},
"attendee_name": {
"type": "string",
"maxLength": 120,
"minLength": 1,
"description": "Name of the guest being booked (the agent's principal)."
},
"attendee_email": {
"type": "string",
"format": "email",
"description": "Guest email — receives the confirmation + cancel link."
},
"attendee_notes": {
"type": "string",
"maxLength": 2000,
"description": "Pitch / context the host sees alongside the booking."
},
"duration_minutes": {
"type": "integer",
"default": 30,
"maximum": 240,
"minimum": 5,
"description": "Meeting length. Default 30."
}
}
}Parent server
io.github.astafford8488/pitchiq-mcp
https://github.com/astafford8488/PitchIQ
1/7 registries