Gorgias-MCP-Server
An MCP server for interacting with the Gorgias helpdesk API, providing tools and resources for managing tickets, customers, and other Gorgias functionality.
The Gorgias MCP Server is designed to facilitate seamless interaction with the Gorgias helpdesk API. It offers a suite of tools and resources that allow users to manage tickets, customers, and other functionalities within the Gorgias platform. The server supports two authentication methods: API Key and OAuth token, ensuring secure access to the Gorgias API. Users can easily set up the server by cloning the repository, installing dependencies, and configuring the environment with their Gorgias credentials. Once set up, the server can be run in development mode, and users can test its capabilities using the MCP Inspector, which provides a web interface for testing available tools and resources.
Features
- Supports API Key and OAuth token authentication for secure access.
- Provides tools for managing tickets and customers within Gorgias.
- Includes a web interface for testing via MCP Inspector.
- Easy setup with environment configuration for Gorgias credentials.
- Runs in development mode for testing and integration.
MCP Tools
- list_tickets: List tickets from Gorgias helpdesk
- get_ticket: Get a specific ticket by ID
- create_ticket: Create a new ticket in Gorgias
- add_message_to_ticket: Add a message to an existing ticket
- list_customers: List customers from Gorgias
- get_customer: Get a specific customer by ID
MCP Resources
- {'name': 'gorgias://tickets', 'description': 'List all tickets'}
- {'name': 'gorgias://ticket/{id}', 'description': 'Get a specific ticket by ID'}
Usage with Different Platforms
nodejs
javascript
// Clone the repository
// Install dependencies
npm install
// Create a .env file with your Gorgias credentials
// Start the server
npm run dev
// Test with MCP Inspector
npm run inspect
Related MCP Servers
View all customer_data_platforms servers →mcp-hubspot
by peakmojo
A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data.
freshdesk_mcp
by effytech
An MCP server implementation that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.
mcp-dynamics365-server
by srikanth-paladugula
The Microsoft Dynamics 365 MCP Server is a Model Context Protocol server that facilitates interaction with Microsoft Dynamics 365, allowing operations such as retrieving user information, managing accounts, and handling opportunities.
salesforce-mcp-server
by kablewy
A Model Context Protocol server implementation for interacting with Salesforce through its REST API using jsforce.
woocommerce-mcp-server
by techspawn
A Model Context Protocol (MCP) server for WooCommerce integration, compatible with Windows, macOS, and Linux.
mcp-intercom
by fabian1710
A Model Context Protocol (MCP) server that provides access to Intercom conversations and chats.