Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@oktopeak/mycase-mcp · npm · 1.0.4
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.oktopeak/mycase-mcp",
"description": "Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.",
"repository": {
"url": "https://github.com/oktopeak/mycase-mcp",
"source": "github"
},
"version": "1.0.4",
"packages": [
{
"registryType": "npm",
"identifier": "@oktopeak/mycase-mcp",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MyCase OAuth client ID issued by MyCase support for your firm",
"isRequired": true,
"format": "string",
"name": "MYCASE_CLIENT_ID"
},
{
"description": "MyCase OAuth client secret issued by MyCase support",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MYCASE_CLIENT_SECRET"
},
{
"description": "64-character hex key for encrypting stored OAuth tokens (generate with: node -e \"console.log(require('crypto').randomBytes(32).toString('hex'))\")",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ENCRYPTION_KEY"
},
{
"description": "Local port for the OAuth callback listener (default: 5678). Must match the redirect URI registered with MyCase support.",
"format": "string",
"name": "MYCASE_REDIRECT_PORT"
},
{
"description": "Set to '1' to enable experimental tools (log-call) whose API endpoints are unverified.",
"format": "string",
"name": "MYCASE_EXPERIMENTAL_TOOLS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-15T11:33:34.539712Z",
"publishedAt": "2026-05-15T11:33:34.539712Z",
"updatedAt": "2026-05-15T11:33:34.539712Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.4last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.