Atlassian Rovo MCP Server
The official Atlassian Rovo MCP Server is a cloud-hosted Model Context Protocol server that exposes Jira, Confluence, Jira Service Management, Bitbucket, Compass, Loom and the wider Atlassian platform to MCP clients. The Confluence tool surface recorded here is the Confluence slice of that one server - there is no Confluence-only endpoint.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
getConfluenceContent— Read any Confluence content such as page, blog, live doc, comment, whiteboard, embed, database, or folder.listConfluenceContent— List content of one type within a single space.listConfluenceSpaces— List spaces accessible to the caller.getConfluenceSpace— Retrieve a space by ID or key, including enabled content types, optional labels, and configured space instructions.getConfluenceSpaceInstructions— The space instructions configured for a space.getConfluencePersonalSpace— The current user's personal space.listConfluenceComments— List comments on a page or blog post.getConfluenceComment— A single comment by ID.listConfluenceContentVersions— Version history for a page, live doc, or blog post, newest first.getConfluenceContentVersion— One historical version of a page, live doc, or blog post.diffConfluenceContentVersions— A unified diff between two versions of a page, live doc, or blog post.listConfluenceAttachments— Attachment metadata for a content item.getConfluenceAttachment— Attachment metadata by attachment ID.downloadConfluenceAttachment— An attachment download URL plus a local curl command.exportConfluenceContent— Export content as PDF or Word and return a download link.getConfluenceContentPermissions— The explicit content-level permission grants on a content entity, each pairing an operation with a principal.getConfluenceContentRestrictionState— General access for a content entity: OPEN , EDIT_RESTRICTED , or fully restricted.getConfluencePublicLinkStatus— The external public-link (anonymous share) status of a page.getConfluenceReactions— Emoji reactions on Confluence content.getConfluenceTask— A single inline task by ID.listConfluenceTasks— Inline tasks, optionally scoped to a page or blog post and filtered by status.listConfluenceTemplates— List templates and blueprints.getConfluenceTemplate— A template body.resolveConfluenceContentMacros— Resolve supported macro wrappers into per-macro HTML as displayed in Confluence web.createConfluenceContent— Create a page, blog post, live doc, whiteboard, database, embed, smart link, or folder.updateConfluenceContent— Update docs, whiteboards, or databases, via full-body replacement or granular edits.createConfluenceSpace— Create a space. The response includes its ID, key, and homepage ID.setConfluenceSpaceInstructions— Set the space instructions for a space.copyConfluenceContent— Copy a page, whiteboard, database, folder, or embed to a new parent.moveConfluenceContent— Move a page, whiteboard, database, folder, or embed to a new parent or sibling position.archiveConfluenceContent— Archive a single content entity.unarchiveConfluenceContent— Unarchive (restore) a single content entity.restoreConfluenceContentVersion— Restore an earlier version as a new latest version.convertConfluenceContentMode— Convert a page or live doc between classic page mode and live-doc mode.setConfluenceContentStatus— Set the content state (status) of a page or blog post.createConfluenceComment— Create or reply to a footer or inline comment on a page or blog post.updateConfluenceComment— Update an existing footer or inline comment.updateConfluenceCommentResolution— Resolve or reopen a footer or inline comment.createConfluenceAttachment— Prepare an attachment upload and return a local curl command.addLabelsToConfluenceContent— Add labels to any content.addConfluenceReaction— Add an emoji reaction to Confluence content.addConfluenceContentPermissions— Add content-level permission grants, preserving existing grants for other principals.removeConfluenceContentPermissions— Remove content-level permission grants, optionally narrowed by operation, principal type, or principal.replaceConfluenceContentPermissions— Replace all content-level permission grants with the supplied set. Grants absent from the request are removed.setConfluenceContentRestrictionState— Set the high-level restriction state for a content entity.enableConfluencePublicLink— Enable the external public link (anonymous share) for a page.disableConfluencePublicLink— Disable the external public link for a page.completeConfluenceTask— Marks an action item on a page as done.reopenConfluenceTask— Marks a completed action item as not done.starConfluenceContent— Stars a page for the user.unstarConfluenceContent— Removes a star from a page.starConfluenceSpace— Stars a space for the user.unstarConfluenceSpace— Removes a star from a space.watchConfluenceContent— Subscribes the user to updates on a page.unwatchConfluenceContent— Unsubscribes the user from updates on a page.watchConfluenceSpace— Subscribes the user to updates in a space.unwatchConfluenceSpace— Unsubscribes the user from updates in a space.watchConfluenceLabel— Subscribes the user to updates on content carrying a label.unwatchConfluenceLabel— Unsubscribes the user from updates on a label.searchConfluence— Search Confluence content with CQL.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.