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.

Managed
4 tools
Agent guide included

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

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

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Humanitix and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Humanitix will appear under Not connected — select it and click Connect to complete OAuth.
Name: Humanitix
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/humanitix
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Humanitix?

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