← Registry

Content Tools

guruwalk.com

Search and retrieve tours, activities, and availability from GuruWalk's platform.

2 endpoints9 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://back.guruwalk.com/mcp

No auth detected

MCP server metadata

Name
guruwalk
Version
1.0.0
Capabilities
extensions.io.modelcontextprotocol/ui.mimeTypesresourcestools

Known tools 9

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.

Inferred read-only
get_tours_activities_by_category

Browse tours and activities within a specific category for a destination on GuruWalk.

Inferred read-only
get_product_availability

Check real-time availability for one or more tours or activities on GuruWalk in a single call.

Inferred read-only
discover_destination

Deprecated: use search_tours_activities_by_destination

Inferred read-only
browse_category

Deprecated: use get_tours_activities_by_category

Inferred read-only
check_availability

Deprecated: use get_product_availability

Inferred read-only
get_product_detail

Get the full detail of one or more tours or activities on GuruWalk in a single call.

Inferred read-only
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.

Inferred read-only
get_support_guide

Returns an official GuruWalk support guide for a specific traveler-support topic.

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.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.

ENDPOINT 2

https://back.guruwalk.com/mcp/affiliates

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.guruwalk-com]
url = "https://back.guruwalk.com/mcp/affiliates"
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": {
    "guruwalk-com": {
      "type": "http",
      "url": "https://back.guruwalk.com/mcp/affiliates",
      "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: guruwalk-com
Remote MCP URL: https://back.guruwalk.com/mcp/affiliates

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": {
    "guruwalk-com": {
      "url": "https://back.guruwalk.com/mcp/affiliates",
      "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": {
    "guruwalk-com": {
      "type": "http",
      "url": "https://back.guruwalk.com/mcp/affiliates",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "guruwalk-com bearer token",
      "password": true
    }
  ]
}

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

Generic MCP

Client-specific MCP configuration

{
  "name": "guruwalk-com",
  "transport": "streamable-http",
  "url": "https://back.guruwalk.com/mcp/affiliates",
  "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

Trust Data Available

BuiltWith Trust API v2 evidence for guruwalk.com was fetched 2026-07-26T07:02:38.123Z and is being refreshed.

Trust status RestrictedContent

guruwalk.com is assessed as RestrictedContent: Domain runs technology categorized as adult content.

Indexed

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