Context stays in the code
Your agent reads the ticket, the screenshot and the activity history with no copy-paste from another tab.
Native MCP server and REST API. Claude Code, Cursor or Claude Desktop read, triage and close your web feedback without leaving the editor.
Your agent reads the ticket, the screenshot and the activity history with no copy-paste from another tab.
Create, prioritize, comment and resolve a ticket from a single instruction: the agent acts, you review the diff.
An mcp_ token carried by read or write scopes, created and revoked from your account. Never more than needed.
Generate a token, paste it into your client config. The endpoint is the same everywhere.
claude mcp add couac --url https://couac.app/api/mcp --header "Authorization: Bearer mcp_xxxxx"Generate an mcp_ token from Account, MCP tokens, then replace mcp_xxxxx.
Everything your agent can do with your feedback, exposed as typed MCP tools. Each tool declares its scope.
list_projectsreadLists the projects accessible to the user.
list_ticketsreadLists a project's tickets, filterable by status, priority or query.
get_ticketreadFetches a ticket with its metadata and signed URLs for the screenshot and video.
search_ticketsreadFull-text search across all your tickets, with optional project scope.
list_commentsreadLists a ticket's comments.
list_ticket_activityreadReturns a ticket's audit timeline (project admin access).
create_ticketwriteCreates a new ticket in a project.
update_ticket_statuswriteChanges a ticket's status: in progress, resolved, closed.
update_ticket_prioritywriteUpdates a ticket's priority.
update_ticket_detailswriteUpdates a ticket's title and description.
resolve_ticketwriteMarks a ticket as resolved.
add_commentwriteAdds a comment to a ticket, for example "fixed in commit abc123".
Streamable HTTP transport, authentication via an mcp_ token in the header. The token only carries the scopes you grant it, and stays revocable at any time.
mcp:readRead only: projects, tickets, comments, activity, search.
mcp:write:ticketsCreate, update, prioritize and resolve tickets.
mcp:write:commentsPost comments on tickets.
Beyond MCP, a stable REST API covers uploads, tickets, comments and widget configuration. Public OpenAPI contract, authentication via server key sk_ or widget key pk_.
Plug Couac into your editor and turn every customer report into an actionable ticket, without switching tools.