# Gorgias (verified)

Gorgias is a helpdesk and live chat platform specializing in e-commerce, offering automated support, order management, and unified customer communication

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add gorgias

# Browse available tools
npx -y @smithery/cli@latest tool list gorgias

# Get full schema for a tool
npx -y @smithery/cli@latest tool get gorgias GORGIAS_ADD_TICKET_TAGS

# Call a tool
npx -y @smithery/cli@latest tool call gorgias GORGIAS_ADD_TICKET_TAGS '{}'
```

## Direct MCP Connection

Endpoint: `https://gorgias.run.tools`

## Tools (32)

- `GORGIAS_ADD_TICKET_TAGS` — Adds tags to a ticket in Gorgias.
- `GORGIAS_CREATE_ACCOUNT_SETTING` — Creates a new account setting in Gorgias.
- `GORGIAS_CREATE_CUSTOMER` — Creates a new customer in Gorgias.
- `GORGIAS_CREATE_TEAM` — Creates a new team in Gorgias.
- `GORGIAS_CREATE_TICKET` — Creates a new ticket in Gorgias.
- `GORGIAS_DELETE_CUSTOMER` — Deletes a specific customer from Gorgias.
- `GORGIAS_DELETE_CUSTOMER_FIELD_VALUE` — Deletes a specific field value for a customer in Gorgias.
- `GORGIAS_DELETE_CUSTOMERS` — Deletes multiple customers from Gorgias.
- `GORGIAS_DELETE_TEAM` — Deletes a specific team from Gorgias.
- `GORGIAS_DELETE_TICKET` — Deletes a specific ticket from Gorgias.
- `GORGIAS_DELETE_TICKET_FIELD_VALUE` — Deletes a specific field value for a ticket in Gorgias.
- `GORGIAS_GET_ACCOUNT` — Retrieves your Gorgias account information.
- `GORGIAS_GET_CUSTOMER` — Retrieves a specific customer from Gorgias.
- `GORGIAS_GET_EVENT` — Retrieves a specific event from Gorgias.
- `GORGIAS_GET_TEAM` — Retrieves a specific team from Gorgias.
- `GORGIAS_GET_TICKET` — Retrieves a specific ticket from Gorgias.
- `GORGIAS_LIST_ACCOUNT_SETTINGS` — Lists all account settings in Gorgias.
- `GORGIAS_LIST_CUSTOMER_FIELD_VALUES` — Lists all field values for a customer in Gorgias.
- `GORGIAS_LIST_CUSTOMERS` — Lists customers in Gorgias with various filtering options.
- `GORGIAS_LIST_EVENTS` — Lists events in Gorgias with various filtering options.
- `GORGIAS_LIST_TEAMS` — Lists teams in Gorgias.
- `GORGIAS_LIST_TICKET_FIELD_VALUES` — Lists all field values for a ticket in Gorgias.
- `GORGIAS_LIST_TICKETS` — Lists tickets in Gorgias with various filtering options.
- `GORGIAS_LIST_TICKET_TAGS` — Lists all tags for a ticket in Gorgias.
- `GORGIAS_MERGE_CUSTOMERS` — Merges two customers in Gorgias, combining their data and history.
- `GORGIAS_REMOVE_TICKET_TAGS` — Removes tags from a ticket in Gorgias.
- `GORGIAS_SET_CUSTOMER_DATA` — Sets the complete data object for a customer in Gorgias.
- `GORGIAS_SET_TICKET_TAGS` — Sets the complete list of tags for a ticket in Gorgias.
- `GORGIAS_UPDATE_ACCOUNT_SETTING` — Updates an existing account setting in Gorgias.
- `GORGIAS_UPDATE_CUSTOMER` — Updates an existing customer in Gorgias.
- `GORGIAS_UPDATE_TEAM` — Updates an existing team in Gorgias.
- `GORGIAS_UPDATE_TICKET` — Updates an existing ticket in Gorgias.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get gorgias <tool-name>
```
