Skip to main content
Glama
BlondeDevRules

G-Guest MCP server

G-Guest MCP server

Book a table, an appointment or a place in a class at a real local business — from an AI assistant, with no API key and no account.

G-Guest is the booking system those businesses run on. This server exposes it to assistants over MCP: find a venue, read its real availability, and create a booking that is confirmed instantly and appears in the venue's own panel.

Endpointhttps://g-guest.app/api/mcp Transport — streamable HTTP (JSON-RPC 2.0 over POST) Auth — none. Reading and booking are open; a booking must carry the guest's name, phone and email.

Tools

Tool

What it does

search

Find bookable businesses by name or slug

fetch

Full details for one business: services, hours, how to book

get_business

The same card, by slug

check_availability

Real bookable slots for a date and party size

create_booking

A real, confirmed reservation

Exact schemas: tools.json — generated from the live endpoint, not written by hand.

Related MCP server: Odybook MCP Server

Try it without installing anything

curl -s -X POST https://g-guest.app/api/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

A live demo venue is demo-studio (a pilates studio) and demo (a restaurant). Booking against those is real but harmless — they are ours.

Adding it to an assistant

  • Claude, Codex, and custom agents — point them at the endpoint. Nothing to install.

  • ChatGPT — add it as a connector (developer mode). Step-by-step, with what we have actually tested and what we have not: https://g-guest.app/ai

Honesty about what this is

Every venue reachable here is a paying or trialling customer of G-Guest, and a booking made through this server is a real reservation that a real business will honour. There is no marketplace in the middle and no commission on the booking.

We list only what we have tested ourselves. https://g-guest.app/ai says which assistants have actually created a confirmed booking here, and on what date.

Where the code lives

⚠️ This repository contains no server code, and never should. The MCP server is implemented inside the G-Guest application itself (private), and this repo is its public description: the endpoint, the tool schemas and the docs, so registries and assistants can find it. tools.json is regenerated from the live endpoint — if the two ever disagree, the live endpoint is right.

Made by G-Lab Studio.

F
license - not found
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Discover and book businesses via AI agents.

  • Last-minute booking slots across 11 suppliers. Search, price, and execute bookings via AI agents.

  • Find real businesses and book appointments. Books via Cal.com; imports 12 platforms.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlondeDevRules/g-guest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server