{"name":"pl.szuruszuru/booking","slug":"szuruszuru-booking","title":"SzuruSzuru – rezerwacja czyszczenia tapicerki","description":"Quote, check slots and book on-site upholstery, carpet and mattress cleaning in Pomorskie, Poland.","url":"https://mcp.market/server/szuruszuru-booking","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":3,"ok":3,"last_checked_at":"2026-09-20T23:05:35.689Z","last_ok_at":"2026-09-20T23:05:35.689Z","latency_ms":104},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://szuruszuru.pl/llms.txt","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://agent.szuruszuru.pl/mcp"}],"packages":[],"tools":[{"name":"calculate_quote","description":"Calculates a binding quote for one or more services at a postal code: unit prices, quantity discounts, add-ons, travel fee and minimum order are computed by the SzuruSzuru backend. Returns quote_id (valid ~30 minutes) required by check_availability. Do not estimate or adjust prices yourself; if the quote is below the minimum order, ask the customer to add a service.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"postal_code":{"type":"string","minLength":5,"maxLength":6,"pattern":"^\\d{2}-?\\d{3}$"},"items":{"type":"array","minItems":1,"maxItems":20,"items":{"type":"object","required":["service","quantity"],"properties":{"service":{"type":"string","minLength":2,"maxLength":64,"pattern":"^[a-z0-9_\\-]+$","description":"Service id from list_upholstery_services"},"quantity":{"type":"number","minimum":0.5,"maximum":500,"description":"Pieces, mattress sides (1-2) or square metres for carpets"},"addons":{"type":"array","maxItems":10,"items":{"type":"string","minLength":2,"maxLength":60},"description":"Add-on names exactly as listed for the service"}},"additionalProperties":false}},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$","description":"Session id from a previous response (keeps quote, slots and confirmation together)"}},"required":["postal_code","items"],"additionalProperties":false}},{"name":"cancel_booking","description":"Cancels the verified customer's booking. Irreversible - ask the customer to confirm explicitly before calling. Requires customer_grant or a signed-in customer and an idempotency_key.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"booking_reference":{"type":"string","minLength":8,"maxLength":20,"pattern":"^[A-Za-z0-9\\-]{8,20}$"},"reason":{"type":"string","maxLength":120,"description":"Optional short reason given by the customer"},"idempotency_key":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[A-Za-z0-9._:\\-]{8,128}$"},"customer_grant":{"type":"string","minLength":20,"maxLength":80},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["booking_reference","idempotency_key"],"additionalProperties":false}},{"name":"check_availability","description":"Returns real, currently bookable appointment slots for a quote_id (new booking) or for an existing booking_reference (rescheduling; requires customer_grant). Filter by preference: type asap | date | range | preferred plus optional part_of_day. Slots expire after ~15 minutes and are the only valid source of slot_id. Never assume availability without calling this tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quote_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^q_[0-9a-z]{26}$"},"booking_reference":{"type":"string","minLength":8,"maxLength":20,"pattern":"^[A-Za-z0-9\\-]{8,20}$"},"wanted":{"type":"object","properties":{"type":{"type":"string","enum":["asap","date","range","preferred"],"default":"asap"},"date":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","maxLength":10},"from":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","maxLength":10},"to":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","maxLength":10},"part_of_day":{"type":"string","enum":["morning","afternoon","evening"]},"preferred_time":{"type":"string","pattern":"^([01]\\d|2[0-3]):[0-5]\\d$","maxLength":5}},"additionalProperties":false},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"},"customer_grant":{"type":"string","minLength":20,"maxLength":80,"description":"From verify_phone_code (only for booking_reference)"}},"additionalProperties":false}},{"name":"check_service_area","description":"Checks whether SzuruSzuru serves a Polish postal code (format NN-NNN, e.g. 83-300). Returns availability and the town name only. Does not reserve anything and does not reveal staff or schedules.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"postal_code":{"type":"string","minLength":5,"maxLength":6,"pattern":"^\\d{2}-?\\d{3}$"}},"required":["postal_code"],"additionalProperties":false}},{"name":"create_booking","description":"Creates the confirmed SzuruSzuru booking for a prepared confirmation_id after the customer provides the 6-digit SMS code. Use the same idempotency_key when retrying after a timeout - it will never create a second booking. Price, slot, schedule and identity are re-validated by the backend; the call fails with a clear code if anything changed. Returns booking_reference, time and total.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmation_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^c_[0-9a-z]{26}$"},"sms_code":{"type":"string","minLength":6,"maxLength":8,"pattern":"^\\s*\\d{3}\\s?\\d{3}\\s*$"},"idempotency_key":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[A-Za-z0-9._:\\-]{8,128}$"},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["confirmation_id","sms_code","idempotency_key"],"additionalProperties":false}},{"name":"get_my_bookings","description":"Lists the verified customer's bookings from the last 90 days (reference, services, time, price, status, whether they can be rescheduled or cancelled). Requires customer_grant or a signed-in customer. Never shows other customers' data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"booking_reference":{"type":"string","minLength":8,"maxLength":20,"pattern":"^[A-Za-z0-9\\-]{8,20}$","description":"Optional: one booking instead of the list"},"customer_grant":{"type":"string","minLength":20,"maxLength":80},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"additionalProperties":false}},{"name":"get_service_requirements","description":"Returns everything needed to quote one service: unit, quantity limits, variants, optional add-ons and a short factual description. Use it when the customer's request is ambiguous (e.g. corner sofa size, carpet area in m2). Read-only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"service":{"type":"string","minLength":2,"maxLength":64,"pattern":"^[a-z0-9_\\-]+$","description":"Service id from list_upholstery_services"}},"required":["service"],"additionalProperties":false}},{"name":"list_upholstery_services","description":"Lists SzuruSzuru's upholstery, carpet, rug and mattress cleaning services (Pomeranian region, Poland) with unit prices in PLN, units (piece / m2 / mattress side), add-ons and required parameters. Read-only. Does not check coverage or availability - use check_service_area and check_availability for that. Prices come from the live catalog; never estimate a price yourself.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","enum":["chairs","furniture","leather","mattress","carpet"],"description":"Optional filter (leather = leather furniture)"}},"additionalProperties":false}},{"name":"prepare_booking","description":"Prepares a booking for a chosen slot: validates the quote and slot, holds the slot for 10 minutes, records the customer's details and terms acceptance, and sends an SMS confirmation code to the customer's Polish mobile number. Returns confirmation_id and a `summary` that must be shown to the customer verbatim. Does NOT create the booking - the customer must read the code from the SMS and you must call create_booking. Requires the customer's explicit agreement to book and to the terms (terms_accepted=true).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quote_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^q_[0-9a-z]{26}$"},"slot_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^s_[0-9a-z]{26}$"},"customer":{"type":"object","required":["name","address"],"properties":{"name":{"type":"string","minLength":5,"maxLength":100,"description":"First and last name"},"phone":{"type":"string","minLength":9,"maxLength":20,"pattern":"^[+\\d][\\d\\s\\-]{8,19}$","description":"Polish mobile number (optional when the customer is signed in)"},"email":{"type":"string","maxLength":254,"description":"Optional"},"address":{"type":"string","minLength":4,"maxLength":200,"description":"Street and house/flat number"},"city":{"type":"string","maxLength":80}},"additionalProperties":false},"terms_accepted":{"type":"boolean","description":"Customer accepted the terms and the consent text (must be true)"},"notes":{"type":"string","maxLength":200,"description":"Optional note for the cleaner (fabric type, stains, parking)"},"invoice_data":{"type":"object","properties":{"company":{"type":"string","maxLength":150},"nip":{"type":"string","minLength":10,"maxLength":13,"pattern":"^[0-9\\-]{10,13}$"},"address":{"type":"string","maxLength":200}},"additionalProperties":false},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["quote_id","slot_id","customer","terms_accepted"],"additionalProperties":false}},{"name":"reschedule_booking","description":"Moves the verified customer's booking to a slot_id obtained from check_availability(booking_reference). Cannot change price or services. Ask the customer to confirm the new time before calling. Requires customer_grant or a signed-in customer and an idempotency_key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"booking_reference":{"type":"string","minLength":8,"maxLength":20,"pattern":"^[A-Za-z0-9\\-]{8,20}$"},"slot_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^s_[0-9a-z]{26}$"},"idempotency_key":{"type":"string","minLength":8,"maxLength":128,"pattern":"^[A-Za-z0-9._:\\-]{8,128}$"},"customer_grant":{"type":"string","minLength":20,"maxLength":80},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["booking_reference","slot_id","idempotency_key"],"additionalProperties":false}},{"name":"resend_confirmation_code","description":"Re-sends the SMS confirmation code for a prepared booking (rate-limited: at most one code per minute and three per 30 minutes per phone). Use only when the customer says the SMS did not arrive.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"confirmation_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^c_[0-9a-z]{26}$"},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["confirmation_id"],"additionalProperties":false}},{"name":"start_phone_verification","description":"Sends an SMS code to a Polish mobile number to prove the customer controls it, so their existing bookings can be accessed, rescheduled or cancelled. The response is the same whether or not the number is known to SzuruSzuru. Not needed for a new booking (prepare_booking sends its own code).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"phone":{"type":"string","minLength":9,"maxLength":20,"pattern":"^[+\\d][\\d\\s\\-]{8,19}$"},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["phone"],"additionalProperties":false}},{"name":"verify_phone_code","description":"Exchanges the SMS code from start_phone_verification for a short-lived customer_grant (60 minutes) scoped to the customer's own bookings. Pass customer_grant to get_my_bookings, check_availability(booking_reference), reschedule_booking and cancel_booking.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"verification_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^v_[0-9a-z]{26}$"},"code":{"type":"string","minLength":6,"maxLength":8,"pattern":"^\\s*\\d{3}\\s?\\d{3}\\s*$"},"session_id":{"type":"string","minLength":28,"maxLength":40,"pattern":"^as_[0-9a-z]{26}$"}},"required":["verification_id","code"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T11:35:35.248Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:35:35.140Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1504ms"]},"poisoning":{"score":15,"max":15,"notes":["13 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://agent.szuruszuru.pl/mcp","reachable":true,"authRequired":false,"latencyMs":1504,"serverInfo":{"name":"szuruszuru-agent-gateway","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://szuruszuru.pl/wp-content/uploads/2022/10/cropped-fv-192x192.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}