← Back to Plugins
MCP Server MCP

io.github.oktopeak/lawmatics-mcp

github By github 👁 1 views ▲ 0 votes

Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.

Homepage Verified source GitHub

Install

npx -y @oktopeak/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@oktopeak/lawmatics-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LAWMATICS_ACCESS_TOKEN"
        },
        {
          "description": "Set to '1' to disable all write tools (create/update/tag/submit). Read-only mode for cautious firms.",
          "format": "string",
          "name": "LAWMATICS_READ_ONLY"
        },
        {
          "description": "Set to '1' to enable experimental tools (set-matter-custom-fields) whose API request shape is not fully documented by Lawmatics.",
          "format": "string",
          "name": "LAWMATICS_EXPERIMENTAL_TOOLS"
        },
        {
          "description": "Client-side request throttle per minute (default: 50, the conservative documented per-firm limit; newer docs say 150).",
          "format": "string",
          "name": "LAWMATICS_RATE_LIMIT_PER_MIN"
        },
        {
          "description": "Set to '0' to disable the local JSONL audit log (default path: ~/.lawmatics-mcp/audit.log).",
          "format": "string",
          "name": "LAWMATICS_AUDIT_LOG"
        },
        {
          "description": "Override the audit log file location (default: ~/.lawmatics-mcp/audit.log). The log contains tool arguments, which can include client data.",
          "format": "string",
          "name": "LAWMATICS_AUDIT_LOG_PATH"
        },
        {
          "description": "Only needed for the one-time `auth` command: your Lawmatics developer app client ID.",
          "format": "string",
          "name": "LAWMATICS_CLIENT_ID"
        },
        {
          "description": "Only needed for the one-time `auth` command: your Lawmatics developer app client secret.",
          "format": "string",
          "isSecret": true,
          "name": "LAWMATICS_CLIENT_SECRET"
        },
        {
          "description": "Local port for the one-time OAuth callback (default: 5678). Must match the app's Callback URL.",
          "format": "string",
          "name": "LAWMATICS_REDIRECT_PORT"
        },
        {
          "description": "Override the Lawmatics API base URL (default: https://api.lawmatics.com/v1).",
          "format": "string",
          "name": "LAWMATICS_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...