Meet.bot MCP✓
bot.meet/mcp · v1.0.0
v1.0.0▦ remote🌐 https://mcp.meet.bot
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "bot.meet/mcp",
"description": "AI-native scheduling and booking: check availability, book meetings, share links.",
"title": "Meet.bot MCP",
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.meet.bot",
"headers": [
{
"description": "Your Meet.bot API key. Format: Bearer YOUR_API_KEY",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}