KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Gorgias MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Gorgias.

Gorgias CLI Matrix

Use these pages for direct Gorgias CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

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