← vamoslocal.com

INDIVIDUAL MCP TOOL

list_guides

Browse approved local guides with their specialties, languages, neighborhoods, and average rating.

vamoslocal.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://vamoslocal.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_guides 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

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

.mcp.json

{
  "mcpServers": {
    "vamos-tourist": {
      "type": "http",
      "url": "https://vamoslocal.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • explore_city — List approved stops, optionally filtered by city, category, or interest.
  • stop_details — Get full details about a specific stop by name (fuzzy match).
  • plan_my_trip — Suggest an ordered list of stops that fit your time, pace, and walking capacity.
  • whats_nearby — Find the closest stops to a given stop using walking distances.
  • tour_pricing — Calculate tour pricing for a given group size and duration.
  • list_cities — List all cities where Vamos offers guided tours.
  • explore_recommendations — Get curated local recommendations and everyday advice for a specific city (e.g.
  • guide_details — Get a guide's public profile by id or name (fuzzy match): bio, specialties, languages, neighborhoods, rating summary, recent reviews, and their curated tours.