MCP server intelligence profile

confluence-http-api-mcp Server

Read-only MCP server for self-hosted Confluence that lets AI agents search pages, fetch content, and navigate page trees via the REST API

Local Onlyrkorablin
Awaiting current scanNpm · 0.1.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
5Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install confluence-http-api-mcp from npm

Version 0.1.0 declares 1 executable entrypoint.

npm install --save-exact confluence-http-api-mcp@0.1.0
npx -y -p confluence-http-api-mcp@0.1.0 confluence-http-api-mcp
MCP client configuration example
{
  "mcpServers": {
    "confluence-http-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "confluence-http-api-mcp@0.1.0",
        "confluence-http-api-mcp"
      ]
    }
  }
}

Identity

Canonical slugconfluence-http-api-mcp-e4cafa57DeploymentLocal Only
Canonical packagenpm:confluence-http-api-mcpRepositoryrkorablin/confluence-http-api-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmconfluence-http-api-mcp0.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmconfluence-http-api-mcp0.1.0CurrentSep 5, 20265 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
confluence-http-api-mcpServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 5

ToolCategoryAnnotationsRisk
confluence_get_pageGet a Confluence page by numeric content id. Returns title, space, ancestors and plain-text body.
Input schema
{
  "type": "object",
  "properties": {
    "pageId": {
      "type": "string",
      "description": "Content id, e.g. 123456789"
    },
    "maxBodyChars": {
      "type": "number",
      "description": "Truncate body text after N chars (default 12000)",
      "default": 12000
    }
  },
  "required": [
    "pageId"
  ]
}
confluence_get_page_by_titleGet a page by space key and exact title (first match).
Input schema
{
  "type": "object",
  "properties": {
    "spaceKey": {
      "type": "string",
      "description": "Space key, e.g. GAR"
    },
    "title": {
      "type": "string",
      "description": "Exact page title"
    },
    "maxBodyChars": {
      "type": "number",
      "default": 12000
    }
  },
  "required": [
    "spaceKey",
    "title"
  ]
}
confluence_get_page_childrenList child pages under a parent page (table of contents / doc tree).
Input schema
{
  "type": "object",
  "properties": {
    "pageId": {
      "type": "string",
      "description": "Parent content id"
    },
    "limit": {
      "type": "number",
      "default": 50
    }
  },
  "required": [
    "pageId"
  ]
}
confluence_list_spacesList Confluence spaces accessible with the token.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max spaces (default 50)",
      "default": 50
    },
    "start": {
      "type": "number",
      "description": "Pagination offset (default 0)",
      "default": 0
    }
  }
}
confluence_searchSearch Confluence pages with CQL. Examples: `space=GAR AND type=page`, `space=GAR AND title ~ "API"`, `text ~ "address search" AND space=GAR`. Returns titles, ids, excerpts.
Input schema
{
  "type": "object",
  "properties": {
    "cql": {
      "type": "string",
      "description": "Confluence Query Language expression"
    },
    "limit": {
      "type": "number",
      "description": "Max results (default 25, max 50)",
      "default": 25
    }
  },
  "required": [
    "cql"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

confluence-http-api-mcp Server questions

How do I install confluence-http-api-mcp Server?

Install the selected package version with: npm install --save-exact confluence-http-api-mcp@0.1.0

What tools does confluence-http-api-mcp Server provide?

confluence-http-api-mcp Server exposed 5 tools during independent protocol observation, including confluence_get_page, confluence_get_page_by_title, confluence_get_page_children, confluence_list_spaces, confluence_search.

Is confluence-http-api-mcp Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Atlassian intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.