MCP Server Policy

ATLASSIAN ROVO MCP POLICY

Enforce policies on every tool call to the Atlassian Rovo MCP Server. 20 tools listed, categorised, and ready for rules.

atlassian/atlassian-mcp-server 10 read 10 write 20 tools total
atlassian jira confluence project-management

GET STARTED

Download this policy scaffold and add your rules. Intercept enforces them on every tool call before it reaches Atlassian Rovo.

terminal

# Download policy scaffold

curl -o atlassian.yaml https://raw.githubusercontent.com/policylayer/intercept/main/policies/atlassian.yaml

# Run with Intercept

intercept --policy atlassian.yaml -- npx -y @atlassian/atlassian-mcp-server

Server documentation: https://github.com/atlassian/atlassian-mcp-server

READ TOOLS

10

WRITE TOOLS

7

DESTRUCTIVE TOOLS

2

OTHER TOOLS

1

POLICY YAML

This scaffold lists every tool with empty rules. Add conditions — rate limits, argument validation, deny rules — then deploy with Intercept.

atlassian.yaml
version: "1"
description: "Policy for atlassian/atlassian-mcp-server"
default: "allow"
tools:
    getCompassComponent:
        rules: []
    getConfluencePage:
        rules: []
    getConfluenceSpace:
        rules: []
    getJiraIssue:
        rules: []
    getVisibleJiraProjects:
        rules: []
    listConfluenceSpaces:
        rules: []
    lookupJiraAccountId:
        rules: []
    searchCompassComponents:
        rules: []
    searchConfluenceContent:
        rules: []
    searchJiraIssuesUsingJql:
        rules: []
    addCommentToJiraIssue:
        rules: []
    createCompassComponent:
        rules: []
    createConfluencePage:
        rules: []
    createJiraIssue:
        rules: []
    editJiraIssue:
        rules: []
    updateCompassComponent:
        rules: []
    updateConfluencePage:
        rules: []
    deleteCompassComponent:
        rules: []
    deleteConfluencePage:
        rules: []
    transitionJiraIssue:
        rules: []

RELATED POLICIES

FREQUENTLY ASKED QUESTIONS

What tools does the Atlassian Rovo MCP server expose?

The Atlassian Rovo MCP Server exposes 20 tools across 4 categories: Read, Write, Destructive, Other. Each tool can be individually controlled with Intercept policies.

How do I enforce policies on Atlassian Rovo?

Download the policy scaffold, add rules (rate limits, argument validation, deny rules), then run Intercept as a proxy in front of the Atlassian Rovo MCP server. Every tool call is evaluated against your YAML policy before execution.

Is the Atlassian Rovo 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 ATLASSIAN ROVO

Open source. One binary. Zero dependencies.