Atlassian Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Atlassian Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server for exploring Atlassian resources like Confluence pages and Jira tickets.
bun installCreate a .env file or set the following environment variables:
ATLASSIAN_BASE_URL=https://your-domain.atlassian.net
[email protected]
ATLASSIAN_API_TOKEN=your-api-tokenTo generate an API token:
bun run buildbun run startOr with bun:
bun run index.tsAdd this to your Cursor MCP settings (~/.cursor/mcp.json):
{
"mcpServers": {
"atlassian": {
"command": "bun",
"args": ["run", "/path/to/atlassian-mcp/index.ts"],
"env": {
"ATLASSIAN_BASE_URL": "https://your-domain.atlassian.net",
"ATLASSIAN_EMAIL": "[email protected]",
"ATLASSIAN_API_TOKEN": "your-api-token"
}
}
}
}get_confluence_pageRetrieve a Confluence page by its ID.
Parameters:
pageId (required): The ID of the Confluence page to retrievebodyFormat (optional): The format for the page body. Options: storage, atlas_doc_format, view, export_view. Default: storageExample usage:
Get the Confluence page with ID 12345search_confluenceSearch for Confluence pages using CQL (Confluence Query Language).
Parameters:
query (required): CQL query stringlimit (optional): Maximum number of results (default: 25)Example CQL queries:
type=page AND space=MYSPACE - All pages in a spacetype=page AND text~"search term" - Pages containing texttype=page AND title~"Meeting Notes" - Pages with title containing textcreator=currentUser() AND created>=2024-01-01 - Pages created by you this yearbun run devThis will recompile TypeScript files on changes.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.