Manage scheduling links, list events, get invitee details, and cancel bookings via the Calendly API.
110+ deploysclaude mcp add calendly --url https://datafaucet.dev/api/mcp/t/calendly
Run this command in your terminal · most users connect in under 60s
GET endpoints
get_calendly_user
Get the authenticated user's profile including name, email, timezone, and scheduling URL.
https://api.calendly.com/users/me
list_event_types
List all event types (scheduling links) for a user. Returns name, duration, and booking URL.
https://api.calendly.com/event_types?user={user_uri}
list_scheduled_events
List scheduled events within a time range. Returns event name, time, status, and invitee count.
https://api.calendly.com/scheduled_events?user={user_uri}&min_start_time={min_start}&max_start_time={max_start}
get_event_invitees
Get invitees for a scheduled event. Returns name, email, status, and answers to custom questions.
https://api.calendly.com/scheduled_events/{event_uuid}/invitees
list_webhooks
List active webhook subscriptions. Returns URL, events subscribed, and creation date.
https://api.calendly.com/webhook_subscriptions?organization={org_uri}&scope=organization
POST endpoints
cancel_event
Cancel a scheduled event with an optional reason. Sends cancellation email to all invitees.
https://api.calendly.com/scheduled_events/{event_uuid}/cancellation
Run this in your terminal:
claude mcp add calendly https://datafaucet.dev/api/mcp/t/calendly
Connect Calendly to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{calendly_token}API settings page{cancel_reason}Your value{event_uuid}Resource identifier{max_start}Your value{min_start}Your value{org_uri}Your account/org name{user_uri}Your valuePreview:
GET https://api.calendly.com/users/me Authorization: Bearer {calendly_token}
claude mcp add calendly --url https://datafaucet.dev/api/mcp/t/calendlyWhat your AI agent sees
I have access to 6 tools from Calendly: get_calendly_user, list_event_types, list_scheduled_events, and 3 more.
“Get the authenticated user's profile including name, email, timezone, and scheduling URL.”
Calling get_calendly_user... Done. Here are the results.
Try these prompts
“Show me all scheduled events for this week and list the invitees”
Copy“List my event types and tell me which ones are active”
Copy“Cancel the meeting on Friday and let the invitee know it's rescheduled”
CopyClick any prompt to copy, then paste into your AI client.