TicketTailor is an online ticketing platform that enables event organizers to manage event registration, ticket sales, and attendee information. It is primarily used to facilitate the creation and distribution of event tickets and manage event entry.
Domain knowledge for TicketTailor — workflow patterns, data models, and gotchas for your AI agent.
TicketTailor is an online ticketing platform for event registration, ticket sales, and attendee management. Create and distribute event tickets.
Change the status of a Ticket Tailor event series to 'published' or 'draft'.
List attendee check-ins in Ticket Tailor. Filter by event_id, event_series_id, issued_ticket_id, or date range (check_in_at_gt/lt). Rate limit: 5,000 ...
List all Ticket Tailor checkout forms. Returns forms with their elements, creation dates, and associated event series. Supports pagination. Rate limit...
Confirm that an offline payment has been received for a Ticket Tailor order. This marks the order payment as paid.
Check in an attendee in Ticket Tailor by creating a check-in record for an issued ticket with the specified quantity.
Issue a new ticket in Ticket Tailor. Requires event_id and ticket_type_id. Tickets cannot be updated after creation — only created and voided.
Record a usage/redemption against an issued Ticket Tailor membership. This increments the redemption count. Fails if the membership has reached its ma...
Delete a Ticket Tailor discount by its ID.
Delete a Ticket Tailor event occurrence by its ID within an event series.
Delete a Ticket Tailor event series by its ID.
Permanently delete a Ticket Tailor ticket hold. This releases all held tickets back to availability. This action cannot be undone.
Permanently delete a Ticket Tailor membership type. Any issued memberships of this type will no longer be valid. This action cannot be undone.
Delete a Ticket Tailor product by its ID.
Delete a ticket group from a Ticket Tailor event series. This permanently removes the group.
Delete a ticket type from a Ticket Tailor event series. This permanently removes the ticket type.
Delete a Ticket Tailor voucher by its ID.
Permanently delete a waitlist signup from a Ticket Tailor event series. Removes the person from the waitlist. Deletion is permanent and cannot be undo...
Fetch Ticket Tailor discounts. Pass a discount_id to get one, or omit to list all. Filter by event_series_id or code when listing. Rate limit: 5,000 r...
Fetch Ticket Tailor event occurrences. Omit event_series_id to list across ALL series. Pass event_id (with event_series_id) to get a single occurrence...
Fetch Ticket Tailor event series. Pass an ID to get one, or omit to list all. Filters when listing: status (published/draft), search (by name), create...
Get a single Ticket Tailor hold by ID, or list all holds. Filter by event_id, event_series_id, or date range (created_at_gt/lt) when listing. Rate lim...
Get a single Ticket Tailor issued membership by ID, or list all issued memberships. Filter by membership_type_id or status (valid/voided) when listing...
Get or list issued tickets in Ticket Tailor. Pass issued_ticket_id to fetch one, or list all with filters: event_id, event_series_id, ticket_type_id, ...
Get a single Ticket Tailor membership type by ID, or list all membership types with pagination. Rate limit: 5,000 requests per 30 minutes.
Get or list orders in Ticket Tailor. Pass order_id to fetch one, or list all with filters: event_id, event_series_id, status, and date range (created_...
List Ticket Tailor overrides for an event series. Returns all pricing/availability overrides with pagination support. Rate limit: 5,000 requests per 3...
Get a summary overview of your Ticket Tailor box office including revenue, ticket counts, and event stats for the last four weeks. Rate limit: 5,000 r...
Ping the Ticket Tailor API to verify connectivity and that credentials are valid. Returns API version info.
Fetch Ticket Tailor products. Pass a product_id to get one, or omit to list all. Filter by event_series_id when listing. Rate limit: 5,000 requests pe...
Get a single Ticket Tailor store by ID, or list all stores with pagination. Rate limit: 5,000 requests per 30 minutes.
Update an existing order in Ticket Tailor. Orders cannot be created via API — update only. Supports changing order status to 'completed', 'pending', o...
Update an existing Ticket Tailor store. Stores cannot be created via the API; use the Ticket Tailor dashboard to create stores. Only the fields you pr...
Create or update a Ticket Tailor discount. Pass discount_id to update, omit to create. Required for create: code, name.
Create or update a Ticket Tailor event occurrence. To create: start_date, start_time, end_date, and end_time are required. To update: pass event_id an...
Create or update a Ticket Tailor event series. To create: name and currency are required. To update: pass event_series_id and any fields to change.
Create or update a Ticket Tailor ticket hold. Provide hold_id to update an existing hold, or omit to create a new one. Required for create: event_id, ...
Create or update a Ticket Tailor issued membership. Provide issued_membership_id to update an existing membership, or omit to issue a new one. Require...
Create or update a Ticket Tailor membership type. Provide membership_type_id to update an existing type, or omit to create a new one. Required for cre...
Create or update a Ticket Tailor pricing/availability override for an event series. To create: name and override_lines are required. override_lines is...
Create or update a Ticket Tailor product. Pass product_id to update, omit to create. Required for create: name, price, quantity.
Create or update a ticket group in Ticket Tailor. Pass ticket_group_id to update an existing group, or omit to create a new one. Required for create: ...
Create or update a ticket type in Ticket Tailor. Pass ticket_type_id to update an existing type, or omit to create a new one. Required for create: eve...
Create or update a Ticket Tailor voucher. Pass voucher_id to update, omit to create. Required for create: name, voucher_type, value, expiry.
Permanently void an issued Ticket Tailor membership. The membership will no longer be usable for redemptions. Voiding is permanent and cannot be undon...
Void an issued ticket in Ticket Tailor, making it invalid for event entry. This is a destructive action that cannot be undone.
Void a specific Ticket Tailor voucher code, permanently preventing further use. This action cannot be undone.
List codes for a Ticket Tailor voucher. Filter by status (available/used/voided). Supports pagination. Rate limit: 5,000 requests per 30 minutes.
Fetch Ticket Tailor vouchers. Pass a voucher_id to get one, or omit to list all. Filter by event_series_id when listing. Rate limit: 5,000 requests pe...
List all waitlist signups for a specific Ticket Tailor event series. Requires event_series_id. Returns people who signed up when the event was sold ou...
TicketTailor is an online ticketing platform that enables event organizers to manage event registration, ticket sales, and attendee information. It is primarily used to facilitate the creation and distribution of event tickets and manage event entry. It provides 49 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/tickettailor. Authentication is handled automatically.
TicketTailor provides 49 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
TicketTailor uses API Key. TicketTailor requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect TicketTailor to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More ecommerce integrations you might like
This server acts as an interface for the 123elec online store, providing access to product catalogs,...
The Aristocles Data API offers tools for comparing subscription prices and services across different...
Cigar price comparison and discovery platform. Compare prices across 17+ retailers for 58,000+ cigar...
The ComOS Federation Gateway facilitates the management of tenants and agents within a federation, p...
Manage customer data and orders. View customer details, order history, and webshop integration. Use ...
Skybridge Ecommerce provides a carousel feature for showcasing products, enhancing the online shoppi...