mcpbeat Sign in

Iso27001 MCP Server

by sushegaad Your server? Claim it
local only

Iso27001 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from npm. Last commit 5 Sep 2026.

ISO 27001 compliance workspace for Claude. Risks, policies, SoA, evidence, and audit workflows.

Installs per day peak 171 · avg 28 · -73% w/w
a month agotoday
125
Installs / week
npm · iso27001-mcp
31
Stars
3 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment tsup.config.ts:20
    "process.env.GIT_COMMIT_SHA":   JSON.stringify(process.env.GIT_COMMIT_SHA   ?? null),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add iso27001-mcp -- npx -y iso27001-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "iso27001-mcp": {
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.iso27001-mcp]
command = "npx"
args = ["-y", "iso27001-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "iso27001-mcp": {
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "iso27001-mcp": {
      "args": [
        "-y",
        "iso27001-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DB_ENCRYPTION_KEY (32-byte hex key for AES-256 SQLite encryption (generated by iso27001-mcp init)), HMAC_SECRET (32-byte hex secret for HMAC-signing API keys (generated by iso27001-mcp init)), MCP_API_KEY (API key for authenticating tool calls (generated by iso27001-mcp keygen)), DB_PATH (Path to the encrypted SQLite database file). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Iso27001 MCP

same job, measured the same way
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
Privacy
by thegridwork

Audit websites for GDPR, CCPA, and ePrivacy compliance — trackers, consent, and policies.

37 installs/wk local only
MCP Geracompliance
by geraservicesuk

EU AI Act and GDPR compliance: checks, audits, generate policies.

21 installs/wk local only
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
Compliance
by rulemesh

Engineered GDPR compliance for engineers and AI agents: pull rules, implement, submit evidence.

answering
Accelerators
by s2tconsulting

36 tools for AWS infrastructure, security compliance, AI workflows, and ACI governance.

51 installs/wk local only
EU Audit Trail
by jellewas

Tamper-evident audit trail MCP server for EU AI Act & GDPR compliance.

72 installs/wk local only
Raportagent MCP
by raportagent

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

29 installs/wk local only

Iso27001 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Iso27001 MCP?
Iso27001 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package iso27001-mcp was installed 125 times last week.
How do I connect Iso27001 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls iso27001-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Iso27001 MCP?
The npm package iso27001-mcp was installed 125 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Iso27001 MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 31 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.