目录 / SuperSaaS
MCP
需 API Key
未评级
已上架
SuperSaaS
Find available slots and manage bookings, users, and forms in the SuperSaaS scheduling service
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:Authorization-code)
- 端点
https://scheduling--supersaas.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"SuperSaaS": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://scheduling--supersaas.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_schedules | List the schedules (calendars) in the account, with their ids and names. |
| list_resources | List the resources or services of a schedule (not available for capacity schedules). |
| describe_booking_inputs | Describe the fields you may send when creating or updating a booking in a schedule: their labels, types, and whether each is required. Call before create_booking/update_booking, since the field set is configured per schedule and is not fixed. |
| describe_user_inputs | Describe the fields you may send when creating or updating a user: their labels, types, and whether each is required. Call before create_user/update_user, since the field set is configured per account and is not fixed. |
| find_available_slots | Find available (free) appointment slots in a schedule from a given time onward. Only resource and capacity schedules are supported, not service type schedules. Returned slot times are in the account's local time. |
| list_bookings | List bookings/appointments in a schedule from a given time onward, optionally filtered by a time window, resource/service, or user. Defaults to upcoming bookings (from now); pass an earlier "from" to include past bookings. For capacity schedules this returns the time slots. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC. |
| get_booking | Get a single booking/appointment by id. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC. |
| list_users | List the users (customers) of the account. |
| get_user | Get a single user (customer) by id, name, or foreign key (e.g. "123fk"). |
| get_user_agenda | Get a user's upcoming bookings across one or all schedules. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC. |
| create_user | Create a new user (customer). Call describe_user_inputs first to see which fields this account accepts, their labels/types, and which are required. |
| update_user | Update an existing user (customer), identified by id, name, or foreign key. Call describe_user_inputs first to see which fields this account accepts, their labels/types, and which are required. |
| delete_user | Delete a user (customer), identified by id, name, or foreign key. |
| get_recent_changes | List recently created or changed bookings in a schedule, newest first or since a given time. Returned "start" and "finish" times are in the account's local time; "Z"-suffixed timestamps like created_on are in UTC. |
| create_booking | Create a new booking/appointment in a schedule. Call describe_booking_inputs first to see which fields this schedule accepts, their labels/types, and which are required. |
| update_booking | Update an existing booking/appointment. Call describe_booking_inputs first to see which fields this schedule accepts, their labels/types, and which are required. |
| cancel_booking | Cancel (delete) a booking/appointment by id. |
| list_form_definitions | List the (custom/standalone) form definitions in the account, with their ids and names. Use a form id here as the form_id for list_forms. |
| list_forms | List the submitted entries (filled-in forms) for a form definition, newest-changed first, optionally filtered by change time or user. Note: forms attached to a booking or user are usually easier to read through list_bookings/get_booking or get_user. |
| get_form | Get a single submitted form entry by id, including its filled-in content. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。