← Index

io.github.oktopeak/mycase-mcp

io.github.oktopeak/mycase-mcp·v1.0.4·Calendar & Time
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "env": {
        "MYCASE_CLIENT_ID": "<mycase_client_id>",
        "MYCASE_CLIENT_SECRET": "<your-mycase_client_secret>",
        "ENCRYPTION_KEY": "<your-encryption_key>",
        "MYCASE_REDIRECT_PORT": "<mycase_redirect_port>",
        "MYCASE_EXPERIMENTAL_TOOLS": "<mycase_experimental_tools>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mycase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oktopeak/mycase-mcp"
      ],
      "env": {
        "MYCASE_CLIENT_ID": "<mycase_client_id>",
        "MYCASE_CLIENT_SECRET": "<your-mycase_client_secret>",
        "ENCRYPTION_KEY": "<your-encryption_key>",
        "MYCASE_REDIRECT_PORT": "<mycase_redirect_port>",
        "MYCASE_EXPERIMENTAL_TOOLS": "<mycase_experimental_tools>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @oktopeak/mycase-mcp
§02  Environment variables
MYCASE_CLIENT_ID
required

MyCase OAuth client ID issued by MyCase support for your firm

MYCASE_CLIENT_SECRET
requiredsecret

MyCase OAuth client secret issued by MyCase support

ENCRYPTION_KEY
requiredsecret

64-character hex key for encrypting stored OAuth tokens (generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))")

MYCASE_REDIRECT_PORT

Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support.

MYCASE_EXPERIMENTAL_TOOLS

Set to '1' to enable experimental tools (log-call) whose API endpoints are unverified.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time