KARVE Booking
Official4 toolsby karve
Live KARVE Pilates class schedule and availability in Jeddah, with booking links. Read-only.
Displays live KARVE Pilates class schedules and availability in Jeddah with booking links.
Captured live from the server via tools/list.
search_classes
Live KARVE (Jeddah) class schedule with real-time availability. Answers what's on, spots left, trainer, and returns a per-class booking link. Read-only. Dates DD/MM/YYYY (KSA). Search in English.
Parameters (8)
- startDatestring
- endDatestring
- daysinteger
- querystring
- categorystring
- trainerstring
- onlyAvailableboolean
- includePastboolean
next_available
Soonest upcoming KARVE classes that still have an open spot, optionally matching an English query (e.g. 'transformer', 'Sarah', 'beginners'). Returns booking links.
Parameters (3)
- querystring
- withinDaysinteger
- limitinteger
class_detail
Full detail for one KARVE class by its idSchedule (from search_classes' JSON): description, trainer, studio, live availability, and a booking link.
Parameters (2)
- idScheduleintegerrequired
- withinDaysinteger
studio_info
Authoritative KARVE facts — pricing & passes, first-timer info, policies (women-only, grip socks, cancellation, age), hours, location and contact. Use instead of guessing.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://karve.sa/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"booking": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://karve.sa/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.