New:Socket for Asana Is Now Available.Learn more
Get Started

product-lock-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

product-lock-mcp

MCP server that provides Product Lock tools for AI agents

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

product-lock-mcp

MCP server that provides Product Lock tools for AI agents.

Install

npx product-lock-mcp

Or add to Claude Code's MCP config:

{
  "mcpServers": {
    "product-lock": {
      "command": "node",
      "args": ["/path/to/product-lock-mcp/dist/index.js"]
    }
  }
}

Tools

ToolTypeDescription
generate_lockAI-guidedScan project + return generator guide for AI to produce a lock
review_lockAI-guidedParse lock + scan project + return reviewer guide for AI analysis
calculate_scoreDeterministicCalculate PLS score with D/F/I/A breakdown
validate_lockDeterministicRun 14 structural validation rules
create_worklogDeterministicGenerate formatted worklog markdown

Development

npm install
npm run build

Test with MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Score Formula

PLS = D + F + I + A

D = entity_count × avg_fields × 0.3
F = feature_count × 1.0
I = story_count × 0.5
A = permission_matrix_size × 0.1

License

MIT

Keywords

mcp

FAQs

Package last updated on 17 Feb 2026

Related posts