Same door for humans and AI. No gatekeeper.Register →
Explorer/MCP/easyweek/easyweek
REMOTE

EasyWeek

easyweek/easyweek

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 workspace to any MCP-compatible AI client — Claude Desktop, Claude Code, Cursor, Windsurf, Cline, and others — so you can manage your business through natural conversation instead of clicking through dashboards. Ask your AI assistant things like: - *"Show me all bookings for tomorrow at the downtown location."* - *"When is Maria's next free slot for a 60-minute haircut?"* - *"Cancel John's 3pm appointment and add a note that he rescheduled for next week."* - *"Who are my top 10 customers by booking frequency this quarter?"* - *"Create a booking for Anna Schmidt with stylist Petra on Friday at 10am for a color treatment."* The server is production-ready, hosted in Germany on Hetzner infrastructure, GDPR/DSGVO compliant, and authenticated via OAuth — no API keys to copy, no config files to edit. Sign in with your EasyWeek account and you're connected. ### Who it's for - **Business owners** running salons, barbershops, beauty studios, nail bars, massage and wellness centers, physiotherapy practices, dental and medical clinics, tattoo studios, fitness studios, yoga and pilates schools, driving schools, photo studios, repair shops, and any other appointment-based service business. No coding required. - **Developers and agencies** building custom automations, internal tools, Slack bots, dashboards, or AI agents on top of EasyWeek data. The same MCP server that powers Claude conversations can power your scripts and workflows. - **AI agent builders** preparing for agentic commerce — EasyWeek is the first booking platform with a production MCP server, making it the natural choice for agents that need to discover services, check availability, and create real bookings on behalf of consumers. ### 21 tools across 7 domains - **Bookings (8 tools):** list, get, create, complete, cancel, change status, update notes, list statuses - **Availability (2 tools):** real-time slot lookup and next-available-slot search - **Customers (3 tools):** list, get details, view full booking history - **Staff (2 tools):** list team members and staff categories with assigned services - **Services (3 tools):** list services, categories, and payment accounts with prices and durations - **Locations (2 tools):** list and get details for all branches - **Workspace (1 tool):** company profile and metadata All availability checks query live data — never stale caches — so AI agents always book against the real calendar. ### Why EasyWeek EasyWeek is a European SaaS platform built around one principle: maximum simplicity for the people who actually run small service businesses. It includes a free plan, an embeddable booking widget, a built-in website builder with regional SEO domains across 28+ countries, SMS/email/WhatsApp notifications, POS, marketing tools, an open API with webhooks, Google Calendar and video conferencing sync (Meet, Zoom, Teams), object/resource booking, and a free onboarding service where account managers help you set everything up. No commission on bookings. No vendor lock-in. Multilingual interface in 35+ languages. If you don't have an EasyWeek account yet, you can create one for free at **easyweek.io** (or your local domain — easyweek.de, easyweek.fr, easyweek.es, easyweek.pl, easyweek.com.ua, easyweek.co.uk, and 20+ more) and connect this MCP server in under a minute. ### Setup 1. Create or log into your EasyWeek account. 2. In your MCP client (Claude Desktop, Cursor, etc.), add the server URL: `https://mcp.easyweek.io/mcp` 3. Authorize with OAuth using your EasyWeek credentials. 4. Start managing your business in plain language. That's it. No API keys, no config files, no terminal. ### Tech & compliance - **Protocol:** Model Context Protocol (open standard by Anthropic) - **Transport:** HTTPS, remote-hosted (no local install) - **Auth:** OAuth 2.0 - **Data residency:** Germany (Hetzner) - **Compliance:** GDPR / DSGVO - **Pricing:** Included in EasyWeek plans, no per-request fees - **Compatible clients:** Claude Desktop, Claude Code, Claude.ai, Cursor, Windsurf, Cline, and any MCP-compatible tool

22 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (4mo)
22toolsRemote/ HTTP4moindexed
100% uptime · 333ms avgChecked Aug 17, 2026
Quality Score
61/95
Deep
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure13/20
116 days indexed
Capability19/25
Tools: 7/13 (22 tools)
Description: 5/5
Endpoint: 7/7
Adoption4.3/25
Use count: 4.3/20 (11 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (21/21 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
22 tools. Nothing caught our attention.
First indexed Apr 22, 2026
Server Profile
Tools catalogued
22
22 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 333ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://easyweek-mcp.run.tools
Tools (22)
get_workspace
Get information about the current workspace (company). Returns the company name, slug, UUID, and profile details. Use this first to understand which company you're connected to.
list_locations
List all locations (branches) of the company. Returns location UUIDs, names, addresses, and contact details. Location UUIDs are required for most other tools.
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.
Show all 22 tools ↓
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).

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from easyweek
MCP Nightscout
Connects AI assistants to Nightscout for real-time glucose monitoring, analysis, and treatment logging, enabling natural language interaction with CGM data.
Similar servers
GCP MCP
Enables managing Google Cloud Platform resources through natural language commands in Claude Desktop, supporting comprehensive operations across compute, storage, databases, networking, monitoring, and IAM without manual credential setup.
MCP Embedding Search
A Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.
ZoomEye MCP Server
MCP server for querying the ZoomEye API
adx-mcp-server
AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.
Notion MCP Server
A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
GZOO Cortex
Local-first knowledge graph for developers. Watches project files, extracts entities and relationships via LLMs, and lets you query across projects in natural language with source citations. Provides 4 MCP tools: get_status, list_projects, find_entity, query_cortex.
Indexed from Smithery · Updates nightlyView on Smithery →