LawPracticeZA MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LPZA_BASE_URL | No | Base URL for the LawPracticeZA API. Defaults to https://lawpracticeza.com/api | https://lawpracticeza.com/api |
| LPZA_DATABASE | Yes | LawPracticeZA firm database name (required for live tools) | |
| LPZA_PASSWORD | Yes | API password (required for live tools) | |
| LPZA_LOGIN_CODE | Yes | API login code (required for live tools) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lpza_pingA | Confirm the LawPracticeZA MCP server process is running. Does not call the LawPracticeZA API. Live access is not available until credentials are configured. |
| lpza_create_clientB | Create a new client (debtor) via customer.insert. Requires customer_name, customer_code, and department_id. |
| lpza_create_matterA | Create a new matter via matter.insert. Fees can only be posted to a matter. |
| lpza_update_matterA | Update an existing matter via matter.update. Fetches matter.detail with lookup="" first, merges changes, and POSTs every field (full record, not a partial patch). |
| lpza_create_transferA | Create buyer and seller matters for a conveyancing transfer via matterset.createtransfer. |
| lpza_list_unbilledA | List all unbilled (WIP) draft fees and disbursements for a matter via matterdraftlineitem.childlist. |
| lpza_upsert_draft_feeA | Insert or update an unbilled draft fee via matterdraftlineitem.upsert. Pass unitprice, tax, and trantotal as supplied — VAT is not calculated in this tool. Update by matterdraftlineitem_uid or srcid. |
| lpza_delete_draft_feeA | Delete an unbilled draft fee or disbursement via matterdraftlineitem.quickdelete. Requires confirm: true. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nate-raubenheimer/lawpracticeza-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server