mcp-on-vercel-documentation
0
The Meeting BaaS API Documentation Server is an MCP server designed to fetch and serve comprehensive API documentation from the Meeting BaaS platform. It supports various documentation categories and provides tools to simplify the document retrieval process, focusing on efficiency and ease of use.
Meeting BaaS API Documentation Server
Overview
MCP server for fetching and serving Meeting BaaS API documentation from the official documentation site. This server provides tools for listing categories and retrieving documentation related to APIs, calendars, meetings, users, webhooks, SDKs, and more.
Documentation Tools
- listCategories: List available categories
- getAllDocs: Retrieve all documentation content
- getApiDocs: Retrieve API documentation
- getCalendarsDocs: Retrieve Calendars API documentation
Utility Tools
- docHelpAssistant: Assists with documentation
Technical Requirements
- Environment Variables: Key variables like
REDIS_URL
for session management - Authentication Methods: API keys required in headers or request body
Documentation Sources
Documentation is fetched from various categories such as /api
, /calendars
, /meetings
, and others accessible from a centralized URL.