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

@complyedge/mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complyedge/mcp

Offline MCP server for EU AI Act compliance checks. Three read-only tools over a bundled 64-rule corpus — Art. 5 prohibited practices, Art. 50 transparency, GDPR, HIPAA, SOX, PCI DSS, COPPA. Runs with npx: no Python, no API key, no network call.

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
234
-69.33%
Maintainers
1
Weekly downloads
 
Created
Source

@complyedge/mcp

npm version npm downloads license

EU AI Act Article 5 and Article 50 runtime deny via TrustLint, offline. Classifiers (eu-ai-act-*) score the system; this server denies this prompt or output. Article 50 here is unlabeled or deceptive use, not C2PA.

npx -y @complyedge/mcp
pip install 'complyedge[mcp]'
pip install complyedge
pip install trustlint
claude mcp add complyedge -- npx -y @complyedge/mcp

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

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

Tools

The server exposes three read-only tools.

ToolReturnsNotes
check_compliancePASS / FAIL with cited findingsChecks already-produced text. Optional jurisdiction: EU, US, GLOBAL
scan_promptSAFE / RISK_DETECTEDChecks a candidate prompt before it is sent to a model
list_rulesRule inventoryDiscovery only — does not evaluate text

Limitations and honest scope

  • Tier-1 regex matching over a bundled YAML corpus. It does not evaluate Rego, and it is not the hosted runtime enforcement path — use @complyedge/sdk for POST /v1/check and the Article 12 audit trail.
  • Findings are technical compliance evidence, not legal advice, not a legal opinion, and not a regulatory classification of an AI system.
  • The corpus is bundled at build time. It is current as of the release you install, not a live regulatory feed.
  • Read-only and local. No tool writes, sends, or persists anything, and the server makes no network calls and needs no API key.
  • @complyedge/sdk — hosted runtime enforcement and the Article 12 audit trail
  • trustlint — the same offline engine as a CLI
  • complyedge on PyPI — Python MCP server, published under this same registry entry
  • GitHub Action: uses: complyedge/trustlint-action@v1
  • GOPAL is an OPA library in your process. ComplyEdge is per-request deny + citation + trust page + MCP.
  • trustlint on PyPI — Python linter
  • Documentation · Trust portal

Keywords

mcp

FAQs

Package last updated on 26 Aug 2026

Related posts