Meeting BaaS API Documentation Server
@Meeting-Baas
Meeting BaaS API Documentation Server について
An MCP server to deliver context to the MeetingBaaS chat
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Meeting BaaS API Documentation Server?
An MCP server that fetches and serves Meeting BaaS API documentation from https://docs.meetingbaas.com/llms/. It provides multiple tools to retrieve documentation by category, including API, SDK, Calendars, Meetings, Users, Webhooks, Transcript Seeker, and Speaking Bots docs.
How to use Meeting BaaS API Documentation Server?
Set environment variables REDIS_URL (required) and optionally NODE_ENV and LOG_LEVEL. Authenticate via headers (x-meeting-baas-api-key or others) or request body. Configure Vercel with Redis, Fluid compute, and max duration of 800. Then invoke any of the 16 documentation tools (e.g., listCategories, getAllDocs, getApiDocs) to retrieve documentation content.
Key features of Meeting BaaS API Documentation Server
- 12 category-specific documentation tools
- 4 general utility tools including a help assistant
- Fetches live docs from Meeting BaaS API website
- Supports multiple authentication methods (headers/body)
- Requires Redis for session management
- Configurable log levels and environment modes
Use cases of Meeting BaaS API Documentation Server
- Fetching API documentation for Meetings, Calendars, Users, or Webhooks
- Retrieving TypeScript SDK documentation (common, bots, calendars, webhooks)
- Getting all available documentation categories via
listCategories - Using
docHelpAssistantto prefix assistant messages with a documentation helper label - Building LLM-powered tools that need up-to-date Meeting BaaS API reference
FAQ from Meeting BaaS API Documentation Server
What environment variables are required?
REDIS_URL is required for session management. NODE_ENV (default "development") and LOG_LEVEL (default "info") are optional.
How do I authenticate with this server?
Authentication can be done via headers (x-meeting-baas-api-key, x-meetingbaas-apikey, x-api-key, or Authorization: Bearer <token>) or via POST body with {"apiKey": "your-api-key"}.
Where is the documentation data fetched from?
All documentation is fetched from https://docs.meetingbaas.com/llms/ with categorized endpoints like /all, /api, /meetings, etc.
What are the Vercel deployment requirements?
Requires Redis, enabled Fluid compute, and max duration set to 800 in vercel.json (Pro/Enterprise accounts).
What authentication methods are supported?
Four header-based methods (in order: x-meeting-baas-api-key, x-meetingbaas-apikey, x-api-key, Authorization Bearer token) plus a body-based method with an apiKey field.
「メモリとナレッジ」の他のコンテンツ
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
コメント