Sign In

@complyedge/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
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.

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
298
Maintainers
1
Weekly downloads
 
Created
Source

@complyedge/mcp

npm version npm downloads license

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.

Keywords

mcp

FAQs

Package last updated on 20 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