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.
记忆与知识 分类下的更多 MCP 服务器
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Notion MCP Server
makenotionOfficial Notion MCP Server
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
评论