MCP Server Policy
JIRA MCP POLICY
Enforce policies on every tool call to the Jira MCP Server. 2 tools listed, categorised, and ready for rules.
GET STARTED
Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Jira.
# Download policy scaffold
curl -o jira.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/jira.yaml
# Run with Intercept
intercept --policy jira.yaml -- npx -y @jira-mcp Server documentation: https://www.npmjs.com/package/jira-mcp
READ TOOLS
2POLICY YAML
This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.
version: "1"
description: "Policy for jira-mcp"
default: "allow"
tools:
jql_search:
rules: []
get_issue:
rules: [] RELATED POLICIES
FREQUENTLY ASKED QUESTIONS
What tools does the Jira MCP server expose?
The Jira MCP Server exposes 2 tools across 1 categories: Read. Each tool can be individually controlled with Intercept policies.
How do I enforce policies on Jira?
Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Jira MCP server. Every tool call is evaluated against your YAML policy before execution.
Is the Jira policy free to use?
Yes. All Intercept policies are open source under the Apache 2.0 licence. Download, modify, and deploy without restrictions.
ENFORCE POLICIES ON JIRA
Open source. One binary. Zero dependencies.