Drive Couac from your AI agent

Native MCP server and REST API. Claude Code, Cursor or Claude Desktop read, triage and close your web feedback without leaving the editor.

The bridge between your feedback and your code

Context stays in the code

Your agent reads the ticket, the screenshot and the activity history with no copy-paste from another tab.

From bug to fix, in one loop

Create, prioritize, comment and resolve a ticket from a single instruction: the agent acts, you review the diff.

Scoped access, revocable

An mcp_ token carried by read or write scopes, created and revoked from your account. Never more than needed.

Connect your MCP client in 30 seconds

Generate a token, paste it into your client config. The endpoint is the same everywhere.

Terminal
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.

12 tools, read and write

Everything your agent can do with your feedback, exposed as typed MCP tools. Each tool declares its scope.

Explore

list_projectsread

Lists the projects accessible to the user.

list_ticketsread

Lists a project's tickets, filterable by status, priority or query.

get_ticketread

Fetches a ticket with its metadata and signed URLs for the screenshot and video.

search_ticketsread

Full-text search across all your tickets, with optional project scope.

Track

list_commentsread

Lists a ticket's comments.

list_ticket_activityread

Returns a ticket's audit timeline (project admin access).

Act

create_ticketwrite

Creates a new ticket in a project.

update_ticket_statuswrite

Changes a ticket's status: in progress, resolved, closed.

update_ticket_prioritywrite

Updates a ticket's priority.

update_ticket_detailswrite

Updates a ticket's title and description.

resolve_ticketwrite

Marks a ticket as resolved.

add_commentwrite

Adds a comment to a ticket, for example "fixed in commit abc123".

Bearer token, explicit scopes

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:read

Read only: projects, tickets, comments, activity, search.

mcp:write:tickets

Create, update, prioritize and resolve tickets.

mcp:write:comments

Post comments on tickets.

A documented REST API for the rest

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_.

Let your agent handle the feedback

Plug Couac into your editor and turn every customer report into an actionable ticket, without switching tools.

API & MCP: drive Couac from your AI agent