Lawmatics MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 9 Sep 2026.
Connect Claude to Lawmatics: matters, contacts, pipelines, tasks, forms, custom fields, invoices.
Today is the operative word: we check Lawmatics MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lawmatics-mcp -- npx -y @oktopeak/lawmatics-mcp
{
"mcpServers": {
"lawmatics-mcp": {
"args": [
"-y",
"@oktopeak/lawmatics-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.lawmatics-mcp]
command = "npx"
args = ["-y", "@oktopeak/lawmatics-mcp"]
{
"mcpServers": {
"lawmatics-mcp": {
"args": [
"-y",
"@oktopeak/lawmatics-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"lawmatics-mcp": {
"args": [
"-y",
"@oktopeak/lawmatics-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LAWMATICS_ACCESS_TOKEN (Lawmatics OAuth access token (never expires). Obtain once with `npx @oktopeak/lawmatics-mcp auth`.), LAWMATICS_READ_ONLY (Set to '1' to disable all write tools (create/update/tag/submit). Read-only mode for cautious firms.), LAWMATICS_EXPERIMENTAL_TOOLS (Set to '1' to enable experimental tools (set-matter-custom-fields) whose API request shape is not fully documented by Lawmatics.), LAWMATICS_RATE_LIMIT_PER_MIN (Client-side request throttle per minute (default: 50, the conservative documented per-firm limit; newer docs say 150).), LAWMATICS_AUDIT_LOG (Set to '0' to disable the local JSONL audit log (default path: ~/.lawmatics-mcp/audit.log).), LAWMATICS_AUDIT_LOG_PATH (Override the audit log file location (default: ~/.lawmatics-mcp/audit.log). The log contains tool arguments, which can include client data.), LAWMATICS_CLIENT_ID (Only needed for the one-time `auth` command: your Lawmatics developer app client ID.), LAWMATICS_CLIENT_SECRET (Only needed for the one-time `auth` command: your Lawmatics developer app client secret.), LAWMATICS_REDIRECT_PORT (Local port for the one-time OAuth callback (default: 5678). Must match the app's Callback URL.), LAWMATICS_API_BASE (Override the Lawmatics API base URL (default: https://api.lawmatics.com/v1).).
The author declared them in the registry entry; get the values from the project itself.
Connect Claude to QuickBooks Online — query finances, create invoices, run reports
Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.
DACH accounting for AI: connect sevDesk & Lexoffice to create invoices, contacts, vouchers.
Connect your AI to your Well financial data - invoices, companies, contacts.
Deterministic PDF tools for AI agents: inspect fields, fill forms, merge PDFs, invoices.
Manage jobs, customers, scheduling, estimates and invoices for a field service business.
CRM integration for leads, pipeline, contacts, accounts, payments, and sales analytics.
MCP server for Conta Azul — accounting, invoicing, customers, products
Answers built from our own checks of this server.