MCP Server
MCP
io.github.oktopeak/mycase-mcp
Connect Claude to MyCase: cases, contacts, documents, tasks, calendar, calls, time, billing, staff.
Install
npx -y @oktopeak/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment