G Guest MCP server
Book a table, appointment or class at a real local business. Instant confirmation, no API key.
Little public usage data yet
Reviews
Write oneNobody has reviewed G Guest yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
G Guest tools (8, 2 write)
write = sends, deletes, buys or postscancel_bookingwrite actionFreeCancel an upcoming booking and release its slot to other guests. Identified like check_booking: booking_id plus manage_token. Confirm with the guest before calling; the cancellation is immediate and this server cannot undo it, the guest would simply book again. The venue is notified exactly as for a cancellation from the manage link. Safe to retry: cancelling a booking that is already cancelled returns the same result, not an error. A booking whose start time has passed cannot be cancelled and returns an error saying so. To move a booking to another time, cancel it and create a new one.
check_availabilityFreeList bookable time slots for a business on a given date and party size. Offer the guest only slots where available is true.
check_bookingFreeLook up one existing booking so the guest can confirm when and where it is. Identify it with the booking_id and manage_token that create_booking returned; both also sit in the guest's confirmation email as the manage link, /booking/<booking_id>?token=<manage_token>. Returns the business, the local date and time with its timezone, party size, service and status: confirmed, pending_confirmation, cancelled, or for past bookings completed or no_show. Never returns the guest's name, email or phone. A wrong or missing token is refused without revealing whether the booking exists.
create_bookingwrite actionFreeCreate a real reservation. Use a start value returned by check_availability. Never invent guest details. Ask the person for their real name, email and phone first. If the result status is pending_confirmation, show the guest the confirmation_url.
fetchFreeFetch full details for one business id returned by search: services, hours, timezone and how to book it.
get_businessFreeLook up a business on G-Guest: services, opening hours, timezone and maximum party size. Call this first if you only know the slug.
request_listingFreeAsk G-Guest to list a business that is not on it yet. Use it when the person you are helping runs a restaurant, cafe, bar, salon, spa, studio or clinic and wants reservations that assistants can make. Nothing is published by this call: the request reaches the G-Guest team as a lead, a person reviews it and contacts the business, and only then is anything set up. The owner's or manager's email is required, because the reply comes by email; a phone is optional extra. Do not call it for a guest who merely wants to book somewhere, and never submit a business without its owner's or manager's say-so. Returns a receipt with a reference id; no timeline is promised.
searchFreeSearch bookable businesses on G-Guest by name or slug. Returns ids you can pass to fetch or to the booking tools.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 563ms20/20
- Tool poisoning8 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http g-guest https://g-guest.app/api/mcp
G Guest: common questions
- Is G Guest MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the G Guest safety report
- How do I install G Guest?
- It runs remotely at g-guest.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does G Guest need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is G Guest maintained?
- The latest release is v1.0.1.
- Is G Guest up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.