Weavz
Lawmatics

Lawmatics

Legal CRM and client intake automation for contacts, matters, notes, pipelines, and webhook events.

16 tools
3 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_contacts

List Lawmatics contacts with narrow pagination.

get_contact

Get one Lawmatics contact by ID.

create_contact

Create a Lawmatics contact.

update_contact

Update a Lawmatics contact by ID.

delete_contact

Delete a Lawmatics contact by ID.

list_matters

List Lawmatics matters/prospects with narrow filters.

get_matter

Get one Lawmatics matter by ID.

create_matter

Create a Lawmatics matter/prospect.

update_matter

Update a Lawmatics matter by ID.

delete_matter

Delete a Lawmatics matter by ID.

list_pipelines

List Lawmatics pipelines.

create_note

Create a Lawmatics note.

get_note

Get one Lawmatics note by ID.

update_note

Update a Lawmatics note by ID.

delete_note

Delete a Lawmatics note by ID.

custom_api_call

Make a bounded custom call to the Lawmatics API.

Triggers

Name
contact_created

Triggers when a new Lawmatics contact is created after the first-run baseline.

matter_updated

Triggers when a Lawmatics matter has a newer updated timestamp after the first-run baseline.

webhook_event

Receive Lawmatics outbound webhook payloads after configuring this Weavz webhook URL in Lawmatics Developer Tools.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('lawmatics', 'list_contacts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'lawmatics',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Lawmatics to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Lawmatics support?

Lawmatics supports 16 tools including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more.

Can I use Lawmatics with AI agents?

Yes. Add Lawmatics to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Lawmatics to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Lawmatics as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Lawmatics tools exposed by that workspace.

Does Lawmatics work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Lawmatics work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Lawmatics?

Lawmatics exposes 16 tools, including List Contacts, Get Contact, Create Contact, Update Contact, Delete Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Lawmatics be used in stateful agent workflows?

Yes. Agents can combine Lawmatics tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Lawmatics use?

Lawmatics uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Lawmatics integration cost?

The Lawmatics integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Lawmatics support?

Lawmatics supports 3 triggers including Contact Created, Matter Updated, Webhook Event.

Connect Lawmatics in minutes

Get 20,000 free action executions every month. No credit card required.