Sign In

@complyedge/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complyedge/mcp

Offline MCP compliance checks for EU AI Act and related rules: prompt scans, rule discovery, and article-cited findings.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
298
Maintainers
1
Weekly downloads
 
Created
Source

@complyedge/mcp

Run offline TrustLint checks from any MCP host with Node.js:

{
  "complyedge": {
    "command": "npx",
    "args": ["-y", "@complyedge/mcp"]
  }
}

The server exposes three read-only tools:

  • scan_prompt checks a candidate prompt before it is sent to a model.
  • check_compliance checks already-produced text and returns cited findings.
  • list_rules lists the bundled offline rule corpus.

It runs locally against the bundled TrustLint YAML corpus. It makes no network calls, needs no API key, and is not a legal opinion, a system-risk classifier, or the hosted ComplyEdge runtime-enforcement API.

For runtime policy enforcement and an Article 12 audit trail, use @complyedge/sdk. For direct CLI use, install trustlint.

Keywords

mcp

FAQs

Package last updated on 16 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts