Back to Apps

Master Tour MCP
Supports UIby akisma
AI-powered interface for Master Tour by Eventric, enabling seamless management of tour events, crew, and venue research.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants directly to Master Tour, the industry-standard tour management software by Eventric. It allows agents to retrieve and manage critical tour logistics, from hotel assignments and crew contacts to detailed venue production specs.
Tools
list_tours: List all accessible tours with IDs and permissions.get_tour_events: Retrieve tour dates, venues, and cities.get_tour_hotels: Get hotel information for tour days.get_tour_crew: Retrieve crew members grouped by role with contact info.get_upcoming_shows: List all upcoming shows across all tours.search_past_venues: Find venues from historical tours by name or city.get_venue_details: Get full production specs and facility info for a venue.get_today_schedule: Retrieve the daily itinerary and events.add_schedule_item: Add new items to the day's schedule.update_schedule_item: Modify existing schedule entries.delete_schedule_item: Remove schedule items.update_day_notes: Update general, hotel, or travel notes for a tour day.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mastertour": {
"command": "node",
"args": ["/path/to/mastertour-mcp/dist/index.js"],
"env": {
"MASTERTOUR_KEY": "your_key",
"MASTERTOUR_SECRET": "your_secret"
}
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Add to mcpServers: { "command": "node", "args": ["/path/to/mastertour-mcp/dist/index.js"], "env": { "MASTERTOUR_KEY": "your_key", "MASTERTOUR_SECRET": "your_secret" } }





