The Garba MCP allows you to programmatically access meeting and user data from your Garba workspace.
You can use the MCP to retrieve meeting information, transcripts, and user details based on your existing access permissions.
The MCP is available at:
Authentication is handled via OAuth.
Your access level in the MCP matches your access level inside Garba.
You will only be able to retrieve data that you have permission to view within the platform.
The MCP currently supports the following methods:
Retrieve a list of meetings.
Filters available:
User
Time range
Returns:
Basic meeting information (e.g., meeting ID, title, date)
Retrieve detailed information for a specific meeting.
Returns:
Meeting summary
Participants
Additional meeting metadata
Retrieve the full transcript for a specific meeting.
Retrieve a list of users within your Garba account.
Returns:
Basic user information
All MCP requests respect Garba’s permission structure.
If you cannot access certain meetings or users in the Garba app, you will not be able to access them via the MCP.