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 BMC Helix ITSM (Remedy) MCP server and give it 37 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across BMC Helix ITSM (Remedy) — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your BMC Helix ITSM (Remedy) MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every BMC Helix ITSM (Remedy) 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 BMC Helix ITSM (Remedy) call.
Tools Discovery →A BMC Helix ITSM (Remedy) MCP server lets AI agents read and write BMC Helix ITSM (Remedy) data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's BMC Helix ITSM (Remedy) MCP server ships with 37 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 BMC Helix ITSM (Remedy)'s API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a Change Request in BMC Helix ITSM (posts to the CHG:ChangeInterface_Create create interface form).
List Change Requests from BMC Helix ITSM (queries the CHG:ChangeInterface form).
Get a single Change Request by its AR System Request ID (from the CHG:ChangeInterface form).
Update an existing Change Request by AR System Request ID (modifies the CHG:ChangeInterface form).
List Companies from BMC Helix ITSM (queries the COM:Company form).
Create a Company in BMC Helix ITSM (posts to the COM:Company form).
Get a single Company by its AR System Request ID (from the COM:Company form).
Update an existing Company by AR System Request ID (modifies the COM:Company form).
Create an Incident in BMC Helix ITSM (posts to the HPD:IncidentInterface_Create create interface form).
List Incidents from BMC Helix ITSM (queries the HPD:IncidentInterface form).
Get a single Incident by its AR System Request ID (from the HPD:IncidentInterface form).
Update an existing Incident by AR System Request ID (modifies the HPD:IncidentInterface form).
Create a Known Error in BMC Helix ITSM (posts to the PBM:KnownErrorInterface_Create create interface form).
List Known Errors from BMC Helix ITSM (queries the PBM:KnownErrorInterface form).
Get a single Known Error by its AR System Request ID (from the PBM:KnownErrorInterface form).
Update an existing Known Error by AR System Request ID (modifies the PBM:KnownErrorInterface form).
Create a Person in BMC Helix ITSM (posts to the CTM:People form).
List People from BMC Helix ITSM (queries the CTM:People form).
Get a single Person by its AR System Request ID (from the CTM:People form).
Update an existing Person by AR System Request ID (modifies the CTM:People form).
Create a Problem Investigation in BMC Helix ITSM (posts to the PBM:ProblemInterface_Create create interface form).
List Problem Investigations from BMC Helix ITSM (queries the PBM:ProblemInterface form).
Get a single Problem Investigation by its AR System Request ID (from the PBM:ProblemInterface form).
Update an existing Problem Investigation by AR System Request ID (modifies the PBM:ProblemInterface form).
Create a Support Group in BMC Helix ITSM (posts to the CTM:Support Group form).
List Support Groups from BMC Helix ITSM (queries the CTM:Support Group form).
Get a single Support Group by its AR System Request ID (from the CTM:Support Group form).
Update an existing Support Group by AR System Request ID (modifies the CTM:Support Group form).
Create a Task in BMC Helix ITSM (posts to the TMS:Task form).
List Tasks from BMC Helix ITSM (queries the TMS:Task form).
Get a single Task by its AR System Request ID (from the TMS:Task form).
Update an existing Task by AR System Request ID (modifies the TMS:Task form).
Delete a Task by AR System Request ID (removes the entry from TMS:Task).
Create a Work Order in BMC Helix ITSM (posts to the WOI:WorkOrderInterface_Create create interface form).
List Work Orders from BMC Helix ITSM (queries the WOI:WorkOrderInterface form).
Get a single Work Order by its AR System Request ID (from the WOI:WorkOrderInterface form).
Update an existing Work Order by AR System Request ID (modifies the WOI:WorkOrderInterface form).
One endpoint. Any framework. Your agent is talking to BMC Helix ITSM (Remedy) 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>"
]
}
}
}96+ actions
42+ actions
34+ actions
11+ 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.