← Registry

API Tools

g-guest.app

Provides search, booking, and availability functions for G-Guest businesses, enabling developers to integrate business reservations into their applications.

1 endpoint5 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://g-guest.app/api/mcp

No auth detected

MCP server metadata

Name
g-guest
Version
1.0.0
Capabilities
tools
Server instructions

G-Guest lets you book a real table at a local business. Check availability, then create the booking with the guest's own name, email and phone. Never invent guest details.

Known tools 5

search

Search bookable businesses on G-Guest by name or slug.

Inferred read-only
fetch

Fetch full details for one business id returned by search: services, hours, timezone and how to book it.

Inferred read-only
get_business

Look up a business on G-Guest: services, opening hours, timezone and maximum party size.

Inferred read-only
check_availability

List bookable time slots for a business on a given date and party size.

Inferred read-only
create_booking

Create a real reservation.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.g-guest]
url = "https://g-guest.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "g-guest": {
      "type": "http",
      "url": "https://g-guest.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: g-guest
Remote MCP URL: https://g-guest.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "g-guest": {
      "url": "https://g-guest.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "g-guest": {
      "type": "http",
      "url": "https://g-guest.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "g-guest",
  "transport": "streamable-http",
  "url": "https://g-guest.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.