← Registry

Developer Tools

guruhotel.com

Provides access to GuruHotel's product knowledge, pricing, integrations, and PMS compatibility details for developers.

2 endpoints6 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://guruhotel.com/api/mcp

No auth detected

MCP server metadata

Name
guruhotel
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

GuruHotel is AI-native direct booking infrastructure for independent hotels: an AI-powered hotel website builder, direct booking engine and Stripe-powered payments. Use search_guruhotel_knowledge for open questions, get_product_facts for verified company/product facts, check_pms_compatibility when a hotelier asks whether their PMS works with GuruHotel, and get_page_markdown to read any page in full. All data is published, read-only knowledge; for anything unconfirmed, direct users to sales@guruhotel.com.

Known tools 6

search_guruhotel_knowledge

Search GuruHotel's published knowledge base: product pages, integration pages, and guides about direct bookings, hotel websites, booking engines, payments and AI/agentic booking.

Inferred read-only
get_product_facts

Published, verified facts about GuruHotel the company and product: positioning, capabilities, traction metrics, payments (Stripe) and markets.

Inferred read-only
get_pricing

GuruHotel's published pricing model (commission-based with optional subscription plans).

Inferred read-only
get_integrations

Full inventory of GuruHotel's PMS/connectivity integrations with their status: 'live' (direct), 'via-channex' (evidenced Channex connection), 'compatible' (works through Channex, confirmed during onboarding), 'beta' or 'unverified'.

Inferred read-only
check_pms_compatibility

Check whether a specific hotel PMS (property management system) works with GuruHotel, e.

Inferred read-only
get_page_markdown

Fetch the full markdown version of any GuruHotel page by its URL path (e.

Inferred read-only

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.guruhotel]
url = "https://guruhotel.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "guruhotel": {
      "type": "http",
      "url": "https://guruhotel.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: guruhotel
Remote MCP URL: https://guruhotel.com/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": {
    "guruhotel": {
      "url": "https://guruhotel.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "guruhotel": {
      "type": "http",
      "url": "https://guruhotel.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "guruhotel",
  "transport": "streamable-http",
  "url": "https://guruhotel.com/api/mcp"
}
MCP Inspector

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

ENDPOINT 2

https://manager.guruhotel.com/api/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.guruhotel-com]
url = "https://manager.guruhotel.com/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "guruhotel-com": {
      "type": "http",
      "url": "https://manager.guruhotel.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: guruhotel-com
Remote MCP URL: https://manager.guruhotel.com/api/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "guruhotel-com": {
      "url": "https://manager.guruhotel.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "guruhotel-com": {
      "type": "http",
      "url": "https://manager.guruhotel.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "guruhotel-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "guruhotel-com",
  "transport": "streamable-http",
  "url": "https://manager.guruhotel.com/api/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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.