Token导航 LogoToken导航TokenDH.com
EA
开发工具HTTP官方级别未说明来源级核验

Easyweek MCP Run Tools

MCP Server

EasyWeek is an all-in-one booking and business management platform for salons, clinics, studios, and other appointment-based businesses across Europe and beyond. This MCP server exposes your EasyWeek…

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:27

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add easyweek/easyweek

详细介绍

EasyWeek (verified)

EasyWeek is an all-in-one booking and business management platform for salons, clinics, studios, and other appointment-based businesses across Europe and beyond. This MCP server exposes your EasyWeek…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add easyweek/easyweek

# Browse available tools
npx -y smithery tool list easyweek/easyweek

# Get full schema for a tool
npx -y smithery tool get easyweek/easyweek get_workspace

# Call a tool
npx -y smithery tool call easyweek/easyweek get_workspace '{}'

Direct MCP Connection

Endpoint: https://easyweek-mcp.run.tools

Tools (22)

  • get_workspace — Get information about the current workspace (company).
  • list_locations — List all locations (branches) of the company.
  • get_location — Get address, contact details, and settings for a specific location.
  • list_staff — List staff members working at a location with their roles and assigned services.
  • list_staff_categories — List staff categories (departments/roles) configured at a location.
  • list_services — List services offered at a location with prices, durations, and assigned staff.
  • list_service_categories — List service categories at a location. Use to group services when displaying to users.
  • list_payment_accounts — List payment accounts (cash, card, online) configured for a location.
  • get_availability — List available time slots for a service within a date range.
  • get_next_available_slot — Find the earliest available time slot for a service. Use when a user asks 'when can I book?'.
  • list_bookings — List bookings for the workspace, paginated, with status, customer, services, and times.
  • get_booking — Get full booking details: customer, services, order amount, status, and cancellation policy.
  • create_booking — Create a new booking (appointment). Verify slot availability with get_availability first.
  • cancel_booking — Cancel a booking. This is a destructive action — confirm with the user before calling.
  • complete_booking — Mark a booking as completed (service delivered successfully).
  • change_booking_status — Move a booking to a custom status (e.g. 'Confirmed', 'No-show'). Use list_booking_statuses first.
  • update_booking_notes — Replace the public comment/notes on a booking. Visible to staff and in client notifications.
  • reschedule_booking — Move a booking to a new date/time. Preserves customer, services, and payment; only the time changes.
  • list_booking_statuses — List booking statuses available in this workspace. Use to resolve status UUIDs for change_booking_status.
  • list_customers — List customers in the workspace, paginated, with names, contacts, and profile fields.
  • get_customer — Get full customer details: name, phone, email, birthday, company info, and messaging contacts.
  • get_customer_bookings — Get booking history for a customer, paginated, sorted by date descending (newest first).
# Get full input/output schema for a tool
npx -y smithery tool get easyweek/easyweek 

Prompts (3)

  • book_appointment (service, when, customer) — Guide the user through booking a new appointment end-to-end.
  • find_next_slot (service) — Find the earliest free time slot for a service.
  • check_today_schedule — Show the list of bookings scheduled for today.

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP