meetergo MCP server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEETERGO_TOKEN | Yes | Your personal access token for meetergo. | |
| MEETERGO_API_URL | No | Override the API base URL for non-production environments. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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