eCommerce
studio-cast-away.com
Manages studio session bookings, checks availability, and creates Stripe checkout links.
ENDPOINT 1
https://my.studio-cast-away.com/mcp
MCP server metadata
- Name
- Studio Cast Away Booking
- Version
- 1.0.0
Studio Cast Away is a professional content studio in Lagos, Algarve (Portugal): podcast recording, video production, corporate brand videos, social reels and live streaming — a dedicated technician is always included. All times are in the Europe/Lisbon timezone. Use this server to book a studio session on the customer's behalf. Follow this order: 1. `list-studio-services` — show the available session types (main products), their hourly pricing and per-duration tiers, and the optional add-ons. 2. `check-studio-availability` — find open time slots for a date range (and, optionally, a session length). Only offer times returned here. 3. `create-studio-booking-checkout` — create the booking and return a secure Stripe Checkout link. Collect the customer's name and email first; the confirmation email and receipt are sent to that address. Important: a booking is only confirmed once the customer completes payment on the returned Stripe Checkout link. Always give the customer that link and ask them to open it to pay. The final amount is shown on the Stripe page. Never invent products, prices, or time slots — only use values returned by the tools.
Known tools 3
list-studio-servicesLists the bookable Studio Cast Away session types (main products) with their hourly price and per-duration price tiers, plus the optional add-ons.
check-studio-availabilityReturns the open (bookable) studio time slots between two dates.
create-studio-booking-checkoutCreates a studio-session booking and returns a secure Stripe Checkout link.