Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.
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/lawmatics-mcp · npm · 1.0.0
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/lawmatics-mcp",
"description": "Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.",
"repository": {
"url": "https://github.com/oktopeak/lawmatics-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-08T09:37:33.89071Z",
"publishedAt": "2026-08-08T09:37:33.89071Z",
"updatedAt": "2026-08-08T09:37:33.89071Z",
"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.0last 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.