🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@conformy/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conformy/mcp-server

EU AI Act & NIS2 compliance — classify AI systems, check NIS2 obligations, and generate compliance documentation

npmnpm
Version
0.2.0
Version published
Weekly downloads
51
37.84%
Maintainers
1
Weekly downloads
 
Created
Source

@conformy/mcp-server

MCP server for EU regulatory compliance. Classify AI systems under the EU AI Act, check NIS2 cybersecurity obligations, and generate compliance documentation — all from your AI assistant.

Tools

EU AI Act

ToolDescription
classify_ai_systemClassify an AI system by risk level (prohibited, high, limited, minimal) with Annex III category mapping
check_deadlineEU AI Act enforcement timeline — days remaining until each deadline
get_requirementsQuick lookup of required documents by risk level and role
list_annex_iii_categoriesReference list of all Annex III high-risk categories
generate_document_sectionAI-powered compliance document section generation

NIS2 Directive

ToolDescription
classify_nis2_entityClassify an organization as essential, important, or not in scope based on sector and size
list_nis2_sectorsAll Annex I and Annex II sectors with size thresholds
check_nis2_obligationsArticle 21 measures, Article 23 incident reporting timelines, supervision details

Setup

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "conformy": {
      "command": "npx",
      "args": ["-y", "@conformy/mcp-server"]
    }
  }
}

With API key (for document generation)

{
  "mcpServers": {
    "conformy": {
      "command": "npx",
      "args": ["-y", "@conformy/mcp-server"],
      "env": {
        "CONFORMY_API_KEY": "your-api-key"
      }
    }
  }
}

Self-hosted API

{
  "mcpServers": {
    "conformy": {
      "command": "npx",
      "args": ["-y", "@conformy/mcp-server"],
      "env": {
        "CONFORMY_API_URL": "http://localhost:5202"
      }
    }
  }
}

Environment variables

VariableDefaultDescription
CONFORMY_API_URLhttps://api.conformy.ioConformy API base URL
CONFORMY_API_KEYAPI key for authenticated endpoints (document generation)

Example usage

"Classify our facial recognition system used for employee access control"

"Is our energy company subject to NIS2? We have 300 employees and €80M turnover"

"What are the NIS2 incident reporting deadlines?"

"How many days until the EU AI Act high-risk deadline?"

License

MIT

Keywords

mcp

FAQs

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