Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Gorgias MCP server with 69 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Gorgias — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Gorgias MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Gorgias tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Gorgias call.
Tools Discovery →A Gorgias MCP server lets AI agents read and write Gorgias data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Gorgias MCP server ships with 69 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Gorgias's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new customer
Retrieve a paginated list of all customers
Retrieve a single customer by ID
Update an existing customer
Delete one or more customers by their IDs
Delete a single customer by ID
List all custom fields for a customer
Update custom fields for a customer
Delete a customer's custom field value
Create a new integration
Retrieve a paginated list of all integrations
Retrieve a single integration by ID
Update an existing integration
Delete an integration
Create a new macro
Retrieve a paginated list of all macros
Retrieve a single macro by ID
Update an existing macro
Delete a macro
Create a new message on a ticket
Retrieve a paginated list of all messages
Retrieve a single message by ID
Update an existing message
Delete a message
Create a new rule
Retrieve a paginated list of all rules
Retrieve a single rule by ID
Update an existing rule
Delete a rule
Create a new tag
Retrieve a paginated list of all tags
Retrieve a single tag by ID
Update an existing tag
Delete a tag
Delete multiple tags at once
Create a new team
Retrieve a paginated list of all teams
Retrieve a single team by ID
Update an existing team
Delete a team
Create a new support ticket
Retrieve a paginated list of all tickets
Retrieve a single ticket by ID
Update an existing ticket
Permanently delete a ticket
List all tags for a ticket
Set a ticket's tags (replaces all existing tags)
Create a new user (agent)
Retrieve a paginated list of all users (agents)
Retrieve a single user by ID
Update an existing user
Delete a user
Create a new view
Retrieve a paginated list of all views
Retrieve a single view by ID
Update an existing view
Delete a view
Retrieve tickets in a view
Search for items using custom view filters
Add tags to an existing ticket
Retrieve the current Gorgias account information including company details and settings
List account settings matching the given parameters
Set a customer's data
Update priorities for multiple rules at once
Remove tags from an existing ticket
Merge two customers into one
Archive multiple macros at once
Unarchive multiple macros at once
Merge multiple tags into one
One endpoint. Any framework. Your agent is talking to Gorgias in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}123+ actions
104+ actions
84+ actions
74+ actions
71+ actions
67+ actions
65+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.