Jira Service Management MCP Server
for AI Agents
Connect your AI agent to StackOne's Jira Service Management MCP server and give it 42 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
42 Agent Actions
Create, read, update, and delete across Jira Service Management — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Jira Service Management MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Jira Service Management 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 Jira Service Management call.
Tools Discovery →What is the Jira Service Management MCP Server?
A Jira Service Management MCP server lets AI agents read and write Jira Service Management data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Jira Service Management MCP server ships with 42 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 Jira Service Management MCP Tools
Every action from Jira Service Management's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Request Comments
- Create Request Comment
Create a public or internal comment on a request
- List Request Comments
Get all comments on a customer request
- Get Request Comment
Get a specific comment on a customer request
Request Feedbacks
- Get Request Feedback
Get customer satisfaction feedback for a request
- Delete Request Feedback
Delete customer satisfaction feedback from a request
Organizations
- Create Organization
Create a new organization
- Get Organization
Get a specific organization by ID
- Delete Organization
Delete an organization
Request Participants
- Add Request Participants
Add participants to a customer request
- List Request Participants
Get all participants on a customer request
- Remove Request Participants
Remove participants from a customer request
Queues
- List Queues
Get all queues for a service desk
- Get Queue
Get a specific queue by ID
Requests
- Create Request
Create a new customer request in a service desk. Use list_service_desks to get serviceDeskId, list_service_desk_request_types to get requestTypeId, and pass requestFieldValues as an object with "summary" and optionally "description" fields
- Get Request
Get a specific customer request by issue ID or key
Service Desks
- List Service Desks
Get all service desks accessible to the user
- Get Service Desk
Get a specific service desk by ID
Other (25)
- Add Customers To Service Desk
Add customers to a service desk
- Create Customer
Create a new customer account
- Add Users To Organization
Add users to an organization. Pass accountIds as an array of Atlassian account ID strings. Use list_organization_users to see current members
- Add Organization To Service Desk
Add an organization to a service desk
- List Request Approvals
Get all approvals on a customer request
- List Service Desk Customers
Get customers associated with a service desk
- Get Info
Get runtime information about the JSM instance
- List All Organizations (Global)
Get all organizations across the entire Jira instance. For organizations linked to a specific service desk, use list_service_desk_organizations instead
- List Organization Users
Get all users in an organization
- List Organizations For Service Desk
Get organizations linked to a specific service desk. Requires a serviceDeskId. Use list_service_desks to find the service desk ID first. For all organizations globally, use list_organizations instead
- List Queue Issues
Get issues in a specific queue
- List Customer Requests
Get all customer requests accessible to the user
- List All Request Types (Global)
Get all request types across all service desks globally. Use this when you need request types from every service desk at once. For request types on a specific service desk, use list_service_desk_request_types instead
- List Request Types For Service Desk
Get all request types available on a specific service desk. Requires a serviceDeskId. Use list_service_desks to find the service desk ID first
- Get Request Type
Get a specific request type by ID on a service desk. Requires both serviceDeskId and requestTypeId. Use list_service_desk_request_types to find valid request type IDs
- Get Request Type Fields
Get the fields for a specific request type
- List Request Type Groups
Get request type groups for a service desk
- List All SLA Metrics
Get all SLA metric records for a customer request. Returns each SLA metric ID, name, and cycle details. Use a returned slaMetricId with get_request_sla_metric for full details on a specific metric
- Get SLA Metric By ID
Get a specific SLA metric by its ID for a customer request. Use list_request_sla_information first to get the slaMetricId
- Get Request Status
Get the status history of a customer request
- List Request Transitions
Get available workflow transitions for a request
- Remove Users From Organization
Remove users from an organization. Pass accountIds as an array of Atlassian account ID strings. Use list_organization_users first to get current member account IDs
- Remove Organization From Service Desk
Remove an organization from a service desk
- Post Request Feedback
Submit customer satisfaction feedback for a resolved request. Requires rating (1-5), type must be set to "csat", and comment must be an object with a "body" field
- Perform Request Transition
Perform a workflow transition on a customer request
Set Up Your Jira Service Management MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Jira Service Management 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 support-ticketing MCP Servers
96+ actions
37+ actions
34+ actions
11+ 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
Jira Service Management MCP Server FAQ
Does StackOne have a Jira Service Management MCP server?
Jira Service Management MCP server vs direct API integration — what's the difference?
How does Jira Service Management authentication work for AI agents?
origin_owner_id.Are Jira Service Management MCP tools vulnerable to prompt injection?
What is the context bloat of a Jira Service Management agent and how do I avoid it?
Can I limit which actions my Jira Service Management agent can access?
Can I create custom agent actions for my Jira Service Management MCP server?
When should I NOT use a Jira Service Management MCP server?
What AI frameworks and AI clients does the StackOne Jira Service Management 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.