← 返回 Skills 市场
Lawmatics API MCP
作者
Mike Quinlan
· GitHub ↗
· v1.0.0
· MIT-0
315
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lawmatics-mcp
功能描述
MCP server for the Lawmatics legal CRM API. Exposes Lawmatics' REST API as read-only MCP tools.
使用说明 (SKILL.md)
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 \x3Ctool_name> [args]
Links
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: lawmatics-mcp
Version: 1.0.0
The skill bundle is a standard configuration for a Lawmatics CRM MCP server, providing instructions for using the mcporter utility and requiring a secret key for API access. It contains no executable code or suspicious instructions, functioning solely as a bridge to an external npm package (@mjquinlan2000/lawmatics-mcp) for read-only CRM data access.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lawmatics-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/lawmatics-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Lawmatics MCP server.
- Exposes Lawmatics legal CRM API as read-only MCP tools.
- Integrates with mcporter for tool listing and usage via stdio.
- Requires NODE_MCP_SECRET_KEY for authentication.
- Published as @mjquinlan2000/lawmatics-mcp on npm.
元数据
常见问题
Lawmatics API MCP 是什么?
MCP server for the Lawmatics legal CRM API. Exposes Lawmatics' REST API as read-only MCP tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 Lawmatics API MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lawmatics-mcp」即可一键安装,无需额外配置。
Lawmatics API MCP 是免费的吗?
是的,Lawmatics API MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lawmatics API MCP 支持哪些平台?
Lawmatics API MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lawmatics API MCP?
由 Mike Quinlan(@mjquinlan2000)开发并维护,当前版本 v1.0.0。
推荐 Skills