Humanitix Connector for AI agents.
10 live capabilities
Manage event registrations and ticket sales through your AI client.
Waiting for input…
Why people use Humanitix
Humanitix Ticketing for Automated Event Logistics
This Connector changes the flow. You can just tell your agent to pull the latest attendee list or check how many tickets are left for a specific date. It pulls that data directly from Humanitix so you can get the answers you need in seconds without clicking through a dashboard.
What Vinkius changes
Your AI agent handles the data entry and retrieval while you focus on the event.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking seat availability for a gala
A non-profit manager asks the agent to check inventory for the Annual Gala.
- Real-world use case 02
Gathering names for a mailing list
A community lead asks for the attendee list for the Webinar Series.
- Real-world use case 03
Monitoring active promotions
An organizer wants to see which marketing push worked best.
Complete set · 10capabilities
The complete Humanitix capability set.
These are the exact actions your AI can choose when you ask it to work with Humanitix.
01—04
4 capabilities in this set.
Part of 10 available through Humanitix.
- 01 Capability
Get event
Pull specific details for a single event in your account. Use this to see dates, descriptions, or status.
- 02 Capability
Get me
Get the profile information for the currently authenticated user. This helps the agent understand your account context.
- 03 Capability
List attendees
Get a list of everyone registered for a specific event. It's the fastest way to see who is coming.
- 04 Capability
List campaigns
See all active marketing campaigns in your Humanitix account. Use this to track your promotional efforts.
05—07
3 capabilities in this set.
Part of 10 available through Humanitix.
- 05 Capability
List events
View all virtual and hybrid events you have scheduled. This gives you a bird's-eye view of your calendar.
- 06 Capability
List hosts
See a list of all event hosts associated with your account. Useful for managing multi-host collaborations.
- 07 Capability
List inventory
Check the remaining ticket inventory for your events. Use this to see real-time availability.
08—10
3 capabilities in this set.
Part of 10 available through Humanitix.
- 08 Capability
List orders
See a list of all ticket orders placed by customers. This helps you monitor incoming sales.
- 09 Capability
List tickets
Get a list of all tickets across every event in your system. Use this for high-level ticket auditing.
- 10 Capability
List venues
See all the event venues you have saved in your account. This helps you quickly find location data.
Set up in minutes
One URL. Then ask Humanitix to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Humanitix 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_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Humanitix for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix URL.
- Step 03
Save and start
Save the connection and enable Humanitix in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"humanitix": {
"url": "https://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix
Open Agent mode in chat and ask: "Using Humanitix, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"humanitix": {
"url": "https://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix
Ask Copilot: "Using Humanitix, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"humanitix": {
"url": "https://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix
Open Cascade and ask: "Using Humanitix, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"humanitix": {
"url": "https://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix
Ask Cline: "Using Humanitix, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add humanitix --transport http "https://edge.vinkius.com/vk_preview_MjYCLjjm4eZADBx7t2wfYABdoJFB0hZKEI9eKodO/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 Humanitix
Ask Claude: "Using Humanitix, show me...". 10 tools are ready
Where the request belongs
Work Humanitix can move forward.
This is for the non-profit coordinator who's drowning in spreadsheets or the community manager who needs to keep registration lists accurate across multiple events.
Event Coordinator
Manages registration lists and venue details for large-scale community gatherings.
Non-profit Manager
Tracks ticket sales and campaign performance to hit fundraising goals.
Community Lead
Handles attendee lists for virtual workshops and hybrid meetups.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Eventzilla
Event management and ticketing platform. manage registrations, attendees, and check-ins via AI.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Eventbrite
Equip your AI agent to manage events, track attendees, and monitor ticket orders via the Eventbrite API.
Sympla
Orchestrate Sympla events. manage ticket orders, handle check-ins, and track event statistics directly from any AI agent.
Accelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Bring your own AI
Change the model, client or framework. Keep Humanitix 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 Humanitix.
The practical details behind the request, access and result.
Can the Humanitix MCP help me manage my non-profit event tickets?
Yes, it lets your AI agent see your ticket inventory and orders. You can quickly check how many spots are left or see recent sales without leaving your chat interface.
How does the Humanitix MCP handle attendee lists?
It allows your agent to pull a full list of people registered for a specific event. This is great for quickly gathering names for guest lists or check-ins.
Can I use Humanitix to track my marketing campaigns?
Yes, the Connector can list your active marketing campaigns. Your agent can help you keep track of which promotions are running and what they're targeting.
Does the Humanitix MCP work for virtual events too?
It supports both virtual and hybrid events. You can use it to pull details for any event type hosted on your platform.
Is the Humanitix MCP good for venue management?
It lets you view your saved venues and event details. You can ask your agent to find specific location info for your upcoming dates.
Can my AI agent see my organization data with Humanitix?
The Connector provides access to your organization data and user info. This helps your agent understand the context of your account and events.
How do I get Humanitix API credentials?
You can find your API key in your Humanitix dashboard under Account Settings > API. Ensure you have the necessary permissions to access event data.
Can I see attendee emails?
Yes, the list_attendees capability provides access to registered attendee details including contact information if available.
Is inventory management supported?
Yes, the list_inventory capability allows you to track ticket availability and stock levels.
One connection away
Give your agent a direct line to Humanitix.
Connect Humanitix once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available