meAmitPatil/calendly-mcp-server
If you are the rightful owner of calendly-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for integrating with the Calendly API, providing tools to interact with Calendly's scheduling platform.
Tools
Functions exposed to the LLM to take actions
get_oauth_url
Generate OAuth authorization URL for user authentication.
exchange_code_for_tokens
Exchange authorization code for access and refresh tokens.
refresh_access_token
Refresh access token using refresh token.
get_current_user
Get information about the currently authenticated user.
list_events
List scheduled events with optional filtering.
get_event
Get details of a specific event.
list_event_invitees
List invitees for a specific event.
cancel_event
Cancel a specific event.
list_organization_memberships
List organization memberships for the authenticated user.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client