Mcp Scrumwise — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Scrumwise (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 that exposes the Scrumwise API as tools. 95 API methods covering projects, backlog items, tasks, sprints, releases, time tracking, and more.
SCRUMWISE_EMAIL="your-email" SCRUMWISE_API_KEY="your-api-key" \
bun x -y mcp-scrumwiseGenerate an API key in Scrumwise under Settings → Your company account → API keys.
All Scrumwise API methods are exposed as individual MCP tools with input schemas and descriptions. No trimming — the full API surface is available.
Read
getData — retrieve projects, people, backlog items, etc.getDataVersion — check if data has changedgetTimeEntries — query time logsgetAttachmentFileContents / getFileContentsCreate
addProject, addBacklogItem, addTask, addSprint, addReleaseaddComment, addAttachment, addChecklist, addMessageaddPerson, addTag, addTimeEntry, addRelationshipUpdate
setBacklogItemName, setBacklogItemDescription, setBacklogItemEstimate, etc.setSprintDates, setSprintName, setReleaseDates, setReleaseNamesetTaskName, setTaskEstimate, setTaskAssignedPersonIDsetTimeEntryUsedTime, setCommentTextsetCustomFieldValueset* methods for every propertyDelete
deleteBacklogItem, deleteTask, deleteSprint, deleteReleasedeleteComment, deleteTag, deleteTimeEntry, deleteRelationshipAssign / Move
assignBacklogItemToSprint, assignBacklogItemToRelease, assignBacklogItemToKanbanBoardmoveBacklogItemToBacklogList, moveTaskToBoardColumn| Variable | Required | Description |
|---|---|---|
SCRUMWISE_EMAIL | Yes | Your Scrumwise user email |
SCRUMWISE_API_KEY | Yes | API key from Scrumwise settings |
git clone https://github.com/mkh/mcp-scrumwise
cd mcp-scrumwise
bun install
bun run build
SCRUMWISE_EMAIL=x SCRUMWISE_API_KEY=y bun run dist/index.jsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.