Back to Browse

Cra Compliance MCP Server

SecurityUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification...

About

EU Cyber Resilience Act (Regulation 2024/2847) compliance for AI agents. Product classification...

Security Report

3.2
Use Caution3.2High Risk

This MCP server implements EU CRA compliance tooling with reasonable architecture but has several moderate security concerns. The pay-per-call billing system (`meok_x402`) relies on environment variables and makes external API calls without comprehensive error handling. The attestation signing uses a hardcoded fallback key for development, and there are unvalidated external API calls that could be exploited. While the server's core functionality (compliance auditing) is read-only and appropriate for its purpose, the billing and attestation infrastructure introduces network and credential handling risks that require mitigation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-cra-compliance-mcp": {
      "args": [
        "cra-compliance-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!