Confluence Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Confluence 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.
MCP server for Confluence REST API. Bearer token (PAT) auth.
API documentation:
| Variable | Required | Description |
|---|---|---|
CONFLUENCE_URL | yes | REST API base URL, e.g. https://wiki.example.com/rest/api |
CONFLUENCE_TOKEN | yes | Personal Access Token |
CONFLUENCE_VERIFY_SSL | no | true (default) / false |
curl -s -u 'your-username:your-password' \
-X POST -H "Content-Type: application/json" \
-d '{"name":"my-mcp-token"}' \
"https://wiki.example.com/rest/pat/latest/tokens"
# Save rawToken from the response — it won't be shown again{
"mcpServers": {
"confluence": {
"command": "uvx",
"args": ["--from", "git+https://github.com/mainpart/confluence-mcp", "confluence-mcp"],
"env": {
"CONFLUENCE_URL": "https://wiki.example.com/rest/api",
"CONFLUENCE_TOKEN": "your-pat-token"
}
}
}
}| Tool | Description |
|---|---|
get_content_by_id | Page with body (storage format), ancestors, child pages, attachments |
download_attachment | Download attachment by content ID and attachment ID |
get_spaces | List spaces (key + name), filter by type, status, label |
get_comments | Page comments (footer + inline with markerRef and originalSelection) |
search | Full-text search with filters: title, space, type, creator, contributor, label, ancestor, parent, dates |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.