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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 11 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp
codex mcp add oktopeak-mycase-mcp -- npx -y @oktopeak/mycase-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"oktopeak-mycase-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@oktopeak/mycase-mcp"
],
"enabled": true
}
}
} openclaw mcp add oktopeak-mycase-mcp --command npx --arg -y --arg @oktopeak/mycase-mcp
mcp_servers:
oktopeak-mycase-mcp:
command: "npx"
args: ["-y", "@oktopeak/mycase-mcp"] {
"mcpServers": {
"oktopeak-mycase-mcp": {
"command": "npx",
"args": [
"-y",
"@oktopeak/mycase-mcp"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | 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 | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Due date in YYYY-MM-DD format. Required. |
| name | string | yes | Task name/title. |
| priority | string | yes | Task priority: Low, Medium, or High. |
| staff_id | integer | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| case_id | string | yes | The MyCase case ID. |
No output schema declared.
No examples provided.
get-case ~34
Get full details for a single MyCase case by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| case_id | string | yes | The MyCase case ID. |
No output schema declared.
No examples provided.
get-contact ~34
Get full details for a single client (person) by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | string | yes | The MyCase client ID. |
No output schema declared.
No examples provided.
get-document-url ~33
Get the download URL for a document by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| document_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| staff_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
list-cases ~94
List cases from MyCase, optionally filtered by status.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
list-documents ~47
List documents in MyCase, optionally filtered by case.
| Name | Type | Req | Description |
|---|---|---|---|
| case_id | string | – | Filter documents by case ID. |
| limit | integer | – | – |
| page | integer | – | – |
No output schema declared.
No examples provided.
list-staff ~69
List all staff members in the MyCase firm.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
list-time-entries ~93
List billable time entries from MyCase, optionally filtered by case or date range.
| Name | Type | Req | Description |
|---|---|---|---|
| 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). |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.