Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Dixa MCP server with 65 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Dixa — and extend your agent's capabilities with custom actions.
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
Every Dixa 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 Dixa call.
Tools Discovery →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, 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 Dixa's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new agent
List all agents and admins in the organization
Get an agent or admin by ID
Delete an agent or admin
List all contact endpoints in the organization
Get a contact endpoint by ID
Create a new conversation
Get a conversation by ID
Search for conversations with filters
Add a message to a conversation
Get all messages for a conversation
Add an internal note to a conversation
Get all internal notes for a conversation
List all custom attribute definitions
Get a custom attribute definition by ID
Create a new end user
List all end users in the organization
Get an end user by ID
Create a new queue
List all queues in the organization
Get a queue by ID
Create a new tag
List all tags in the organization
Get a tag by ID
Delete a tag permanently
Create a new team
List all teams in the organization
Get a team by ID
Delete a team
Add members to a team
List all members of a team
Remove members from a team
Create a new webhook subscription
List all webhook subscriptions
Get a webhook subscription by ID
Delete a webhook subscription
Create a rating offer for a conversation
Get the presence status for an agent or admin
List presence status for all agents
List teams that an agent belongs to
Get all tags for a conversation
List ratings for a conversation
List all conversation flows in an organization
List conversations requested by an end user
List all knowledge base collections
Get a knowledge base article by ID
Get organization details associated with the API token
List all agents/admins that are members of a queue
List all templates in the organization
Partially update an agent or admin
Mark a conversation as closed
Reopen a closed conversation
Follow up a conversation with expiration timestamp
Transfer a conversation to a target queue
Claim a conversation for a given agent
Request the anonymization of a conversation
Add a tag to a conversation
Remove a tag from a conversation
Submit a rating result for a conversation
Patch custom attributes of a conversation
Partially update an end user
Request the anonymization of an end user
Patch custom attributes of an end user
Assign agents/admins to a queue
Patch a webhook subscription
One endpoint. Any framework. Your agent is talking to Dixa 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
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
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.