Odel
klaws — Korean compliance risk scanner

klaws — Korean compliance risk scanner

Local
@rostradamus1GoMITUpdated 1mo ago

Scan code for Korean compliance risks — PIPA/개인정보보호법, Network Act, Credit Info. Not legal advice.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/rostradamus/klaws:0.1.6

Run

docker run -i --rm ghcr.io/rostradamus/klaws:0.1.6

MCP client config

{
  "mcpServers": {
    "klaws-korean-compliance-risk-scanner": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rostradamus/klaws:0.1.6"
      ]
    }
  }
}