Calendly for your agents.
Connect Calendly once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Calendly.
What agents can do with Calendly
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
calendly_get_current_userCheck the credentials: returns the current user profile.
calendly_list_scheduled_eventsList scheduled events (meetings) for a user or organization.
calendly_get_eventGet a single scheduled event by its URI.
calendly_list_event_inviteesList invitees for a scheduled event.
calendly_list_event_typesList event types (meeting types) for a user.
calendly_get_event_typeGet a single event type by its URI.
calendly_cancel_eventCancel a scheduled event by its UUID. `reason` is an optional explanation sent to the invitee.
calendly_get_inviteeGet a single invitee for a scheduled event.
calendly_get_userGet a Calendly user by their URI.
calendly_list_organization_membershipsList memberships for an organization.
calendly_list_availabilityList available times for an event type on specified dates.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Calendly and go to Integrations > API & Webhooks.
- Under Personal Access Tokens, click Generate new token or Get a token now.
- Name your token, create it, and copy it immediately (it cannot be retrieved later).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Calendly to Even: call connect_begin("calendly") on the even-connect MCP and walk me through it.
Retrieve your scheduled meeting events, list attendees and their RSVP statuses, and check available event types.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.