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.
7 functions 6 read 1 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
gorgias- route_slug
gorgias- package
gorgias- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Gorgias CLIHeadless setup and direct function calls. Gorgias MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Gorgias MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gorgias.
Claude Code Gorgias MCP setup for Claude Code. Cursor Gorgias MCP setup for Cursor. Codex Gorgias MCP setup for Codex. OpenAI Agents Gorgias MCP setup for OpenAI Agents SDK. Claude Agent SDK Gorgias MCP setup for Claude Agent SDK. Vercel AI SDK Gorgias MCP setup for Vercel AI SDK. LangChain Gorgias MCP setup for LangChain. LangGraph Gorgias MCP setup for LangGraph. CrewAI Gorgias MCP setup for CrewAI. MCP clients Gorgias MCP setup for Generic MCP Clients.
Gorgias CLI Matrix
Use these pages for direct Gorgias CLI workflows in scripts, CI, cron, and agent wrappers.
CI Gorgias CLI for CI. Cron Jobs Gorgias CLI for cron jobs. Shell Scripts Gorgias CLI for shell scripts. Headless Automation Gorgias CLI for headless automation. Coding Agents Gorgias CLI for coding agents.
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. |