General Tools
vamoslocal.com
Provides city tour planning and exploration features including stop listings, trip planning, and pricing.
ENDPOINT 1
https://vamoslocal.com/api/mcp
MCP server metadata
- Name
- vamos-tourist
- Version
- 1.0.0
Known tools 11
explore_cityList approved stops, optionally filtered by city, category, or interest.
Inferred read-onlyplan_my_tripSuggest an ordered list of stops that fit your time, pace, and walking capacity.
Inferred read-onlyexplore_recommendationsGet curated local recommendations and everyday advice for a specific city (e.g.
Inferred read-onlylist_guidesBrowse approved local guides with their specialties, languages, neighborhoods, and average rating.
Inferred read-onlyguide_detailsGet a guide's public profile by id or name (fuzzy match): bio, specialties, languages, neighborhoods, rating summary, recent reviews, and their curated tours.
Inferred read-onlytour_detailsGet full details for a curated tour by its code: description, pricing (group/private), duration, meeting point, languages, inclusions, and images.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for vamoslocal.com was fetched 2026-08-03T22:19:58.142Z.
vamoslocal.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.