npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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 install

Add 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.js

Demo

[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