Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Xyleme MCP server with 79 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Xyleme — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Xyleme MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Xyleme 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 Xyleme call.
Tools Discovery →A Xyleme MCP server lets AI agents read and write Xyleme data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Xyleme MCP server ships with 79 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 Xyleme's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Add a classification to a channel
Retrieve a list of classifications for a specific channel
Remove a classification from a channel
Create a new channel
Retrieve a list of channels accessible to the user
Retrieve details of a specific channel
Perform a search within a specific channel
Update a channel's configuration and display settings
Delete a channel from the platform
Create a new classification
Retrieve a list of all classifications
Retrieve details of a specific classification
Search the list of classifications
Update or move a classification
Delete a classification and its descendants
Retrieve details of a specific comment
Edit a comment
Delete a comment
Create a new custom attribute
Retrieve a list of all custom attributes
Retrieve details of a specific custom attribute
Update an existing custom attribute
Delete a custom attribute
Retrieve a document's history
Retrieve details of a specific document history event
Get document details
Update or move document
Delete document
Get list of a document's versions
Get details of a document version
Update details of a document version
Get list of a document version's content objects
Get details of a document version's content object
Update a document version's content object
Create a new comment on a document version
Get list of comments for a document version
Create a new group
Retrieve a list of all groups
Get details of a specific group
Update a group
Delete a group
Create a new user
Retrieve a paginated list of all users with access to the Xyleme system
Get user details
Update the specified user
Delete a user
Add the specified document to the current user's favorites
Add a classification to a document version's content object
Add classifications from version
Add classification to version
Add custom attributes to a document version
Add a user to a group
Retrieve a list of permissions for a specific channel
Retrieve all facets for a specific channel
Retrieve a list of a classification and its descendants
Retrieve a list of a classification's children
Retrieve a list of a classification's ancestors
Retrieve a list of document versions for a classification
Retrieve a list of content objects for a classification
Retrieve a list of root classifications
Retrieve a list of all document history events
Retrieve a list of all documents
Get list of accessible documents
Get list of supported and unsupported languages
Get list of supported and unsupported resource types
Get the latest version details for a document
Get list of classifications for a document version's content object
Get list of custom attributes for a document version's content object
Get list of content links for a document version
List version classifications
Get list of custom attributes for a document version
Get list of a group's users
Search for documents and learning objects across the platform
Remove the specified document from the current user's favorites
Remove a classification from a document version's content object
Remove classifications from version
Remove classification from version
Remove custom attributes from a document version
Remove a user from a group
One endpoint. Any framework. Your agent is talking to Xyleme 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>"
]
}
}
}122+ actions
78+ actions
72+ actions
69+ actions
69+ actions
67+ actions
56+ 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.