MCP server intelligence profile

atlassian-mcp Server

A read-only MCP server for Jira and Confluence Cloud, providing atlassian_get and jira_search tools

Local Onlyandreimaxim
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
2Independently 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 @andreimaxim/atlassian-mcp from npm

Install exact version 0.1.0. No verified executable entrypoint is available, so use the package documentation to launch it.

npm install --save-exact @andreimaxim/atlassian-mcp@0.1.0

Identity

Canonical slugatlassian-mcp-363d8017DeploymentLocal Only
Canonical packagenpm:@andreimaxim/atlassian-mcpRepositoryandreimaxim/atlassian-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@andreimaxim/atlassian-mcp0.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@andreimaxim/atlassian-mcp0.1.0CurrentSep 5, 20262 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
atlassianServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
atlassian_getMake one authenticated GET request to a site-relative Jira or Confluence API path. This tool is read-only and may truncate large output.
Input schema
{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative API path beginning with /, for example /rest/api/3/issue/ENG-123 or /wiki/api/v2/pages/123"
    },
    "query": {
      "description": "Optional query parameters. Array values are encoded as repeated parameters.",
      "type": "object",
      "propertyNames": {
        "type": "string"
      },
      "additionalProperties": {
        "anyOf": [
          {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "number"
              },
              {
                "type": "boolean"
              }
            ]
          },
          {
            "type": "array",
            "items": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "number"
                },
                {
                  "type": "boolean"
                }
              ]
            }
          }
        ]
      }
    }
  },
  "required": [
    "path"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent
jira_searchSearch Jira issues using POST /rest/api/3/search/jql. This is the only read-only POST exposed by the server. Returns Jira's raw response and may truncate large output.
Input schema
{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "jql": {
      "type": "string",
      "description": "A Jira Query Language expression"
    },
    "maxResults": {
      "default": 25,
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    },
    "fields": {
      "description": "Fields to include. Omit to use Jira's defaults.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "nextPageToken": {
      "description": "Token returned by a previous search page",
      "type": "string"
    }
  },
  "required": [
    "jql"
  ]
}
Annotations
{
  "readOnlyHint": true,
  "destructiveHint": false,
  "idempotentHint": true
}
Read onlyNon-destructiveIdempotent

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

atlassian-mcp Server questions

How do I install atlassian-mcp Server?

Install the selected package version with: npm install --save-exact @andreimaxim/atlassian-mcp@0.1.0

What tools does atlassian-mcp Server provide?

atlassian-mcp Server exposed 2 tools during independent protocol observation, including atlassian_get, jira_search.

Is atlassian-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.