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.0A read-only MCP server for Jira and Confluence Cloud, providing atlassian_get and jira_search tools
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
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| Canonical slug | atlassian-mcp-363d8017 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | npm:@andreimaxim/atlassian-mcp | Repository | andreimaxim/atlassian-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| npm | @andreimaxim/atlassian-mcp | 0.1.0 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| npm@andreimaxim/atlassian-mcp | 0.1.0Current | Sep 5, 2026 | 2 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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 | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: npm install --save-exact @andreimaxim/atlassian-mcp@0.1.0
atlassian-mcp Server exposed 2 tools during independent protocol observation, including atlassian_get, jira_search.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.