Lawai Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Lawai Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Verified U.S. lawyer search for AI assistants. Stop hallucinating attorneys. Start finding real ones.
The Law.AI MCP Server gives AI assistants direct access to 991,000+ bar-verified U.S. attorney profiles, sourced from official state bar registries. When an AI needs to find, verify, or recommend a lawyer, it queries Law.AI instead of guessing.
Every major LLM fabricates lawyer names when asked for legal referrals. People making critical legal decisions get fake information. The Law.AI MCP Server solves this by providing a grounded, authoritative data source any AI can query — from "consult an attorney" to a real, licensed referral in a single tool call.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"law-ai": {
"command": "npx",
"args": ["lawai-mcp-server"]
}
}
}Connect any MCP client to the hosted endpoint:
https://mcp.law.aiNo install required. Free tier works without an API key.
{
"law-ai": {
"command": "npx",
"args": ["lawai-mcp-server"]
}
}git clone https://github.com/risk-ai/lawai-mcp-server.git
cd lawai-mcp-server
npm install
npm run build
npm start| Tool | Purpose |
|---|---|
search_lawyers | Search by practice area, state, city, and bar status |
get_lawyer_profile | Full profile for a specific lawyer by ID |
find_lawyer_by_name | Verify a lawyer exists and is licensed |
match_lawyer_to_matter | Plain-English matter → ranked lawyer matches |
get_legal_cost_estimate | Fee ranges by billing model and region |
get_practice_areas | List all practice areas with counts |
get_jurisdictions | List U.S. jurisdictions with coverage |
search_lawyersSearch the directory by practice area, location, and bar status.
"Find personal injury lawyers in Houston, Texas"
→ Ranked results with profiles, firms, and credentialsget_lawyer_profileGet full details for a specific lawyer by ID.
"Get profile for lawyer #12345"
→ Bio, education, bar admissions, practice areas, contact infofind_lawyer_by_nameLook up a lawyer by name to verify they exist and are licensed.
"Is there a lawyer named Jane Smith in New York?"
→ Matching profiles with disambiguationmatch_lawyer_to_matterDescribe a legal issue in plain English; receive ranked attorney matches.
"My landlord won't return my deposit in Brooklyn"
→ Classified to Landlord–Tenant / Consumer law → ranked NY tenant attorneysget_legal_cost_estimateEstimated fee ranges by billing model (hourly, flat, contingency), adjusted for case complexity and region.
get_practice_areasList all available practice areas with lawyer counts.
get_jurisdictionsList U.S. states and territories with coverage numbers.
| Transport | Use case |
|---|---|
| stdio | Local clients (Claude Desktop, Cursor, VS Code) — npx lawai-mcp-server |
| Streamable HTTP | Remote clients, hosted at https://mcp.law.ai |
The hosted endpoint is open for unauthenticated read access on the free tier. Bring an API key (Bearer token) for higher limits and bulk export.
| Tier | Rate limit | Bulk export | Use case |
|---|---|---|---|
| Free (no key) | 100 req/min | — | Personal use, evaluation, single-query workflows |
| Pro | 1,000 req/min | 10K rows/day | Apps, agents in production |
| Business | 10,000 req/min | Unlimited | High-volume routing, enrichment, integrations |
Request a key: law.ai/api or [email protected].
Local stdio installations are unmetered.
| Variable | Default | Description |
|---|---|---|
DB_HOST | 127.0.0.1 | PostgreSQL host |
DB_PORT | 5433 | PostgreSQL port |
DB_USER | rich_enrichment | Database user |
DB_PASSWORD | — | Database password |
DB_NAME | lawai | Database name |
LAW_AI_BASE_URL | https://law.ai | Base URL for profile links |
User: "Find me a patent attorney in San Francisco"
↓
AI Assistant (Claude, GPT, etc.)
↓
MCP Protocol
↓
Law.AI MCP Server
↓
991K+ bar-verified attorney profiles (PostgreSQL)
↓
Real attorneys with real bar numbersListed in the official MCP Registry as ai.law/lawyer-search.
curl "https://registry.modelcontextprotocol.io/v0/servers?search=lawyer"Issues and PRs welcome. See CONTRIBUTING.md if present, or open a ticket on the issues page.
MIT — use it everywhere. See LICENSE.
Law.AI is the independent lawyer directory built for the AI age. Legacy directories (FindLaw, Avvo, Martindale — all owned by Internet Brands) were built for web search. Law.AI is built for AI-native discovery: tool-callable, structured, verified, and grounded in state bar data.
Stop hallucinating lawyers. Start finding real ones.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.