Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Juscribe

NPM · @JUSCRIBE/MCP · SCANNED SEP 26

Read and work your Juscribe board: tickets, subtasks, blockers, projects and iterations.

Available components

67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2986 tokens (~135/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management10
  • Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Juscribe MCP server?

Juscribe runs locally as an npm package, launched with npx -y @juscribe/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @juscribe/mcp

# add to Claude Code
claude mcp add juscribe-juscribe -- npx -y @juscribe/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "juscribe-juscribe": {
      "command": "npx",
      "args": [
        "-y",
        "@juscribe/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "juscribe-juscribe": {
      "command": "npx",
      "args": [
        "-y",
        "@juscribe/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add juscribe-juscribe -- npx -y @juscribe/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "juscribe-juscribe": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@juscribe/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add juscribe-juscribe --command npx --arg -y --arg @juscribe/mcp
# ~/.hermes/config.yaml
mcp_servers:
  juscribe-juscribe:
    command: "npx"
    args: ["-y", "@juscribe/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "juscribe-juscribe": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@juscribe/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add juscribe-juscribe -t stdio -c npx -a -y @juscribe/mcp
// mcp.json
{
  "mcpServers": {
    "juscribe-juscribe": {
      "command": "npx",
      "args": [
        "-y",
        "@juscribe/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 25 Sept 26 +1
    • Stability: unverified → 0.07 ▲ functional
    • Package version: 0.1.0 → 0.2.0 functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +15
    • Malware scan: unverified → pass ▲ security
  • 23 Sept 26 50

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Sept 2026 · Analysed npm/@juscribe/mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 3 packages
Packages resolved 3
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 22 exposed · ~2,621 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_blocker ~203

Record that a ticket waits on another ticket, a project, or an outside event (External). Add one blocker per condition that clears on its own.

NameTypeReqDescription
blocker_idstring–The ticket or project it waits on. Required for Ticket and Project.
blocker_typestringyesWhat it waits on
descriptionstring–More detail on what is awaited
due_kindstring–What the date means: wait_until (do not start before), review_on (look again then), expected_by (should clear by then). Needs due_on.
due_onstring–A date, YYYY-MM-DD. Needs due_kind.
ticket_idstringyesThe ticket that waits
titlestring–A short label the board shows. An External blocker needs this or a description.
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

add_comment ~72

Add a comment to a ticket. Supports @mentions.

NameTypeReqDescription
bodystringyesComment body (supports @mentions and markdown)
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

add_subtask ~108

Add a step to the end of a ticket. Place it elsewhere with move_subtask.

NameTypeReqDescription
assignee_idinteger–The one person who does it, from list_people
descriptionstring–Detail for the step (markdown)
ticket_idstringyesTicket external ID
titlestringyesWhat the step is
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

create_ticket ~241

Create a new ticket in the workspace. Returns the created ticket, with notes when it matches another ticket.

NameTypeReqDescription
assignee_idsarray–User IDs to assign, from list_people
descriptionstring–Ticket description (markdown)
insert_atstring–Where in the panel: top, bottom, before:<ticket id> or after:<ticket id>
labelsarray–Label names, as list_labels shows them
panelstring–Which panel the ticket goes in. With neither panel nor insert_at it lands at the bottom of the Icebox; place a ticket only when the person asks.
pointsnumber–Story points estimate (0, 1, 2, 3, 5, or 8)
project_idstring–Project external ID to assign to
stakeholder_idnumber–Stakeholder user ID
ticket_typestring–Ticket type (default: feature)
titlestringyesTicket title
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

get_current_iteration ~92

The iteration in progress: its number, dates, committed and accepted points, and its tickets, 50 to a page. Use this rather than list_iterations, which returns every iteration the board has had.

NameTypeReqDescription
pageinteger–Page of its tickets, from 1
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

get_ticket ~108

Get full details for a single ticket, including comments and attachments.

NameTypeReqDescription
comments_limitinteger–Only the newest N comments, oldest first (default: all)
include_attachmentsboolean–Include attachments (default: true)
include_commentsboolean–Include comments (default: true)
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

get_workspace_summary ~112

Get a condensed overview of the workspace board: panel counts, projects, velocity, users, and ticket summaries for the current and backlog panels unless others are named. Use this to orient yourself before drilling into specific tickets.

NameTypeReqDescription
panelsstring–Comma-separated panel names to include ticket details for (default "current,backlog"). Panels not listed return only count/points.
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_blockers ~122

List what blocks a ticket, or with direction "blocks", what it blocks. Resolved blockers are included with resolved_at set. The ids here are what resolve_blocker takes.

NameTypeReqDescription
directionstring–blocked_by (default): what this ticket waits on. blocks: what waits on it.
pageinteger–Page number, 50 to a page
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_iterations ~51

List iterations (sprints) for a workspace, with velocity and point data.

NameTypeReqDescription
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_labels ~50

List the labels on the board, with the ids that label_ids takes.

NameTypeReqDescription
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_people ~68

List the people and agents on the board, with the user ids that assignee_ids and stakeholder_id take. Mention someone by @username: names are not unique.

NameTypeReqDescription
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_projects ~47

List all projects in a workspace with their state and position.

NameTypeReqDescription
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_subtasks ~77

List a ticket's subtasks: its ordered steps, each with at most one owner. The ids here are what the other subtask tools take.

NameTypeReqDescription
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_tickets ~265

List tickets in a workspace with optional filters, 50 to a page. The reply says when more pages exist, and when release, milestone and deadline markers were left out.

NameTypeReqDescription
assignee_idnumber–Filter by assignee user ID
fieldsstring–Comma-separated field names (default id,title,ticket_type,state,points,project_id,assignees,labels)
include_markersboolean–Include release, milestone and deadline markers, which are left out by default
pageinteger–Page number, from 1
panelstring–Filter by panel
per_pageinteger–Tickets per page, 1 to 200 (default 50)
project_idstring–Project external ID, to list a project's tickets. Add panel to see only what is left.
qstring–Search query (title/description)
statestring–Filter by state (e.g. started, delivered)
ticket_typestring–Filter by type (feature, bug, chore, research, milestone, release, deadline)
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

list_workspaces ~31

List the workspaces this token can reach, with their ids. A workspace-scoped token reaches exactly one.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

move_subtask ~109

Move a subtask to a place in its ticket's list, counting from 1. A place past the end moves it to the bottom.

NameTypeReqDescription
placeintegeryesWhere it goes: 1 is the top
subtask_idintegeryesSubtask ID, from list_subtasks
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

move_ticket ~112

Put a ticket directly above (before) or below (after) another ticket in the same panel. This is how the backlog is prioritised. Moving between panels is update_ticket or transition_ticket.

NameTypeReqDescription
afterstring–Put it directly below this ticket
beforestring–Put it directly above this ticket
ticket_idstringyesThe ticket to move
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

resolve_blocker ~75

Mark a blocker resolved, which unblocks the ticket once none is left. Get its id from list_blockers.

NameTypeReqDescription
dependency_idintegeryesBlocker ID, from list_blockers
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

search ~103

Search tickets, projects, comments and people at once. Matches label and project names too, and ranks an exact ticket or project number first. Results are compact: use get_ticket for detail.

NameTypeReqDescription
limitinteger–Results per kind, 1 to 50 (default 10)
qstringyesWhat to search for
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

transition_ticket ~191

Move a ticket forward one step: unprioritized → prioritized → started → finished → delivered. Finished is the last step you take on your own; deliver only when the person asks. Cancelled is reachable from any open state and needs a resolution. To move a ticket back to the Icebox or the Backlog, use update_ticket with state. Accepting or rejecting is a person's decision, made in the app, so this tool offers neither (#4917).

NameTypeReqDescription
commentstring–Comment to attach (e.g. rejection reason)
forceboolean–Force non-standard transition (override)
resolutionstring–Resolution (required when transitioning to cancelled)
statestringyesTarget state
ticket_idstringyesTicket external ID
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

update_subtask ~151

Change a subtask. completed: true ticks it and completed: false reopens it; calling either twice changes nothing. Only the fields passed change.

NameTypeReqDescription
assignee_idinteger–The one person who does it, from list_people
completedboolean–true when the step is done, false to reopen it
descriptionstring–New detail (markdown)
subtask_idintegeryesSubtask ID, from list_subtasks
ticket_idstringyesTicket external ID
titlestring–New title
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

update_ticket ~233

Update an existing ticket's fields. Only provided fields are changed.

NameTypeReqDescription
assignee_idsarray–User IDs to assign, from list_people, replacing the current set
descriptionstring–New description
due_datestring|null–Due date in YYYY-MM-DD format (null to unset). Only a milestone, release or deadline ticket takes one; any other type refuses it.
labelsarray–Label names, as list_labels shows them, replacing the current set
pointsnumber–New points estimate
project_idstring|null–New project external ID (null to unset)
stakeholder_idnumber|null–New stakeholder user ID (null to unset)
statestring–Move the ticket back to the Icebox (unprioritized) or the Backlog (prioritized). Moving forward is transition_ticket.
ticket_idstringyesTicket external ID
titlestring–New title
workspace_idstring–Workspace ID. Defaults to this token's workspace; required when the token is not limited to one.

No output schema declared.

No examples provided.

Common questions

What is the Juscribe MCP server?

Juscribe is an MCP server listed in the public MCP registry as io.github.juscribe/juscribe. Read and work your Juscribe board: tickets, subtasks, blockers, projects and iterations. This page covers its npm package (@juscribe/mcp).

Is the Juscribe MCP server safe to use?

Juscribe scores 67 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Juscribe MCP server expose?

Juscribe exposes 22 tools: get_workspace_summary, list_tickets, get_ticket, create_ticket, update_ticket, and 17 more. Their descriptions and schemas cost roughly 2,621 tokens of context every time the server is loaded.

Is the Juscribe MCP server still maintained?

Juscribe is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Juscribe MCP server under?

Juscribe declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.