# io.github.oktopeak/mycase-mcp (npm · @oktopeak/mycase-mcp)

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

- Trust score: 64/100 (medium)
- Change this week: +59
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@oktopeak/mycase-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp.md), [page](https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp)

## Channel facts

- Registry: `npm`
- Package: `@oktopeak/mycase-mcp`
- Version: `1.0.4`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 108 of 112 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 108 of 112 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 48/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1213 tokens (~63/item across 19 items; 17 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 76% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add oktopeak-mycase-mcp --command npx --arg -y --arg @oktopeak/mycase-mcp
```

### Hermes

```yaml
mcp_servers:
  oktopeak-mycase-mcp:
    command: "npx"
    args: ["-y", "@oktopeak/mycase-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "oktopeak-mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 64, +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.

### 2026-08-04 (score 63, +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.

### 2026-08-02 (score 62, +57)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 0
- [functional] Licence: MIT

### 2026-07-31 (score 5, −20)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (17)

### `authenticate` (~36 tokens)

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.

### `auth-status` (~23 tokens)

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

### `logout` (~16 tokens)

Remove the stored MyCase tokens from disk.

### `list-cases` (~94 tokens)

List cases from MyCase, optionally filtered by status.

Input parameters:

- `page_size` (integer)
- `page_token` (string): Cursor token for the next page, from a previous response.
- `status` (string): Filter by case status: "open" or "closed". Omit for all cases.
- `updated_after` (string): ISO 8601 date — return only cases created or updated after this date.

### `get-case` (~34 tokens)

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

Input parameters:

- `case_id` (string, required): The MyCase case ID.

### `create-case` (~184 tokens)

Create a new case in MyCase.

Input parameters:

- `case_number` (string): Your firm's own identifier for this case.
- `case_stage` (string): Must match a case stage name in MyCase (case-insensitive).
- `client_ids` (array): IDs of clients to associate with the case.
- `company_ids` (array): IDs of companies to associate with the case.
- `description` (string)
- `name` (string, required): The case name. Must be unique within your firm.
- `opened_date` (string): Date the case was opened, YYYY-MM-DD.
- `practice_area` (string): Must match a practice area name in MyCase (case-insensitive).
- `sol_date` (string): Statute of limitations date, YYYY-MM-DD.
- `staff` (array): Staff members to associate with the case.
- `status` (string)

### `search-contacts` (~101 tokens)

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

Input parameters:

- `email` (string): Filter by email address.
- `first_name` (string): Filter by first name (exact match).
- `last_name` (string): Filter by last name (exact match).
- `page_size` (integer)
- `page_token` (string): Cursor token for the next page.
- `phone` (string): Filter by cell phone number.

### `get-contact` (~34 tokens)

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

Input parameters:

- `contact_id` (string, required): The MyCase client ID.

### `list-documents` (~47 tokens)

List documents in MyCase, optionally filtered by case.

Input parameters:

- `case_id` (string): Filter documents by case ID.
- `limit` (integer)
- `page` (integer)

### `get-document-url` (~33 tokens)

Get the download URL for a document by its ID.

Input parameters:

- `document_id` (string, required): The MyCase document ID.

### `list-tasks` (~135 tokens)

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

Input parameters:

- `case_id` (string): Filter tasks by case ID. All pages are fetched when this is set.
- `completed` (boolean): Filter by completion: true = completed, false = open. Omit for all.
- `page_size` (integer)
- `page_token` (string): Cursor token for the next page. Ignored when case_id is set.
- `updated_after` (string): ISO 8601 date — return only tasks created or updated after this date.

### `create-task` (~133 tokens)

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

Input parameters:

- `case_id` (integer): The ID of the case to associate the task with.
- `completed` (boolean): Whether the task is already completed.
- `description` (string)
- `due_date` (string, required): Due date in YYYY-MM-DD format. Required.
- `name` (string, required): Task name/title.
- `priority` (string, required): Task priority: Low, Medium, or High.
- `staff_id` (integer, required): The ID of the staff member to assign the task to.

### `list-calendar-events` (~92 tokens)

List calendar events from MyCase within an optional date range.

Input parameters:

- `case_id` (string): Filter events by case ID.
- `end_date` (string): End of date range (YYYY-MM-DD). Defaults to 30 days from start.
- `limit` (integer)
- `page` (integer)
- `start_date` (string): Start of date range (YYYY-MM-DD). Defaults to today.

### `list-time-entries` (~93 tokens)

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

Input parameters:

- `case_id` (string): Filter time entries by case ID.
- `end_date` (string): Filter entries on or before this date (YYYY-MM-DD).
- `limit` (integer)
- `page` (integer)
- `start_date` (string): Filter entries on or after this date (YYYY-MM-DD).

### `get-billing-summary` (~41 tokens)

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

Input parameters:

- `case_id` (string, required): The MyCase case ID.

### `list-staff` (~69 tokens)

List all staff members in the MyCase firm.

Input parameters:

- `page_size` (integer)
- `page_token` (string): Cursor token for the next page, from a previous response.
- `updated_after` (string): ISO 8601 date — return only staff created or updated after this date.

### `get-staff` (~37 tokens)

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

Input parameters:

- `staff_id` (string, required): The MyCase staff member ID.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp#diagnostics

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 63
- 2026-08-04: 63
- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 5
- 2026-07-31: 5
- 2026-07-30: 25
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/@oktopeak/mycase-mcp
- Socket report: https://socket.dev/npm/package/@oktopeak/mycase-mcp
- Repository: https://github.com/oktopeak/mycase-mcp
- Changelog RSS feed: https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp.json
- HTML version of this page: https://verifymcp.io/servers/oktopeak-mycase-mcp/oktopeak-mycase-mcp
