Content Tools
guruwalk.com
Search and retrieve tours, activities, and availability from GuruWalk's platform.
ENDPOINT 1
https://back.guruwalk.com/mcp
MCP server metadata
- Name
- guruwalk
- Version
- 1.0.0
Known tools 9
search_tours_activities_by_destinationSearch a city to explore free walking tours and paid activities on GuruWalk, the world's largest free walking tour platform.
Inferred read-onlyget_tours_activities_by_categoryBrowse tours and activities within a specific category for a destination on GuruWalk.
Inferred read-onlyget_product_availabilityCheck real-time availability for one or more tours or activities on GuruWalk in a single call.
Inferred read-onlyget_product_detailGet the full detail of one or more tours or activities on GuruWalk in a single call.
Inferred read-onlyshow_tours_activitiesPresent 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-onlyget_support_guideReturns an official GuruWalk support guide for a specific traveler-support topic.
Inferred read-onlyCONNECT 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
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.
guruwalk.com is assessed as RestrictedContent: Domain runs technology categorized as adult content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.