Juscribe MCP server
Read and work your Juscribe board: tickets, subtasks, blockers, projects and iterations.
Little public usage data yet
Reviews
Write oneNobody has reviewed Juscribe yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Juscribe tools (22, 4 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_blockerRecord that a ticket waits on another ticket, a project, or an outside event
add_commentAdd a comment to a ticket. Supports @mentions.
add_subtaskAdd a step to the end of a ticket. Place it elsewhere with move_subtask.
create_ticketwrite actionCreate a new ticket in the workspace. Returns the created ticket, with notes when it
get_current_iterationThe iteration in progress: its number, dates, committed and accepted points, and its
get_ticketGet full details for a single ticket, including comments and attachments.
get_workspace_summaryGet a condensed overview of the workspace board: panel counts, projects,
list_blockersList what blocks a ticket, or with direction "blocks", what it blocks. Resolved
list_iterationsList iterations (sprints) for a workspace, with velocity and point data.
list_labelsList the labels on the board, with the ids that label_ids takes.
list_peopleList the people and agents on the board, with the user ids that assignee_ids and stakeholder_id take.
list_projectsList all projects in a workspace with their state and position.
list_subtasksList a ticket's subtasks: its ordered steps, each with at most one owner.
list_ticketsList tickets in a workspace with optional filters, 50 to a page. The reply says when more
list_workspacesList the workspaces this token can reach, with their ids.
move_subtaskMove a subtask to a place in its ticket's list, counting from 1. A place past the end
move_ticketwrite actionPut a ticket directly above (before) or below (after) another ticket in the same panel.
resolve_blockerMark a blocker resolved, which unblocks the ticket once none is left. Get its id from
searchSearch tickets, projects, comments and people at once. Matches label and project names too,
transition_ticketMove a ticket forward one step: unprioritized → prioritized → started → finished → delivered.
update_subtaskwrite actionChange a subtask. completed: true ticks it and completed: false reopens it; calling
update_ticketwrite actionUpdate an existing ticket's fields. Only provided fields are changed.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan7 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y @juscribe/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add juscribe -- npx -y @juscribe/mcp
Juscribe: common questions
- Is Juscribe MCP server safe?
- With care: it is graded C, so read the findings first (55/100). Read the Juscribe safety report
- How do I install Juscribe?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Juscribe need an API key?
- Yes. The registry entry asks for
JUSCRIBE_API_TOKEN. - Is Juscribe maintained?
- The latest release is v0.1.0.