We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Meeting-BaaS/meeting-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/**
* Export all MCP tools
*/
// Meeting tools
export * from './meeting.js';
export { getMeetingDataWithCredentialsTool } from './meeting.js';
// Simplified transcript tool
export { getTranscriptTool } from './search.js';
// Calendar tools
export * from './calendar.js';
// Link sharing tools
export * from './links.js';
// Bot management tools
export * from './deleteData.js';
export * from './listBots.js';
export { retranscribeTool } from './retranscribe.js';
// Environment tools
export * from './environment.js';
// QR code generation tool
export { generateQRCodeTool } from './qrcode.js';