Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEETERGO_TOKENYesYour personal access token for meetergo.
MEETERGO_API_URLNoOverride the API base URL for non-production environments.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_meeting_typesA

List the meeting types that can be booked. Start here: every booking needs a meetingTypeId, and the duration and host come from the meeting type.

get_availabilityA

Get bookable time slots for a meeting type in a date range. Returns the slots a booking will actually be accepted for — do not infer availability from the calendar.

book_appointmentA

Book a slot. Use a start time returned by get_availability — booking an unlisted slot is rejected. Creates a real appointment and sends real invitations.

reschedule_appointmentA

Move an appointment to a new start time. Duration is unchanged. Validates availability unless ignoreAvailability is set.

cancel_appointmentA

Cancel an appointment and notify attendees. For a group booking pass attendeeId to remove one person, or cancelAll to cancel the whole appointment — passing neither is rejected, so a bulk cancel is never accidental.

list_appointmentsA

List upcoming and past appointments with pagination. Use for "what is on my calendar" and for finding an appointmentId to change.

get_todays_appointmentsA

Today's appointments for the authenticated user. Cheaper and more precise than filtering list_appointments by date.

add_guestsA

Add guest email addresses to an existing appointment. They receive the invitation and updates.

list_calendar_connectionsA

List connected calendars (Google, Outlook). Use to check whether a host actually has a calendar attached before diagnosing why availability looks wrong.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meetergo/meetergo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server