seerum-ai-legal-tools
v1.0.0
Published
MCP server for healthcare law workflows — state requirements, compliance packages, agreement drafting. Built by seerum.ai
Downloads
150
Maintainers
Readme
Seerum AI Legal Tools — MCP Server
MCP server for healthcare law workflows — state requirements analysis, compliance package assembly, and agreement drafting for med spa practices. Built by seerum.ai.
Install
Option A: npx (recommended)
Add to your Claude Desktop config (Settings → Developer → Edit Config):
{
"mcpServers": {
"seerum-ai-legal-tools": {
"command": "npx",
"args": ["-y", "seerum-ai-legal-tools"]
}
}
}Restart Claude Desktop. Tools appear automatically.
Option B: Local development
git clone https://github.com/seerumai/seerum-ai-legal-tools.git
cd seerum-ai-legal-tools
npm installAdd to Claude Desktop config:
{
"mcpServers": {
"seerum-ai-legal-tools": {
"command": "node",
"args": ["/absolute/path/to/seerum-ai-legal-tools/src/index.js"]
}
}
}Restart Claude Desktop.
Features
- State Requirements Analysis — MSO/CPOM rules, entity structures, medical director requirements, scope of practice for 5 states (TX, CA, FL, NY, IL)
- Compliance Package Builder — Maps 10 service types to required consent forms, HIPAA/OSHA docs, and operational documents
- Agreement Draft Outliner — Generates structured outlines for 6 agreement types populated with client data and state-specific considerations
- Options Discovery — Lists all valid states, services, templates, and owner types available in the knowledge base
Tools
| Tool | Description |
|------|-------------|
| list_available_options | Returns all valid states, services, templates, and owner types |
| analyze_new_client | State-specific intake analysis with entity structure and MSO recommendations |
| build_compliance_package | Generates categorized compliance document checklist by services offered |
| draft_agreement_outline | Creates structured agreement outline populated with client data |
Testing
# Verify server starts (should wait silently for input)
node src/index.js
# Test with MCP Inspector (opens web UI)
npx @modelcontextprotocol/inspector node src/index.jsDemo
[Loom Video Link]
Note
This is a proof-of-concept with sample data for 5 states and 10 services. Production deployment would include:
- Full 50-state regulatory database
- Integration with Lengea's 170+ template library
- Clio CRM connector for matter creation
- Proprietary clause library
