← guruwalk.com

INDIVIDUAL MCP TOOL

check_availability

Deprecated: use get_product_availability

guruwalk.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://back.guruwalk.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

guruwalk.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_tours_activities_by_destination — Search a city to explore free walking tours and paid activities on GuruWalk, the world's largest free walking tour platform.
  • get_tours_activities_by_category — Browse tours and activities within a specific category for a destination on GuruWalk.
  • get_product_availability — Check real-time availability for one or more tours or activities on GuruWalk in a single call.
  • discover_destination — Deprecated: use search_tours_activities_by_destination
  • browse_category — Deprecated: use get_tours_activities_by_category
  • get_product_detail — Get the full detail of one or more tours or activities on GuruWalk in a single call.
  • show_tours_activities — Present a selection of tours or activities to the traveler as a visual list of cards (photo, rating, price, booking button) rendered inline in the conversation.
  • get_support_guide — Returns an official GuruWalk support guide for a specific traveler-support topic.