G-Guest MCP server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@G-Guest MCP serverFind a table for two at an Italian restaurant tonight"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Endpoint — https://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 |
| Find bookable businesses by name or slug |
| Full details for one business: services, hours, how to book |
| The same card, by slug |
| Real bookable slots for a date and party size |
| 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.
Links
Service manifest — https://g-guest.app/.well-known/g-guest.json
OpenAPI (plain HTTP, for agents without MCP) — https://g-guest.app/openapi.json
What works today, per assistant — https://g-guest.app/ai
G-Guest — https://g-guest.app
Made by G-Lab Studio.
This server cannot be installed
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
AlicenseAqualityCmaintenanceEnables AI assistants to discover and book local service businesses like barbers, plumbers, and mechanics directly through MCP-compatible tools.988MIT
Odybook MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search tours, check availability, and manage bookings via Odybook's experience management platform.
Dida Hotel MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to search and book hotels globally with real-time pricing and inventory from over 2 million properties.81MIT- AlicenseAqualityCmaintenanceEnables AI agents to search restaurants, check availability, and book reservations on OpenTable, including managing booking history and handling multi-factor authentication.966MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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