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

@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.3.2
Version published
Maintainers
1
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 full compliance documentation — all from your AI assistant.

Documents created via MCP are synced with conformy.io — view, edit, and export them from either place.

Tools

EU AI Act — Classification & Reference

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_requirementsRequired compliance documents by risk level and role (provider/deployer)
list_annex_iii_categoriesReference list of all 8 Annex III high-risk categories

EU AI Act — Document Workflow

ToolDescription
get_document_templateGet the full question template for a document type — use this first to see what info is needed
create_documentCreate a new compliance document with answers, optionally start AI generation
list_documentsList all your documents — starting point for continuing work on existing docs
get_documentGet a document with all answers and generated sections
update_document_answersUpdate specific answers on an existing document (only send what changed)
generate_documentStart AI generation — only regenerates sections whose answers changed (smart diffing)
get_generation_statusPoll generation progress
generate_document_sectionGenerate a single section independently
export_documentExport to PDF or DOCX, saved to ~/Downloads

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 (highly critical) and Annex II (other critical) sectors
check_nis2_obligationsArticle 21 risk measures, Article 23 incident reporting timelines, supervision details

Account

ToolDescription
check_creditsCheck your remaining document generation credits

How credits work

Document generation uses prepaid credits. 1 credit = 1 AI-generated section.

  • A full Annex IV document has 9 sections = 9 credits
  • Editing one answer and regenerating costs 1 credit (only the changed section is regenerated)
  • Classification, templates, and exports (PDF/DOCX) are free
  • Credits work across both the MCP server and conformy.io

Buy credits at conformy.io/sv/pricing (SEK) or conformy.io/en/pricing (EUR).

Setup

Claude Desktop

Add to your claude_desktop_config.json:

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

Classification and reference tools work without an API key. For document generation, add your key:

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

Get an API key: sign up at conformy.io, buy credits, then create a key in your dashboard under API Keys.

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 document generation and account features

Example usage

Classification:

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

NIS2:

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

Document generation:

"Get the Annex IV template, then create a document for our medical imaging AI"

Continue working on a document:

"List my documents and show me the latest Annex IV — I want to update section 3"

Export:

"Export my Annex IV document as PDF"

License

MIT

Keywords

mcp

FAQs

Package last updated on 05 Apr 2026

Related posts