Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's Kustomer MCP server and give it 53 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across Kustomer — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Kustomer MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Kustomer 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 Kustomer call.
Tools Discovery →A Kustomer MCP server lets AI agents read and write Kustomer data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Kustomer MCP server ships with 53 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Kustomer'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 customers
Update an existing customer by ID (full replacement)
Delete a customer by ID
Create a new conversation associated with an existing customer
Retrieve a paginated list of conversations
Update a conversation by replacing its fields (PUT semantics)
Delete a conversation by ID
Create a new message. Requires channel, app (channel integration identifier — not a Kustomer ID), and direction. Use list_customers to get a customer ID and list_conversations to get a conversation ID if associating the message.
Retrieve a paginated list of messages
Retrieve a single message by ID
Replace a message by ID using full PUT semantics (replaces entire resource; use update_message_attributes_by_id for partial PATCH updates)
Retrieve a single user by their unique ID
Update an existing org user's profile or account settings
Create a new note
Retrieve a paginated list of notes
Retrieve a single note by ID
Replace a note by ID
Delete a note by ID
Retrieve a single klass by ID
Update an existing klass by ID
Create a new klass
Delete a klass by ID
Retrieve a single kobject by klass name and ID. Use list_klasses to get the klass name and get_kobjects to get the kobject ID.
Update an existing kobject by klass name and ID. Use list_klasses to get the klass name and get_kobjects to get the kobject ID.
Delete a kobject by klass name and ID. Use list_klasses to get the klass name and get_kobjects to get the kobject ID.
Update an existing sub-status by ID
Delete a sub-status by ID
Create an account for a new org user and send an invitation email
Create a new kobject (custom object instance) within a klass. Use list_klasses to get the klass name (slug) required as a path parameter.
Create a new company
Create a new sub-status
Retrieve a single customer by ID
Retrieve a single conversation by ID
Retrieve a paginated list of org users
Retrieve multiple users by a comma-separated list of IDs
Retrieve a paginated list of klasses
Retrieve a paginated list of kobjects for a klass. Use list_klasses first to get the klass name (slug) required as a path parameter.
Retrieve a paginated list of companies
Retrieve a single company by its unique ID
Retrieve a paginated list of sub-statuses
Retrieve a single sub-status by its unique ID
Retrieve audit log events for your organization
Partially update a customer's attributes by ID
Partially update a conversation's attributes using PATCH semantics
Partially update message attributes by ID
Partially update note attributes by ID
Update an existing company by ID
Create multiple conversations in a single request
Update multiple conversations in a single request
Delete multiple conversations in a single request
Retrieve KObjects of a specific Klass associated with a company. Use list_companies to get the company ID and list_klasses to get the klass name.
Retrieve KObjects of a specific Klass associated with a customer. Use list_customers to get the customer ID and list_klasses to get the klass name.
Connect your AI agent to Kustomer and help your team scale the support operations they run by hand today.
Use StackOne to connect your AI agent to your helpdesk, CRM, and messaging tools to automate ticket triage and priority routing.
ViewUse StackOne to connect your AI agent to your telephony, CRM, and messaging tools to automate voice call summarization and CRM logging.
ViewUse StackOne to connect your AI agent to your CRM, email, and calendar tools to automate post-demo follow-up.
ViewOne endpoint. Any framework. Your agent is talking to Kustomer in under 10 lines of code.
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>"
]
}
}
}113+ actions
104+ actions
84+ actions
77+ actions
73+ actions
69+ actions
67+ 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
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.