loading…
Search for a command to run...
loading…
CRA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
CRA Compliance - MCP server providing AI-powered tools and automation by MEOK AI Labs
Cra Compliance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_product |
Classify a product with digital elements (PDE) into its CRA class (default/I/II/ |
audit_annex_i |
Audit Annex I essential cybersecurity requirements (both Part 1 product properti |
sbom_skeleton |
Generate a minimal CycloneDX-style SBOM skeleton required for CRA Article 13. |
vulnerability_reporting_readiness |
Check readiness for the Sep 2026 mandatory reporting of exploited vulnerabilitie |
conformity_assessment_roadmap |
Produce a conformity assessment roadmap for CE marking your product under CRA. |
enforcement_status |
Current CRA enforcement timeline + key deadlines. |
sign_cra_attestation |
Generate a cryptographically signed CRA (Cyber Resilience Act) compliance attest |
pip install meok-cra-compliance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"cra-compliance-mcp": {
"command": "python",
"args": ["-m", "meok_cra_compliance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"cra-compliance-mcp": {
"command": "npx",
"args": []
}
}
}