legal-peripherals-mcp¶
Legal compliance automation API + MCP Server for the agent-utilities ecosystem — Secretary of State entity lookups, IRS Form SS-4 (EIN) drafting with off-hours filing compliance, and corporate / LLC statute and charter templates.
Official documentation
This site is the canonical reference for legal-peripherals-mcp, maintained
alongside every release.
Overview¶
legal-peripherals-mcp exposes legal and corporate filing automation as typed,
deterministic MCP tools an agent can call. It provides:
- Secretary of State crawlers — Playwright-driven business entity lookups across all 50 states, with optimized scrapers for Texas, Delaware, Wyoming, and Nevada and a resilient fallback for the remainder.
- IRS EIN (Form SS-4) drafting — structured SS-4 preparation that schedules filings inside the IRS active window (Mon–Fri 7:00 AM – 10:00 PM EST) and queues off-hours requests.
- Statute catalog & charter templates — programmatic lookup of state statutory default rules and corporate / LLC charter templates.
The package also ships an optional Pydantic-AI agent server (legal-peripherals-agent)
for conversational use of the same tool surface.
Explore the documentation¶
- Installation — pip, source, extras, and the prebuilt Docker image.
- Deployment — run the MCP server, the agent server, Docker Compose, Caddy + Technitium.
- Usage — the MCP tools, the
Apiclient, and example prompts. - Overview — the three core domains and how they fit together.
- Concepts — the
CONCEPT:LEGAL-*registry.
Quick start¶
pip install "legal-peripherals-mcp[mcp]"
legal-peripherals-mcp # stdio MCP server (default transport)
Run it as a network server:
See Installation and Deployment for the full matrix (PyPI extras, Docker image, all transports, the agent server, reverse proxy, DNS).