TicketTailor MCP Server

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.

49 tools
SKILL.md

Start chatting with TicketTailor tools

Open Studio to chat with 49 TicketTailor tools right now — the skill is included automatically.

AI Skill
SKILL.md

Domain knowledge for TicketTailor — workflow patterns, data models, and gotchas for your AI agent.

TicketTailor

TicketTailor is an online ticketing platform for event registration, ticket sales, and attendee management. Create and distribute event tickets.

Data Model

  • Event series & events — recurring templates spawn dated occurrences; every event references its parent series id.
  • Commerce — orders, line-level issued tickets, and sellable products share the same ticketing graph.
  • Promotions — voucher programs plus single-use codes; codes always hang off a parent voucher id.
  • Door operations — check-in scans, ad hoc discounts, and inventory holds during high-demand on-sales.
  • Platform extras — membership SKUs, issued memberships, hosted checkout forms, branded stores, and account overview tiles.

Tools in this Server (49)

Change Event Series Status

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

Check Ins

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

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

Confirm Order Payment

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

Create Check In

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

Create Issued Ticket

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

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

Delete a Ticket Tailor discount by its ID.

Delete Event

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

Delete Event Series

Delete a Ticket Tailor event series by its ID.

Delete Hold

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

Delete Membership Type

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

Delete a Ticket Tailor product by its ID.

Delete Ticket Group

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

Delete Ticket Type

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

Delete Voucher

Delete a Ticket Tailor voucher by its ID.

Delete Waitlist Signup

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

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

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

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

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

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

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

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

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

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

Overview

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

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

Products

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

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

Update Order

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

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

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

Upsert Event

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

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

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

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

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

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

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

Upsert Ticket Group

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

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

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

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

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

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

Voucher Codes

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

Vouchers

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

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

Integration Details

Authentication
API Key

Frequently Asked Questions

What is the TicketTailor MCP server?

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

How do I connect TicketTailor to my AI agent?

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.

How many tools does TicketTailor provide?

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.

What authentication does TicketTailor require?

TicketTailor uses API Key. TicketTailor requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect TicketTailor to any MCP client in minutes

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?

Open Studio and start using 49 tools right now — no setup required

TicketTailor MCP Server & Skill — 49 Tools