Lawmatics API MCP

v1.0.0

MCP server for the Lawmatics legal CRM API. Exposes Lawmatics' REST API as read-only MCP tools.

0· 320·0 current·0 all-time
byMike Quinlan@mjquinlan2000

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mjquinlan2000/lawmatics-mcp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Lawmatics API MCP" (mjquinlan2000/lawmatics-mcp) from ClawHub.
Skill page: https://clawhub.ai/mjquinlan2000/lawmatics-mcp
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: NODE_MCP_SECRET_KEY
Required binaries: mcporter, lawmatics-mcp
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install lawmatics-mcp

ClawHub CLI

Package manager switcher

npx clawhub@latest install lawmatics-mcp
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description align with requiring an mcporter client and a lawmatics-mcp server binary. However, for a connector that exposes the Lawmatics REST API one would typically expect the skill to declare or request the Lawmatics API credentials (API key/token) or document where that config comes from. The single required env var (NODE_MCP_SECRET_KEY) looks like a local MCP secret, not the Lawmatics API credential.
Instruction Scope
SKILL.md only instructs using mcporter to list/call tools over stdio and references the npm package. It does not instruct reading unrelated files or system paths. The instructions are minimal/vague (no startup steps, no config guidance), which is reasonable for an instruction-only skill but leaves unanswered how the adapter authenticates to Lawmatics.
Install Mechanism
There is no install spec (instruction-only), so nothing would be written to disk by the skill itself. The SKILL.md links to an npm package, but the skill doesn't provide an install or provenance for the required binaries; the user/host must supply them.
!
Credentials
The skill requires NODE_MCP_SECRET_KEY (likely a local MCP auth secret) but does not request any Lawmatics API credentials (tokens/keys). A Lawmatics connector normally needs the CRM API key—its absence is unexpected and unexplained. Requiring a secret named NODE_MCP_SECRET_KEY without clarifying its scope or usage is also potentially sensitive.
Persistence & Privilege
Skill is not always:true and does not request any system config paths. Model invocation is allowed (the platform default), which is expected for skills. No evidence it attempts to modify other skills or global agent settings.
What to consider before installing
Before installing: verify the origin and code of the lawmatics-mcp binary (the SKILL.md links to an npm package—review that package and its publisher). Ask the skill author or vendor how the connector authenticates to Lawmatics (you should expect an API key/token) and why that credential is not declared. Treat NODE_MCP_SECRET_KEY as a sensitive secret—find out what it authenticates against. If you must run this, run the binary in an isolated environment, inspect network calls (to detect unexpected exfiltration), and prefer an install spec or source code you can audit. If you cannot verify where Lawmatics credentials are configured, consider this skill suspicious and do not provide production secrets to it.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsmcporter, lawmatics-mcp
EnvNODE_MCP_SECRET_KEY
latestvk97e5qrsjw0pk3p9pcapwd23mn82nsqg
320downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Lawmatics MCP Server

Read-only MCP server for the Lawmatics legal CRM API.

Usage

Use mcporter to interact with this server via stdio:

  • List available tools: mcporter list --stdio lawmatics-mcp
  • Call a tool: mcporter call --stdio lawmatics-mcp <tool_name> [args]

Links

Comments

Loading comments...