{
  "ok": true,
  "resource": {
    "id": "RES_0E58FE1A08CA",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/Meet.bot%20MCP/versions/1.0.0",
    "name": "Meet.bot MCP",
    "summary_en": "AI-native scheduling and booking: check availability, book meetings, share links.",
    "summary_zh": "AI原生日程安排与预订：查询可用时段、预订会议并分享链接。",
    "description_en": "Meet.bot MCP enables AI-native scheduling and booking. It allows checking availability, booking meetings, and sharing booking links. The server requires authentication via a Bearer token and provides webhook management for booking events.",
    "description_zh": "Meet.bot MCP 支持AI原生的日程安排与预订。它可以查询可用时段、预订会议并分享预订链接。该服务器需要通过 Bearer 令牌进行身份验证，并提供用于预订事件的 Webhook 管理功能。",
    "provider_name": "bot.meet",
    "homepage_url": "https://mcp.meet.bot/",
    "endpoint_url": "https://mcp.meet.bot/",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/Meet.bot%20MCP/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "scheduling.availability",
      "scheduling.booking",
      "webhook.management"
    ],
    "categories": [],
    "industries": [
      "travel-hospitality"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "luna-reviewed",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-04T04:28:14.812Z"
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": null,
        "integrations": [],
        "use_cases": {
          "en": [
            "Check availability for a scheduling page",
            "Book a meeting slot",
            "Manage webhooks for booking events"
          ],
          "zh": [
            "检查日程页面的可用时段",
            "预订会议时段",
            "管理预订事件的 Webhook"
          ]
        },
        "categories": [],
        "industries": [
          "travel-hospitality"
        ],
        "copy": {
          "source_language": "en",
          "summary_zh_state": "present",
          "description_zh_state": "present",
          "description_en_state": "present"
        }
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v3",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "medium",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-04T04:28:15.797Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T13:57:54.491Z",
    "last_seen_at": "2026-09-04T04:28:15.085Z",
    "published_at": "2026-09-03T13:57:54.491Z",
    "created_at": "2026-09-03T13:57:54.491Z",
    "updated_at": "2026-09-04T04:28:15.797Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_0E58FE1A08CA",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_0E58FE1A08CA/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_0E58FE1A08CA",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/Meet.bot%20MCP/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "Meet.bot MCP@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/Meet.bot%20MCP/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T13:57:54.491Z",
          "last_seen_at": "2026-09-04T04:28:15.085Z"
        }
      ]
    },
    "tools": [
      {
        "name": "book_meeting",
        "title_en": "Book Meeting",
        "title_zh": "预订会议",
        "description_en": "Book a new meeting slot",
        "description_zh": "预订新的会议时段",
        "input_schema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "string",
              "description": "The URL of the scheduling page (e.g. https://meet.bot/your-page)"
            },
            "guest_email": {
              "type": "string",
              "description": "Email address of the guest (used for calendar invite and confirmation)"
            },
            "guest_name": {
              "type": "string",
              "description": "Full name of the guest"
            },
            "notes": {
              "type": "string",
              "description": "Optional notes to include with the meeting (e.g. agenda, call details)"
            },
            "start": {
              "type": "string",
              "description": "Start time in ISO 8601 format (e.g. 2025-03-10T14:00:00Z); must be an available slot"
            }
          },
          "required": [
            "page",
            "guest_email",
            "guest_name",
            "start"
          ],
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": false,
        "idempotency": "not_idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "delete_webhook",
        "title_en": "Delete Webhook",
        "title_zh": "删除 Webhook",
        "description_en": "Delete one of the authenticated user's webhooks by id",
        "description_zh": "按 id 删除已认证用户的一个 Webhook",
        "input_schema": {
          "type": "object",
          "properties": {
            "id": {
              "type": "number",
              "description": "The webhook id to delete"
            }
          },
          "required": [
            "id"
          ],
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_available_slots",
        "title_en": "Get Available Slots",
        "title_zh": "获取可用时段",
        "description_en": "Get available booking slots for a scheduling page",
        "description_zh": "获取日程页面的可用预订时段",
        "input_schema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "string",
              "description": "The URL of the scheduling page (e.g. https://meet.bot/your-page)"
            },
            "count": {
              "type": "number",
              "description": "Maximum number of slots to return (defaults to server limit)"
            },
            "start": {
              "type": "string",
              "description": "Start date for the range in YYYY-MM-DD format"
            },
            "end": {
              "type": "string",
              "description": "End date for the range in YYYY-MM-DD format"
            },
            "timezone": {
              "type": "string",
              "description": "IANA timezone for slot times (e.g. America/New_York, Europe/London)"
            },
            "booking_link": {
              "type": "boolean",
              "description": "If true, include shareable booking links in the response"
            }
          },
          "required": [
            "page"
          ],
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_page_info",
        "title_en": "Get Page Information",
        "title_zh": "获取页面信息",
        "description_en": "Get information about a specific scheduling page",
        "description_zh": "获取特定日程页面的信息",
        "input_schema": {
          "type": "object",
          "properties": {
            "page": {
              "type": "string",
              "description": "The URL of the scheduling page (e.g. https://meet.bot/your-page)"
            }
          },
          "required": [
            "page"
          ],
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_scheduling_pages",
        "title_en": "Get Scheduling Pages",
        "title_zh": "获取日程页面",
        "description_en": "Get all scheduling pages for the authenticated user",
        "description_zh": "获取已认证用户的所有日程页面",
        "input_schema": {
          "type": "object",
          "properties": {},
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "health_check",
        "title_en": "Health Check",
        "title_zh": "健康检查",
        "description_en": "Check if the Meet.bot API client is healthy and the Bearer token is valid",
        "description_zh": "检查 Meet.bot API 客户端是否健康以及 Bearer 令牌是否有效",
        "input_schema": {
          "type": "object",
          "properties": {},
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_webhooks",
        "title_en": "List Webhooks",
        "title_zh": "列出 Webhook",
        "description_en": "List the authenticated user's outbound booking webhooks (fired on booking_received, booking_rescheduled and booking_cancelled)",
        "description_zh": "列出已认证用户的出站预订 Webhook（在 booking_received、booking_rescheduled 和 booking_cancelled 时触发）",
        "input_schema": {
          "type": "object",
          "properties": {},
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "set_webhook",
        "title_en": "Set Webhook",
        "title_zh": "设置 Webhook",
        "description_en": "Create or update an outbound booking webhook. Omit id to create (webhook_url required); pass id to update. Meet.bot POSTs a JWT-signed (HS256) JSON payload to the URL on each booking event.",
        "description_zh": "创建或更新出站预订 Webhook。省略 id 以创建（需要 webhook_url）；传递 id 以更新。Meet.bot 在每个预订事件时向 URL 发送 JWT 签名（HS256）的 JSON 负载。",
        "input_schema": {
          "type": "object",
          "properties": {
            "id": {
              "type": "number",
              "description": "Webhook id to update; omit to create a new one"
            },
            "webhook_url": {
              "type": "string",
              "description": "HTTPS URL we POST booking events to (required when creating)"
            },
            "description": {
              "type": "string",
              "description": "Optional label for the webhook"
            },
            "coverage": {
              "type": "string",
              "enum": [
                "all",
                "selected"
              ],
              "description": "'all' (default) fires for every page including ones created later; 'selected' only for the pages in `pages`"
            },
            "scope": {
              "type": "string",
              "enum": [
                "self",
                "team"
              ],
              "description": "'self' (default) your own pages; 'team' (team admins only) also fires for teammates' bookings"
            },
            "pages": {
              "type": "array",
              "items": {
                "type": "number"
              },
              "description": "Page ids to cover when coverage='selected'"
            },
            "is_active": {
              "type": "boolean",
              "description": "Whether the webhook is active (default true)"
            }
          },
          "additionalProperties": false,
          "$schema": "http://json-schema.org/draft-07/schema#"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v3",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "medium",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "scheduling.availability",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "scheduling.booking",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "webhook.management",
            "weight": 70,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "travel-hospitality",
            "weight": 60,
            "confidence": 50,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "execute",
          "monitor"
        ]
      },
      "catalog_profile": {
        "version": "catalog-profile-v1",
        "primary_category": "agent-automation",
        "integrations": [],
        "use_cases": {
          "en": [
            "Check availability for a scheduling page",
            "Book a meeting slot",
            "Manage webhooks for booking events"
          ],
          "zh": [
            "检查日程页面的可用时段",
            "预订会议时段",
            "管理预订事件的 Webhook"
          ]
        }
      },
      "capability_units": [
        {
          "id": "tool:get_scheduling_pages",
          "kind": "mcp_tool",
          "capability_id": "scheduling.availability",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [
            "scheduling_pages"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_page_info",
          "kind": "mcp_tool",
          "capability_id": "scheduling.availability",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "page_url"
          ],
          "produces": [
            "page_information"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_available_slots",
          "kind": "mcp_tool",
          "capability_id": "scheduling.availability",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "page_url",
            "date_range",
            "timezone"
          ],
          "produces": [
            "available_slots"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:book_meeting",
          "kind": "mcp_tool",
          "capability_id": "scheduling.booking",
          "effect": "unknown",
          "open_world": false,
          "idempotency": "not_idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "page_url",
            "guest_email",
            "guest_name",
            "start_time"
          ],
          "produces": [
            "booking_confirmation"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:health_check",
          "kind": "mcp_tool",
          "capability_id": "scheduling.availability",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [
            "health_status"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_webhooks",
          "kind": "mcp_tool",
          "capability_id": "webhook.management",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [
            "webhooks"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:set_webhook",
          "kind": "mcp_tool",
          "capability_id": "webhook.management",
          "effect": "write",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "webhook_config"
          ],
          "produces": [
            "webhook"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:delete_webhook",
          "kind": "mcp_tool",
          "capability_id": "webhook.management",
          "effect": "write",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "webhook_id"
          ],
          "produces": [
            "deletion_confirmation"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {},
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence."
      },
      "fit": {
        "good_for": [
          "Automating meeting scheduling and booking",
          "Integrating with calendar systems",
          "Managing booking webhooks"
        ],
        "not_for": [
          "General-purpose scheduling across multiple providers",
          "Handling payments or financial transactions"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/Meet.bot%20MCP/versions/1.0.0",
          "observation": "MCP source record for Meet.bot MCP; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://mcp.meet.bot/#tools/list",
          "observation": "8 tools were returned by MCP discovery; 8 were retained for review.",
          "observed_at": "2026-09-04T04:28:02.665Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Pricing model",
        "Exact authentication mechanism beyond Bearer token",
        "Output schemas for tools",
        "Rate limits or usage policies"
      ],
      "id": "REV_C54A9E5CCA6A",
      "resource_id": "RES_0E58FE1A08CA",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-04T04:28:15.797Z"
    }
  }
}