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.

io.github.oktopeak/mycase-mcp

NPM · @OKTOPEAK/MYCASE-MCP · SCANNED AUG 7

Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.

+59 this week 64 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 108 of 112 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 108 of 112 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability48
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1213 tokens (~63/item across 19 items; 17 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage92
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 76% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @oktopeak/mycase-mcp

# add to Claude Code
claude mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp
# add to Codex CLI
codex mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oktopeak-mycase-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add oktopeak-mycase-mcp --command npx --arg -y --arg @oktopeak/mycase-mcp
# ~/.hermes/config.yaml
mcp_servers:
  oktopeak-mycase-mcp:
    command: "npx"
    args: ["-y", "@oktopeak/mycase-mcp"]
// mcp.json
{
  "mcpServers": {
    "oktopeak-mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-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.

  • 6 Aug 26 +1

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

  • 4 Aug 26 +1

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

  • 2 Aug 26 +57
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 0 functional
    • Licence: MIT functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    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 7 Aug 2026 · Analysed npm/@oktopeak/[email protected]

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 108 packages
Packages resolved 108
Deprecated 108
Stale 32
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 17 exposed · ~1,202 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.

Tool Tokens
auth-status ~23

Check whether the server is authenticated with MyCase and when the token expires.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

authenticate ~36

Open the MyCase OAuth authorization page in the browser and store the resulting tokens encrypted on disk. Must be called before any other MyCase tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create-case ~184

Create a new case in MyCase.

NameTypeReqDescription
case_numberstringYour firm's own identifier for this case.
case_stagestringMust match a case stage name in MyCase (case-insensitive).
client_idsarrayIDs of clients to associate with the case.
company_idsarrayIDs of companies to associate with the case.
descriptionstring
namestringyesThe case name. Must be unique within your firm.
opened_datestringDate the case was opened, YYYY-MM-DD.
practice_areastringMust match a practice area name in MyCase (case-insensitive).
sol_datestringStatute of limitations date, YYYY-MM-DD.
staffarrayStaff members to associate with the case.
statusstring

No output schema declared.

No examples provided.

create-task ~133

Create a new task in MyCase. Requires a name, due date, priority, and at least one staff member ID.

NameTypeReqDescription
case_idintegerThe ID of the case to associate the task with.
completedbooleanWhether the task is already completed.
descriptionstring
due_datestringyesDue date in YYYY-MM-DD format. Required.
namestringyesTask name/title.
prioritystringyesTask priority: Low, Medium, or High.
staff_idintegeryesThe ID of the staff member to assign the task to.

No output schema declared.

No examples provided.

get-billing-summary ~41

Get a billing summary for a MyCase case: total billed, outstanding, and invoices.

NameTypeReqDescription
case_idstringyesThe MyCase case ID.

No output schema declared.

No examples provided.

get-case ~34

Get full details for a single MyCase case by its ID.

NameTypeReqDescription
case_idstringyesThe MyCase case ID.

No output schema declared.

No examples provided.

get-contact ~34

Get full details for a single client (person) by ID.

NameTypeReqDescription
contact_idstringyesThe MyCase client ID.

No output schema declared.

No examples provided.

get-document-url ~33

Get the download URL for a document by its ID.

NameTypeReqDescription
document_idstringyesThe MyCase document ID.

No output schema declared.

No examples provided.

get-staff ~37

Get full details for a single MyCase staff member by their ID.

NameTypeReqDescription
staff_idstringyesThe MyCase staff member ID.

No output schema declared.

No examples provided.

list-calendar-events ~92

List calendar events from MyCase within an optional date range.

NameTypeReqDescription
case_idstringFilter events by case ID.
end_datestringEnd of date range (YYYY-MM-DD). Defaults to 30 days from start.
limitinteger
pageinteger
start_datestringStart of date range (YYYY-MM-DD). Defaults to today.

No output schema declared.

No examples provided.

list-cases ~94

List cases from MyCase, optionally filtered by status.

NameTypeReqDescription
page_sizeinteger
page_tokenstringCursor token for the next page, from a previous response.
statusstringFilter by case status: "open" or "closed". Omit for all cases.
updated_afterstringISO 8601 date — return only cases created or updated after this date.

No output schema declared.

No examples provided.

list-documents ~47

List documents in MyCase, optionally filtered by case.

NameTypeReqDescription
case_idstringFilter documents by case ID.
limitinteger
pageinteger

No output schema declared.

No examples provided.

list-staff ~69

List all staff members in the MyCase firm.

NameTypeReqDescription
page_sizeinteger
page_tokenstringCursor token for the next page, from a previous response.
updated_afterstringISO 8601 date — return only staff created or updated after this date.

No output schema declared.

No examples provided.

list-tasks ~135

List tasks from MyCase. When case_id is supplied all pages are fetched before filtering. Optionally filter by completion status or updated date.

NameTypeReqDescription
case_idstringFilter tasks by case ID. All pages are fetched when this is set.
completedbooleanFilter by completion: true = completed, false = open. Omit for all.
page_sizeinteger
page_tokenstringCursor token for the next page. Ignored when case_id is set.
updated_afterstringISO 8601 date — return only tasks created or updated after this date.

No output schema declared.

No examples provided.

list-time-entries ~93

List billable time entries from MyCase, optionally filtered by case or date range.

NameTypeReqDescription
case_idstringFilter time entries by case ID.
end_datestringFilter entries on or before this date (YYYY-MM-DD).
limitinteger
pageinteger
start_datestringFilter entries on or after this date (YYYY-MM-DD).

No output schema declared.

No examples provided.

logout ~16

Remove the stored MyCase tokens from disk.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search-contacts ~101

Search for clients (people) in MyCase by name, email, or phone.

NameTypeReqDescription
emailstringFilter by email address.
first_namestringFilter by first name (exact match).
last_namestringFilter by last name (exact match).
page_sizeinteger
page_tokenstringCursor token for the next page.
phonestringFilter by cell phone number.

No output schema declared.

No examples provided.