Law.AI — Lawyer Search
NPM · LAWAI-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
Verified lawyer and attorney search, discovery, and matching for AI — 991K+ US profiles.
Available components
Deprecated
This server is marked deprecated in the MCP registry.
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 91 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 716 tokens (~102/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · lawai-mcp-server
claude mcp add ai-law-lawyer-search -- npx -y lawai-mcp-server
codex mcp add ai-law-lawyer-search -- npx -y lawai-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-law-lawyer-search": {
"type": "local",
"command": [
"npx",
"-y",
"lawai-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add ai-law-lawyer-search --command npx --arg -y --arg lawai-mcp-server
mcp_servers:
ai-law-lawyer-search:
command: "npx"
args: ["-y", "lawai-mcp-server"] {
"mcpServers": {
"ai-law-lawyer-search": {
"command": "npx",
"args": [
"-y",
"lawai-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +30
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 31 Jul 26 +21
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −65
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- First check of Schema quality: unverified functional
- 28 Jul 26 +34
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 109 packages
109 packages in the resolved dependency tree · 109 deprecated · 33 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
find_lawyer_by_name ~82
Look up a specific lawyer by name. Useful for verifying if a lawyer exists and is properly licensed. Handles common names with disambiguation by location.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Full or partial lawyer name, e.g. "John Smith" or "Smith" |
| state | string | — | Narrow results by US state (full name or abbreviation) |
No output schema declared.
No examples provided.
get_jurisdictions ~28
List US states and jurisdictions with lawyer counts. Shows where Law.AI has coverage.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_lawyer_profile ~63
Get the full profile of a specific lawyer by their Law.AI ID. Returns detailed information including bio, education, bar admissions, practice areas, and contact info (for claimed profiles).
| Name | Type | Req | Description |
|---|---|---|---|
| lawyer_id | number | yes | The Law.AI lawyer profile ID |
No output schema declared.
No examples provided.
get_legal_cost_estimate ~157
Get estimated legal costs for a type of legal issue. Returns fee ranges by billing structure (hourly, flat fee, contingency), adjusted for case complexity and region. Complexity is the primary cost driver.
| Name | Type | Req | Description |
|---|---|---|---|
| complexity | string | — | Case complexity — primary cost driver. simple: uncontested/routine, moderate: standard (default), complex: contested/litigation, high_stakes: trial/federal/appeal |
| description | string | — | Brief description of the issue — used to auto-classify complexity if not specified |
| practice_area | string | yes | Practice area, e.g. "Criminal Defense", "Family Law", "Personal Injury" |
| state | string | — | US state for regional pricing adjustment |
No output schema declared.
No examples provided.
get_practice_areas ~36
List all practice areas available in the Law.AI directory with lawyer counts. Useful for discovering what types of lawyers are available.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
match_lawyer_to_matter ~179
Describe a legal issue in plain English and get matched with relevant lawyers. The tool classifies the issue into practice areas and returns ranked lawyer matches based on relevance, credentials, and location.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | string | — | Budget level: "low", "medium", or "high" |
| description | string | yes | Plain-English description of the legal issue, e.g. "My landlord won't return my security deposit" or "I was injured in a car accident" |
| limit | number | — | Number of matches to return (default 5, max 20) |
| location | string | — | Where the issue is — state name/code, or "City, State" format, e.g. "Texas" or "Houston, TX" |
| urgency | string | — | How urgent: "low", "medium", or "high" |
No output schema declared.
No examples provided.
search_lawyers ~171
Search the Law.AI directory of 537,000+ verified lawyer profiles. Filter by practice area, state, city, and bar status. Returns ranked results with claimed/verified profiles first.
| Name | Type | Req | Description |
|---|---|---|---|
| bar_status | string | — | Bar status filter: "Active" (default), "Inactive", or "Any" |
| city | string | — | City name, e.g. "Chicago", "Houston" |
| limit | number | — | Number of results (default 10, max 50) |
| offset | number | — | Pagination offset |
| practice_area | string | — | Practice area to search for, e.g. "Criminal Defense", "Personal Injury", "Family Law" |
| state | string | — | US state — full name or abbreviation, e.g. "California" or "CA" |
No output schema declared.
No examples provided.