lawruler-mcp
This server provides 15 tools to create, retrieve, and manage leads/intakes in the LawRuler Legal CRM.
Create Leads
create_lead— Create a lead with core fields (name, phone, email, case type, status, tags)create_lead_full— Create a lead with a full field set including address, DOB, contact preferences, business info, and campaign detailscreate_lead_obo— Create a lead with duplicate checking disabled (for on-behalf-of cases)
Retrieve Leads
get_lead— Retrieve a lead by LeadID, returning contact info, status, case type, and all stored fields
Update Status & Assignment
update_lead_status— Update the status (e.g., New Lead, Converted to Case, Signed Retainer Contract)update_lead_assignee— Assign a lead to a staff memberupdate_lead_owner— Set the lead owner (attorney or partner responsible)update_lead_case_type— Change the case type (e.g., Auto Accident, Divorce, Workers Compensation)
Update Content
update_lead_summary— Update the case description/summaryadd_conversation_note— Add a conversation note or chat transcriptadd_tags_to_lead— Add one or more comma-separated tagsupdate_lead_language— Set the preferred language (e.g., Spanish, French)
Update Contact Information
update_lead_contact_info— Update phone numbers, email, and address fields
Custom Fields
set_custom_field— Set a single custom field by its API parameter nameupdate_lead_fields— Bulk update multiple standard and custom fields at once via JSON
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lawruler-mcpcreate a new lead for a personal injury case"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lawruler-mcp
MCP server for LawRuler Legal CRM. Provides 15 tools for lead/intake creation, retrieval, and management.
Setup
pip install lawruler-mcp
lawruler-mcp-setup # prompts for portal URL + API key
lawruler-mcp-verify # test connectionRelated MCP server: LegalMCP
Claude Desktop Config
{
"mcpServers": {
"lawruler": {
"command": "lawruler-mcp"
}
}
}Credentials
The setup wizard prompts for your portal URL (LAWRULER_BASE_URL) and API key
(LAWRULER_API_KEY). Find your API key in LawRuler:
Setup → 3rd Party Integrations.
By default both values are stored in your operating system's native secret store
via the cross-platform keyring library:
OS | Backend |
macOS | Keychain |
Windows | Credential Manager |
Linux | Secret Service (GNOME Keyring / KWallet) |
Secrets are saved under the service name lawruler-mcp. Nothing is written to
disk in clear text.
File fallback. On a host with no keyring backend (e.g. a headless Linux box
without Secret Service), or if you set LAWRULER_MCP_USE_KEYRING=0, the values
fall back to a ~/.lawruler-mcp/.env file with 0600 permissions:
LAWRULER_BASE_URL=https://yourfirm.lawruler.com
LAWRULER_API_KEY=your_api_keyRead order. Values resolve in the order OS keyring → process environment →
.env file. So a rotated key in the keyring always wins, and a value exported in
your shell overrides the file fallback without touching the keyring.
Pluggable backend. keyring lets you point at any secret store. For example,
install keyrings.cryptfile for
an encrypted file backend, or a cloud backend, then select it with the standard
PYTHON_KEYRING_BACKEND environment variable or a keyringrc.cfg. See the
keyring configuration docs.
Tools (15)
Create Leads
create_lead— core fields (name, phone, email, case type)create_lead_full— all fields including address, DOB, contact preferencescreate_lead_obo— on-behalf-of (skips duplicate check)
Retrieve
get_lead— retrieve lead by LeadID
Update Status & Assignment
update_lead_status,update_lead_assignee,update_lead_owner,update_lead_case_type
Update Content
update_lead_summary,add_conversation_note,add_tags_to_lead,update_lead_language
Update Contact Info
update_lead_contact_info— phone, email, address
Custom Fields
set_custom_field— single custom field by API nameupdate_lead_fields— bulk update multiple fields + custom fields via JSON
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/RosenAdvertising/lawruler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server