What is MCP?
The Model Context Protocol is an open standard that lets AI assistants like Claude connect to external tools and data sources. Instead of switching between apps, you just ask Claude what you need and it works with Vamos directly.
Natural Language
No APIs to learn, no dashboards to navigate. Just describe what you want in plain English.
Real-Time Data
Every query hits the live Vamos database. Bookings, schedules, earnings — always up to date.
31 Specialized Tools
From browsing stops to bulk-assigning guides, the MCP server exposes the full Vamos platform.
Quick Connect — Copy & Go
No setup, no install. Just paste the config into your AI and start exploring São Paulo.
Claude
Desktop & Code
- 1. Open Settings → MCP Servers
- 2. Click "Add Server"
- 3. Paste config below
{
"mcpServers": {
"vamos": {
"url": "https://vamoslocal.com/api/mcp"
}
}
}ChatGPT
Desktop & Web
- 1. Open Settings → Connections
- 2. Click "Add MCP Server"
- 3. Paste the server URL
https://vamoslocal.com/api/mcpGemini
Desktop & Web
- 1. Open Settings → Extensions
- 2. Click "Add MCP Tool"
- 3. Paste the server URL
https://vamoslocal.com/api/mcpAny MCP Client
Cursor, Windsurf, etc.
- 1. Open your MCP config file
- 2. Add a new server entry
- 3. Paste config below
{
"mcpServers": {
"vamos": {
"url": "https://vamoslocal.com/api/mcp"
}
}
}No authentication needed for tourist access. Guides and admins: scroll down for authenticated configs.
Choose Your Persona
Each role gets a tailored set of MCP tools. Pick yours and start chatting.
For Tourists
Plan your São Paulo trip with AI
Use natural language to explore stops, plan custom itineraries, find nearby attractions, and get details on any point of interest in São Paulo. Just talk to Claude and it handles the rest.
Browse all curated stops and attractions
catalog_listView and refine your personalized itinerary
itinerary_getGet rich details on any point of interest
catalog_getSee which cities are available for tours
city_list{
"mcpServers": {
"vamos": {
"url": "https://vamoslocal.com/api/mcp"
}
}
}For Guides
Manage your tours smarter
Access your schedule, review upcoming bookings, prep for tours, track your earnings, and chat with customers — all through a conversational interface with Claude.
View all your upcoming and past bookings
guide_my_bookingsSee your weekly tour schedule at a glance
guide_scheduleGet AI-generated prep notes before each tour
guide_prep_briefTrack revenue, payouts, and financial insights
guide_earnings{
"mcpServers": {
"vamos-guide": {
"url": "https://vamoslocal.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}For Admins
Full platform control
Monitor the entire platform with real-time dashboards, manage the catalog, handle booking operations at scale, analyze revenue by guide, and maintain data integrity — all from your AI assistant.
Real-time platform metrics and KPIs
dashboard_statsFull CRUD over stops, cities, and categories
catalog_listMass-assign guides or update booking statuses
booking_bulk_assignRevenue breakdowns by guide, period, and status
dashboard_revenue{
"mcpServers": {
"vamos-admin": {
"url": "https://vamoslocal.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Setup in 3 Steps
Get up and running with the Vamos MCP server in under a minute.
Copy the Config
Pick your AI platform from the Quick Connect cards above and copy the config or URL.
# Claude / Cursor / Windsurf: copy the JSON config
# ChatGPT / Gemini: copy the server URL
https://vamoslocal.com/api/mcpPaste in Your AI Settings
Open your AI tool's MCP or connection settings and paste what you copied.
# Claude Desktop: Settings → MCP Servers → Add
# Claude Code: .claude/mcp.json
# ChatGPT: Settings → Connections → Add MCP Server
# Gemini: Settings → Extensions → Add MCP Tool
# Cursor: Settings → MCP → Add ServerStart Chatting
Ask your AI about São Paulo tours. The Vamos tools activate automatically.
# Try these prompts:
"Show me the top food stops in São Paulo"
"Plan a 3-hour walking tour for 2 people"
"How much does a food tour cost for 4 people?"
"What's near the Municipal Market?"All 31 MCP Tools
A complete reference of every tool available through the Vamos MCP server.
Catalog
catalog_listcatalog_getcatalog_createcatalog_updatecatalog_deletecatalog_set_status
Cities
city_listcity_createcity_updatecity_delete
Bookings
booking_listbooking_get
Itineraries
itinerary_get
Guides
guide_listguide_create
Dashboard
dashboard_stats
Guide Actions
guide_my_bookingsguide_booking_detailguide_prep_briefguide_scheduleguide_earningsguide_update_availabilityguide_update_profileguide_chat_sendguide_chat_history
Admin Actions
booking_bulk_assignbooking_update_statusdashboard_revenueguide_performanceguide_update_adminguide_delete
Ready to try it?
Pick a persona, copy the config, and start exploring São Paulo through your AI assistant. No GUI required.