EventTemple Connector for AI agents.
9 live capabilities
Manage venue bookings and catering orders with natural language.
Waiting for input…
Why people use EventTemple
EventTemple for Venue Booking Management
With this Connector, you just talk to your agent. You can ask for a booking summary, check a contact's history, or list all pending tasks in one sentence. It pulls the data from EventTemple and puts it right in front of you. You spend less time clicking and more time actually closing sales.
What Vinkius changes
You get a voice-activated dashboard for your entire hospitality booking pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a group lead status
A sales rep asks the agent to check the status of the Tech Summit booking to see if it is confirmed or tentative.
- Real-world use case 02
Accessing venue requirements
An event planner asks for the requirements for the Gala Dinner to see the specific setup details for the kitchen.
- Real-world use case 03
Monitoring financial tasks
A venue manager asks to see all outstanding invoices to see what has been paid for the current month.
Complete set · 9capabilities
The complete EventTemple capability set.
These are the exact actions your AI can choose when you ask it to work with EventTemple.
01—03
3 capabilities in this set.
Part of 9 available through EventTemple.
- 01 Capability
List tasks
Get a full list of all pending tasks in your account. This helps you stay on top of every event detail.
- 02 Capability
List events
See every individual event scheduled in your calendar. Use this to coordinate your venue requirements.
- 03 Capability
List invoices
View a complete list of all invoices for your bookings. This gives you instant financial visibility.
04—06
3 capabilities in this set.
Part of 9 available through EventTemple.
- 04 Capability
Get booking
Pull up specific details for a single group booking. It provides metadata on status and dates.
- 05 Capability
Get contact
Retrieve full profile details for a specific contact. Use this to maintain high-touch relationships.
- 06 Capability
Get event
Get the specific requirements and details for one event. This keeps your operational flow high-fidelity.
07—09
3 capabilities in this set.
Part of 9 available through EventTemple.
- 07 Capability
List accounts
See a list of all companies and accounts in your system. This helps you manage your high-level relationships.
- 08 Capability
List bookings
Pull a list of all your current and past bookings. Use this to monitor your overall sales pipeline.
- 09 Capability
List contacts
View all the contacts stored in your hospitality CRM. This makes it easy to find specific client info.
Set up in minutes
One URL. Then ask EventTemple to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EventTemple from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it EventTemple, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EventTemple for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the EventTemple URL.
- Step 03
Save and start
Save the connection and enable EventTemple in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"eventtemple": {
"url": "https://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using EventTemple
Open Agent mode in chat and ask: "Using EventTemple, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"eventtemple": {
"url": "https://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using EventTemple
Ask Copilot: "Using EventTemple, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"eventtemple": {
"url": "https://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using EventTemple
Open Cascade and ask: "Using EventTemple, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"eventtemple": {
"url": "https://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using EventTemple
Ask Cline: "Using EventTemple, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add eventtemple --transport http "https://edge.vinkius.com/vk_preview_rqisQeQm1CmTUu9xRMrrBAyva6xnbDhb6h3UEbxp/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using EventTemple
Ask Claude: "Using EventTemple, show me...". 9 tools are ready
Where the request belongs
Work EventTemple can move forward.
This is for the hospitality pro who is tired of toggling between a CRM, a calendar, and a spreadsheet just to answer one guest count question.
Hotel Sales Manager
Update group lead statuses and check availability during live calls with clients.
Catering Coordinator
Pull up venue requirements and event schedules for upcoming banquets without leaving your chat.
Venue Manager
Monitor the financial health of bookings and track internal planning tasks through simple queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVenue
Manage event venues with booking calendars, client contracts, and catering coordination for wedding and conference spaces.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Brushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Eventmix
Organize events with integrated registration, payment processing, and attendee communication for conferences and meetups.
Tripleseat
Manage event bookings, leads, contacts, venues, and accounts for your Tripleseat event management platform through natural conversation.
Eventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Bring your own AI
Change the model, client or framework. Keep EventTemple connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about EventTemple.
The practical details behind the request, access and result.
Can EventTemple MCP help manage my catering orders?
Yes, it lets your agent pull specific catering event details and requirements directly from your account so you can coordinate logistics faster.
How do I use EventTemple MCP to track my invoices?
Your agent can list all invoices to help you monitor your financial health and see what has been paid for your upcoming bookings.
Can I use this to update my hotel sales leads?
Yes, you can ask your agent to retrieve and manage contact profiles to keep your hospitality CRM clean and up to date.
Does EventTemple MCP work with Claude?
Yes, it works with Claude and any other MCP-compatible client like Cursor or Windsurf.
Can I see all my venue bookings at once?
You can ask your agent to list all bookings to see your entire sales pipeline in one simple list.
Is EventTemple MCP good for event planners?
It is perfect for planners who need to quickly access venue requirements and schedules without leaving their communication capabilities.
How do I find my EventTemple API Key?
Log in to your account, navigate to Settings > Integrations or the Developer section, and click Generate API Key.
Does the integration support viewing event tasks?
Yes! Use the list_tasks capability to retrieve all pending and completed activities associated with your bookings programmatically.
Can I list individual contacts for an account?
The list_contacts capability retrieves your directory of clients. You can ask your agent to filter or find specific records associated with an account ID.
One connection away
Give your agent a direct line to EventTemple.
Connect EventTemple once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available