Ecommerce

Humanitix MCP Server

Connect your account, then chat with AI to run tools.

Humanitix is an event ticketing platform with a mission to donate booking fees to education and healthcare charities, allowing organizations to manage, sell, and track event tickets while supporting societal causes.

4 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

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

Humanitix

Humanitix is an event ticketing platform that donates booking fees to education and healthcare charities.

Data Model

  • Events — parent entity for all ticketing. Fields: id, name, dates, venue, ticket types, capacity. Directory reads return paginated results with total, page, pageSize.
  • Tags — labels for categorizing events. Same pagination structure.
  • Orders — ticket purchases tied to an event. Requires eventid. Contains purchaser info, payment status, ticket quantities.
  • Tickets — individual tickets within orders. Requires eventid. Contains attendee info, seating, check-in status.

Gotchas

  • page is required — omitting it fails validation on paginated reads; default mentally to page 1 when building requests.
  • Event ID required — orders and tickets need an event context. Enumerate events first, then drill into orders/tickets.
  • Pagination — responses include total, page, pageSize. Iterate pages until you've covered total.

Tools in this Server (4)

Humanitix List Events

List all events on Humanitix. Returns event ID, name, dates, venue, ticket types, and capacity. Response includes pagination fields: total, page, page...

Humanitix List Orders

List all ticket orders for a specific event. Requires an event ID from the events list. Returns purchaser name, email, payment status, ticket quantiti...

Humanitix List Tags

List all tags available on Humanitix. Returns tag names and IDs for categorizing and filtering events.

Humanitix List Tickets

List all individual tickets for a specific event. Requires an event ID from the events list. Returns attendee name, email, ticket type, check-in statu...

Frequently Asked Questions

What is the Humanitix MCP server?

Humanitix is an event ticketing platform with a mission to donate booking fees to education and healthcare charities, allowing organizations to manage, sell, and track event tickets while supporting societal causes. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Humanitix 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/humanitix. Authentication is handled automatically.

How many tools does Humanitix provide?

Humanitix provides 4 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 Humanitix require?

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

Setup Instructions

Connect Humanitix to any MCP client in minutes

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

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 Humanitix?

Sign in to connect your credentials and start running tools from the chat.

Humanitix MCP Server & Skill — 4 Tools