Calendly
Scheduling automation for accessing event types, scheduled events, and invitees.
https://api.calendly.com
https://mcp.calendly.com
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Calendly account the connection is authenticated as.
events
Retrieve scheduled events booked through the connected Calendly account.
Unified API Endpoints
/me
Retrieve the Calendly account this connection is authenticated as.
/calendar/events
Retrieve scheduled events booked through the connected Calendly account.
