Sentinel XS MCP Server
for AI Agents
Connect your AI agent to StackOne's Sentinel XS MCP server and give it 69 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
69 Agent Actions
Create, read, update, and delete across Sentinel XS — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Sentinel XS MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Sentinel XS 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 Sentinel XS call.
Tools Discovery →What is the Sentinel XS MCP Server?
A Sentinel XS MCP server lets AI agents read and write Sentinel XS data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Sentinel XS MCP server ships with 69 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 Sentinel XS MCP Tools
Every action from Sentinel XS's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Branchs
- Create Branch
Create a new branch record
- Get Branch
Retrieve detailed information for a specific branch
- Update Branch
Update an existing branch record
Customer Contacts
- Create Customer Contact
Create a new customer contact for a site
- List Customer Contacts
Retrieve a list of customer contacts based on filter criteria
- Get Customer Contact
Retrieve detailed information for a specific customer contact
- Update Customer Contact
Update an existing customer contact
- Delete Customer Contact
Delete a customer contact from a site
Customer Groups
- Create Customer Group
Create a new customer group
- List Customer Groups
Retrieve a list of customer groups based on filter criteria
- Get Customer Group
Retrieve detailed information for a specific customer group
- Update Customer Group
Update an existing customer group
Installers
- List Installers
Retrieve a list of installer records based on filter criteria
- Get Installer
Retrieve detailed information for a specific installer
- Update Installer
Update an existing installer record
Link Accounts
- Create Link Account
Create a new link account
- List Link Accounts
Retrieve a list of link account records
- Get Link Account
Retrieve detailed information for a specific link account
- Update Link Account
Update an existing link account
Link Account Contacts
- Create Link Account Contact
Create a new contact for a link account
- List Link Account Contacts
Retrieve a list of contacts for a link account
- Get Link Account Contact
Retrieve detailed information for a link account contact
- Update Link Account Contact
Update an existing link account contact
- Delete Link Account Contact
Delete a link account contact
Groups
- Create Group
Create a new group for a site
- List Groups
Retrieve a list of groups for a site
Schedules
- Create Schedule
Create a new schedule for a site
- List Schedules
Retrieve a list of customer schedules
- Get Schedule
Retrieve detailed information for a specific schedule
- Update Schedule
Update an existing schedule
- Delete Schedule
Delete a schedule from a site
Schedule Times
- List Schedule Times
Retrieve time slots for a schedule
- Set Schedule Times
Set the time entries for a schedule
Temporary Schedules
- Create Temporary Schedule
Create a temporary schedule override
- List Temporary Schedules
Retrieve a list of temporary schedules
- Get Temporary Schedule
Retrieve detailed information for a temporary schedule
- Update Temporary Schedule
Update an existing temporary schedule
- Delete Temporary Schedule
Delete a temporary schedule
Temporary Schedule Times
- List Temporary Schedule Times
Retrieve time entries for a temporary schedule
- Set Temporary Schedule Times
Set the time entries for a temporary schedule
Sites
- Create Site
Create a new site record based on a template
- List Sites
Retrieve a list of sites based on filter criteria
- Get Site
Retrieve detailed information for a specific site by serial number
- Update Site
Update an existing site record
Transmitters
- Clone Transmitter
Clone an existing transmitter to create a new transmitter
- List Transmitters
Retrieve a list of transmitters based on filter criteria
- Get Transmitter
Retrieve detailed information for a specific transmitter
- Update Transmitter
Update an existing transmitter's details
- Delete Transmitter
Delete a transmitter from a site
Other (20)
- List Branches
Retrieve a list of branch records based on filter criteria
- Get Customer Contact Availability
Retrieve availability schedule for a customer contact
- List Customer Contacts In Group
Retrieve customer contacts that belong to a specific group
- List Event Categories
Retrieve a list of all event categories
- List Event Definitions
Retrieve a list of event definitions
- List Holiday Groups
Retrieve a list of holiday groups
- List Log Headers
Retrieve log header entries for a site
- List Log Detail Items
Retrieve log detail items based on filter criteria
- List Media
Retrieve a list of media files for a site
- List Report Outputs
Retrieve a list of available report outputs
- List Report Schedules
Retrieve a list of report schedules
- Get Schedule Assignments
Retrieve device assignments for a schedule
- List Site Out Of Service Entries
Retrieve out of service entries for a site
- List Site Statuses
Retrieve a list of all available site statuses
- Get Site Status
Retrieve the current status of a site
- Get Transmitter Properties
Retrieve extended properties for a transmitter
- Set Customer Contact Group List
Set the list of customer contacts for a group
- Set Link Account Contact Priority List
Set the priority order for link account contacts
- Commission Site
Commission a site to enable alarm generation
- Decommission Site
Decommission a site to stop alarm generation
Set Up Your Sentinel XS MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Sentinel XS 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 Security MCP Servers
141+ actions
110+ actions
78+ actions
76+ actions
68+ actions
57+ actions
56+ 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
Sentinel XS MCP Server FAQ
Does StackOne have a Sentinel XS MCP server?
Sentinel XS MCP server vs direct API integration — what's the difference?
How does Sentinel XS authentication work for AI agents?
origin_owner_id.Are Sentinel XS MCP tools vulnerable to prompt injection?
What is the context bloat of a Sentinel XS agent and how do I avoid it?
Can I limit which actions my Sentinel XS agent can access?
Can I create custom agent actions for my Sentinel XS MCP server?
When should I NOT use a Sentinel XS MCP server?
What AI frameworks and AI clients does the StackOne Sentinel XS 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.