Dixa MCP Server
for AI Agents
Connect your AI agent to StackOne's Dixa MCP server and give it 65 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
65 Agent Actions
Create, read, update, and delete across Dixa — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Dixa MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Dixa tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Dixa call.
Tools Discovery →What is the Dixa MCP Server?
A Dixa MCP server lets AI agents read and write Dixa data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Dixa MCP server ships with 65 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.
All Dixa MCP Tools
Every action from Dixa's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Agents
- Create Agent
Create a new agent
- List Agents
List all agents and admins in the organization
- Get Agent
Get an agent or admin by ID
- Delete Agent
Delete an agent or admin
Contact Endpoints
- List Contact Endpoints
List all contact endpoints in the organization
- Get Contact Endpoint
Get a contact endpoint by ID
Conversations
- Create Conversation
Create a new conversation
- Get Conversation
Get a conversation by ID
- Search Conversations
Search for conversations with filters
Conversation Messages
- Add Conversation Message
Add a message to a conversation
- List Conversation Messages
Get all messages for a conversation
Conversation Internal Notes
- Add Conversation Internal Note
Add an internal note to a conversation
- List Conversation Internal Notes
Get all internal notes for a conversation
Custom Attributes
- List Custom Attributes
List all custom attribute definitions
- Get Custom Attribute
Get details of a custom attribute by UUID. Use list_custom_attributes first to get available UUIDs, then call this for full definition including type, label, and options.
End Users
- Create End User
Create a new end user
- List End Users
List all end users in the organization
- Get End User
Get an end user by ID
Queues
- Create Queue
Create a new queue
- List Queues
List all queues in the organization
- Get Queue
Get a queue by ID
Tags
- Create Tag
Create a new tag
- List Tags
List all tags in the organization
- Get Tag
Get a tag by ID
- Delete Tag
Delete a tag permanently
Teams
- Create Team
Create a new team
- List Teams
List all teams in the organization
- Get Team
Get a team by ID
- Delete Team
Delete a team
Team Members
- Add Team Members
Add members to a team
- List Team Members
List all members of a team
- Remove Team Members
Remove members from a team
Webhooks
- Create Webhook
Create a new webhook subscription
- List Webhooks
List all webhook subscriptions
- Get Webhook
Get a webhook subscription by ID
- Delete Webhook
Delete a webhook subscription
Other (29)
- Create Rating Offer
Create a rating offer for a conversation
- Get Agent Presence
Get the presence status for an agent or admin
- List Agents Presence
List presence status for all agents
- List Agent Teams
List teams that an agent belongs to
- List Conversation Tags
Get all tags for a conversation
- List Conversation Ratings
List ratings for a conversation
- List Conversation Flows
List all conversation flows in an organization
- List End User Conversations
List conversations requested by an end user
- List Knowledge Collections
List all knowledge base collections
- Get Knowledge Article
Get a knowledge base article by ID
- Get Organization
Get organization details associated with the API token
- List Queue Members
List all agents/admins that are members of a queue
- List Templates
List all templates in the organization
- Patch Agent
Partially update an agent or admin
- Close Conversation
Mark a conversation as closed
- Reopen Conversation
Reopen a closed conversation
- Followup Conversation
Follow up a conversation with expiration timestamp
- Transfer Conversation To Queue
Transfer a conversation to a different queue for rerouting. Use search_conversations to find the conversation ID and list_queues to find the target queue ID.
- Claim Conversation
Assign an open conversation to a specific agent. Use search_conversations to find the conversation ID and list_agents to find the agent ID.
- Anonymize Conversation
Request the anonymization of a conversation
- Tag Conversation
Add a tag to a conversation
- Untag Conversation
Remove a tag from a conversation
- Submit Rating Result
Submit a rating result for a conversation
- Patch Conversation Custom Attributes
Update custom attribute values on a conversation. Map each attribute UUID (from list_custom_attributes) to its new value.
- Patch End User
Partially update an end user
- Anonymize End User
Request the anonymization of an end user
- Patch End User Custom Attributes
Update custom attribute values on an end user. Map each attribute UUID (from list_custom_attributes) to its new value.
- Assign Agents To Queue
Assign agents/admins to a queue
- Patch Webhook
Patch a webhook subscription
Dixa AI Agent Use Cases
Connect your AI agent to Dixa 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 helpdesk, CRM, and messaging tools to automate SLA breach prediction and escalation.
ViewSet Up Your Dixa MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Dixa 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>"
]
}
}
}Check More Customer Support MCP Servers
113+ actions
104+ actions
92+ actions
77+ actions
73+ actions
69+ actions
67+ actions
Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
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
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
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
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
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: Architecture, Security, and When to Use Each
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 vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Dixa MCP Server FAQ
Does StackOne have a Dixa MCP server?
Dixa MCP server vs direct API integration — what's the difference?
How does Dixa authentication work for AI agents?
origin_owner_id.Are Dixa MCP tools vulnerable to prompt injection?
What is the context bloat of a Dixa agent and how do I avoid it?
Can I limit which actions my Dixa agent can access?
Can I create custom agent actions for my Dixa MCP server?
When should I NOT use a Dixa MCP server?
What AI frameworks and AI clients does the StackOne Dixa MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.