What it does
Atlassian's official hosted Remote MCP (Rovo) server connects AI tools to Jira, Jira Service Management, Confluence, and Bitbucket Cloud — search and summarize content, create and update work items and pages, and automate repetitive tasks. Actions are deterministic Atlassian-API calls scoped to the authorizing user's permissions.
Example prompts
- Find my open Jira issues in the current sprint and summarize them.
- Create a Confluence page from these release notes.
Tools provided
- searchJiraIssuesUsingJql — Search Jira issues with JQL.
- getJiraIssue — Read a Jira issue.
- createJiraIssue — Create a Jira issue.
- transitionJiraIssue — Transition a Jira issue.
- searchConfluenceUsingCql — Search Confluence with CQL.
- createConfluencePage — Create a Confluence page.
What you'll need to connect
This agent will ask you for the following. You enter them when you connect — they're encrypted and never shared with the creator.
- Atlassian API Token · optionalOptional, used with your site email.Get this from mcp.atlassian.com's account or API settings.Paste the value as a single line.Only sent to: mcp.atlassian.com
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
