productivity
Gorgias MCP, CLI, and Lua Integration for AI Agents
Gorgias integration docs for AI agents: MCP gateway setup, Gorgias CLI commands, Lua API reference, credentials, and function schemas.Gorgias for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
gorgias.gorgias_list_tickets | Read read | 4 | List and search support tickets in Gorgias. Filter by status or search by keyword. Returns paginated results with ticket IDs, subjects, and metadata. |
gorgias.gorgias_get_ticket | Read read | 1 | Get details of a specific Gorgias ticket by ID, including subject, body, status, assignee, and customer information. |
gorgias.gorgias_create_ticket | Write write | 6 | Create a new support ticket in Gorgias with a subject and body. Optionally specify sender, recipient, channel, and priority. |
gorgias.gorgias_list_customers | Read read | 3 | List and search customers in Gorgias. Filter by search query covering name, email, and other fields. Returns paginated results. |
gorgias.gorgias_get_customer | Read read | 1 | Get details of a specific Gorgias customer by ID, including name, email, and custom fields. |
gorgias.gorgias_list_satisfaction_surveys | Read read | 3 | List satisfaction survey responses in Gorgias. Optionally filter by ticket ID. Returns paginated results with ratings and feedback. |
gorgias.gorgias_get_current_user | Read read | 0 | Get the profile of the currently authenticated Gorgias user. Returns name, email, and account details. |