MCP Documentation Server

AI-Powered Documentation Access

This MCP server fetches and serves Meeting BaaS API documentation from the official documentation site. It enables AI assistants to access comprehensive documentation about Meeting BaaS features, APIs, and SDKs.

Documentation Tools

Category Tools

  • listCategories: List all available categories
  • getAllDocs: Get all documentation content
  • getDocsByCategory: Get docs by specific category name

API Documentation

  • getApiDocs: Get API documentation
  • getCalendarsDocs: Get Calendars API docs
  • getMeetingsDocs: Get Meetings API docs
  • getUsersDocs: Get Users API docs
  • getWebhooksDocs: Get Webhooks API docs

Documentation Sources

Documentation is fetched from https://docs.meetingbaas.com/llms/ with these categories:

/all

All documentation content

/api

API documentation

/sdk

SDK docs

/typescript-sdk

TypeScript SDK

AI Assistant Integration

This MCP server enables AI assistants to:

  • Provide accurate, up-to-date information about Meeting BaaS APIs
  • Fetch specific documentation sections based on user queries
  • Understand the full capabilities of the Meeting BaaS platform
  • Assist in troubleshooting by referencing official documentation

With this MCP server, AI assistants can respond to prompts like:

"How do I invite a bot to a Zoom meeting?"

"What SDK methods are available for calendar management?"

Related MCP Implementations

  • meeting-mcp: The main MCP server for managing meeting data, including transcripts, recordings, and calendar events. Learn more
  • mcp-on-vercel: Deploy Meeting BaaS MCP server on Vercel with fluid compute support for efficient execution. Learn more