← g-guest.app

INDIVIDUAL MCP TOOL

fetch

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

g-guest.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

g-guest.app

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.

Related tools

  • search — Search bookable businesses on G-Guest by name or slug.
  • get_business — Look up a business on G-Guest: services, opening hours, timezone and maximum party size.
  • check_availability — List bookable time slots for a business on a given date and party size.
  • create_booking — Create a real reservation.