TourLife MCP Server
TourLife provides a Model Context Protocol (MCP) server that enables AI assistants to interact directly with your tour data. MCP is an open standard that allows AI tools like Claude Desktop, Cursor, and other MCP-compatible applications to securely access external data sources.
MCP Endpoint
The MCP server is available at:
https://api.tourlife.rocks/mcp
Authentication
The MCP server uses the same Bearer token authentication as the TourLife API. To get your API token:
- Log into TourLife at app.tourlife.rocks
- Navigate to Settings → API Settings in your personal profile
- Create a new API token
- Keep this token secure – you'll need it when configuring your AI assistant
Setting Up Claude Desktop
To connect Claude Desktop to TourLife:
- Open Claude Desktop and go to Settings → Developer → Edit Config
- Add the following configuration to your
claude_desktop_config.json:
{
"mcpServers": {
"tourlife": {
"url": "https://api.tourlife.rocks/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
- Replace
YOUR_API_TOKENwith the token you created in TourLife - Restart Claude Desktop
Setting Up Cursor
To connect Cursor to TourLife:
- Open Cursor and go to Settings → MCP
- Click Add new MCP server
- Enter the following details:
- Name: TourLife
- Type: SSE
- URL:
https://api.tourlife.rocks/mcp
- Add the authorization header with your API token
Available Capabilities
Once connected, your AI assistant can help you with:
Projects
- List all projects you have access to
- Get details for specific bands or tours
Events
- Query upcoming and past events
- Get detailed event information including venue, times, and status
- Create new events
Guests
- List guests for any event
- Add new guests to guest lists
- Update guest details and access types
- Remove guests from events
Contacts
- Access venue and event contacts
- Add and manage contact information
Roster
- View who's attending each event
- Update attendance status
Flights & Transport
- Check flight bookings for events
- Review ground transportation details
Files
- Access event-related documents and files
Example Prompts
Here are some things you can ask your AI assistant once connected:
- "What shows do I have coming up this month?"
- "Add Maria Garcia as a backstage guest for the London show on April 15th"
- "Who's on the roster for our next festival appearance?"
- "What are the flight details for the Berlin event?"
- "Show me the contact information for the Amsterdam venue"
Troubleshooting
Connection Issues
- Verify your API token is correct and hasn't expired
- Ensure you have an active internet connection
- Check that the authorization header is properly formatted
Permission Errors
- Make sure your TourLife account has access to the projects you're trying to query
- API tokens inherit the permissions of the user who created them
Need Help?
If you have questions about the MCP server or need assistance with your setup, reach out to us at info@tourlife.rocks.