MuninX

Connect your AI client to MuninX, the simple help desk for small teams.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data

What it can do

  • Create Message: Add a message to a ticket. Use type external for customer-facing replies and internal for support-team notes. Customer tokens cannot create internal messages. When new-status is omitte
  • Create Ticket: Create a ticket with its initial message.
  • Get Ticket: Get one visible ticket by ID. User-facing summaries should lead with the ticket title and key metadata, not the ID.

What data it sees

Do you need an account

No: the server works without sign-in

Connect your AI client to MuninX, the simple help desk for small teams. MuninX MCP lets authenticated users inspect tickets, create and update tickets, read and create ticket messages, search visible support history, draft replies for review, and query ticket analytics. Access stays scoped to the connected user’s MuninX tenant, role, and permissions.

Server tool list (8)

Raw names from tools/list. Only developers need these.

create_messageAdd a message to a ticket. Use type external for customer-facing replies and internal for support-team notes. Customer tokens cannot create internal messages. When new-status is omitted, the messages API derives the next ticket status from the actor role and message type.
create_ticketCreate a ticket with its initial message.
get_ticketGet one visible ticket by ID. User-facing summaries should lead with the ticket title and key metadata, not the ID.
list_ticket_messagesList newest-first messages for a visible ticket. Customer tokens do not receive internal notes. When organization reply identity is enabled, customer-visible staff authors may be returned as the organization instead of the individual agent or admin.
list_ticketsList tickets visible to the Muninx API token owner within the authenticated tenant. Behavior depends on the token owner's role: customers cannot filter by creator or assignee; agents cannot filter by assignee and, unless participant is supplied, see tickets assigned to themselves; admins can use all filters. Do not combine creator and participant. For MCP input, state and priority must be arrays of enum values, not comma-separated strings. Use ticket titles and metadata for user-facing summaries; ticket IDs are mainly for follow-up tool calls.
query_ticket_analyticsQuery authenticated tenant ticket analytics. The analytics API enforces tenant and role scoping: customers are scoped to their own created tickets and agents to assigned tickets. Use count for ticket counts and avg_resolution_time, avg_response_time, or avg_first_reply_time for time metrics returned in seconds. Dates support YYYY-MM-DD or relative day offsets like -30d. Filters are exact string matches except updated_at, which means include tickets updated after the supplied date or offset.
search_ticketsSearch visible ticket content in the authenticated tenant. Returns grouped ticket IDs; use get_ticket for full ticket details. Set include-preview when short matched snippets would help the user understand why a ticket matched. For MCP input, filters.kind must be an array of enum values, not a comma-separated string.
update_ticketUpdate mutable public fields on a ticket.