# Humanitix — MCP server on mcp.ai > Connect your Humanitix account and use 3 tools for event management straight from your AI agent. Connect with your own API key. Humanitix is a not-for-profit ticketing platform that donates 100% of its profits to charity. By: mcp.ai · official Page: https://mcp.ai/humanitix ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_humanitix?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/humanitix/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/humanitix/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/humanitix/skill.md Postman collection (v2.1): https://mcp.ai/humanitix/postman.json ## Tools - humanitix_get_event(event_id: string) — Tool to retrieve detailed information about a specific event. Use when you have the eventId and need full metadata. - humanitix_get_events(page: integer, since?: string, pageSize?: integer, inFutureOnly?: boolean, overrideLocation?: string) — Tool to retrieve a paginated list of events from your Humanitix account. Use when you need to page through your events after confirming API key validity. - humanitix_get_tags(page?: integer) — Tool to get all tags associated with your Humanitix account. Use when you need to list or paginate through tags after setting up your API key. ## Example prompts - "What can I do in Humanitix?" - "Show me a summary of my Humanitix account" ## Links Docs: https://mcp.ai/docs/mcps/humanitix Website: https://mcp.ai/mcps/humanitix