TicketTailor

Ecommerce

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.

This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

49 tools

Tools in this Bundle (49)

Change Event Series Status

v1.0.0

Change the status of a Ticket Tailor event series to 'published' or 'draft'.

Check Ins

v1.0.0

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 ...

Checkout Forms

v1.0.0

List all Ticket Tailor checkout forms. Returns forms with their elements, creation dates, and associated event series. Supports pagination. Rate limit...

Confirm Order Payment

v1.0.0

Confirm that an offline payment has been received for a Ticket Tailor order. This marks the order payment as paid.

Create Check In

v1.0.0

Check in an attendee in Ticket Tailor by creating a check-in record for an issued ticket with the specified quantity.

Create Issued Ticket

v1.0.0

Issue a new ticket in Ticket Tailor. Requires event_id and ticket_type_id. Tickets cannot be updated after creation — only created and voided.

Create Membership Redemption

v1.0.0

Record a usage/redemption against an issued Ticket Tailor membership. This increments the redemption count. Fails if the membership has reached its ma...

Delete Discount

v1.0.0

Delete a Ticket Tailor discount by its ID.

Delete Event

v1.0.0

Delete a Ticket Tailor event occurrence by its ID within an event series.

Delete Event Series

v1.0.0

Delete a Ticket Tailor event series by its ID.

Delete Hold

v1.0.0

Permanently delete a Ticket Tailor ticket hold. This releases all held tickets back to availability. This action cannot be undone.

Delete Membership Type

v1.0.0

Permanently delete a Ticket Tailor membership type. Any issued memberships of this type will no longer be valid. This action cannot be undone.

Delete Product

v1.0.0

Delete a Ticket Tailor product by its ID.

Delete Ticket Group

v1.0.0

Delete a ticket group from a Ticket Tailor event series. This permanently removes the group.

Delete Ticket Type

v1.0.0

Delete a ticket type from a Ticket Tailor event series. This permanently removes the ticket type.

Delete Voucher

v1.0.0

Delete a Ticket Tailor voucher by its ID.

Delete Waitlist Signup

v1.0.0

Permanently delete a waitlist signup from a Ticket Tailor event series. Removes the person from the waitlist. Deletion is permanent and cannot be undo...

Discounts

v1.0.0

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...

Events

v1.0.0

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...

Event Series

v1.0.0

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...

Holds

v1.0.0

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...

Issued Memberships

v1.0.0

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...

Issued Tickets

v1.0.0

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, ...

Membership Types

v1.0.0

Get a single Ticket Tailor membership type by ID, or list all membership types with pagination. Rate limit: 5,000 requests per 30 minutes.

Orders

v1.0.0

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_...

Overrides

v1.0.0

List Ticket Tailor overrides for an event series. Returns all pricing/availability overrides with pagination support. Rate limit: 5,000 requests per 3...

Overview

v1.0.0

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

v1.0.0

Ping the Ticket Tailor API to verify connectivity and that credentials are valid. Returns API version info.

Products

v1.0.0

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...

Stores

v1.0.0

Get a single Ticket Tailor store by ID, or list all stores with pagination. Rate limit: 5,000 requests per 30 minutes.

Update Order

v1.0.0

Update an existing order in Ticket Tailor. Orders cannot be created via API — update only. Supports changing order status to 'completed', 'pending', o...

Update Store

v1.0.0

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...

Upsert Discount

v1.0.0

Create or update a Ticket Tailor discount. Pass discount_id to update, omit to create. Required for create: code, name.

Upsert Event

v1.0.0

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...

Upsert Event Series

v1.0.0

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.

Upsert Hold

v1.0.0

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, ...

Upsert Issued Membership

v1.0.0

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...

Upsert Membership Type

v1.0.0

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...

Upsert Override

v1.0.0

Create or update a Ticket Tailor pricing/availability override for an event series. To create: name and override_lines are required. override_lines is...

Upsert Product

v1.0.0

Create or update a Ticket Tailor product. Pass product_id to update, omit to create. Required for create: name, price, quantity.

Upsert Ticket Group

v1.0.0

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: ...

Upsert Ticket Type

v1.0.0

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...

Upsert Voucher

v1.0.0

Create or update a Ticket Tailor voucher. Pass voucher_id to update, omit to create. Required for create: name, voucher_type, value, expiry.

Void Issued Membership

v1.0.0

Permanently void an issued Ticket Tailor membership. The membership will no longer be usable for redemptions. Voiding is permanent and cannot be undon...

Void Issued Ticket

v1.0.0

Void an issued ticket in Ticket Tailor, making it invalid for event entry. This is a destructive action that cannot be undone.

Void Voucher Code

v1.0.0

Void a specific Ticket Tailor voucher code, permanently preventing further use. This action cannot be undone.

Voucher Codes

v1.0.0

List codes for a Ticket Tailor voucher. Filter by status (available/used/voided). Supports pagination. Rate limit: 5,000 requests per 30 minutes.

Vouchers

v1.0.0

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...

Waitlist Signups

v1.0.0

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...

Required Providers (1)

TicketTailor

E-commerce
TicketTailor is an online ticketing platform that enables event organizers to manage event registration, ticket sales,...

Setup Instructions

Connect this TicketTailor MCP Bundle Server to any MCP client in minutes

Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients

https://mcp.mcpbundles.com/bundle/tickettailor

What is MCP?

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.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

⚡ Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use TicketTailor?

Get started with this MCP Bundle Server and connect it to your MCP client

TicketTailor MCP Bundle Server - MCP Bundles • MCP Bundles