MCP-Server-for-ISO27001
iso27001-mcp
Turn Claude into an ISO 27001 compliance assistant — controls, risk register, policies, evidence tracking, SoA generation, and full audit workflows in one local encrypted MCP server.
Why this exists
ISO 27001 compliance work is typically scattered across spreadsheets, Word docs, ticketing systems, and shared drives. Security teams and consultants spend more time chasing evidence and reformatting documents than actually improving security posture.
iso27001-mcp solves this by giving Claude a live, stateful ISMS — all 93 ISO 27001:2022 controls seeded and ready, a real risk register, policy and procedure generators, evidence tracking, audit workflows, and a Statement of Applicability, backed by an encrypted local database that never leaves your machine.
The difference from generating static documents: Claude can query, reason, and update across your entire ISMS in a single conversation. Ask it to run a gap assessment, identify which open risks are linked to unimplemented controls, generate the policies that close those gaps, and produce a remediation roadmap — all without switching tools.
Who it's for: Security teams · Compliance consultants · GRC engineers · Startups preparing for ISO 27001 · Internal audit functions
What Claude can do with it
Capability | Example prompt |
Gap assessment | "Run an ISO 27001:2022 gap assessment for a 50-person SaaS company." |
Risk register | "Create a risk register for a startup using AWS, GitHub, Slack, and Google Workspace." |
Statement of Applicability | "Generate a Statement of Applicability for all 93 ISO 27001:2022 controls." |
Policy generation | "Create an Access Control Policy mapped to ISO 27001 controls." |
Procedure generation | "Generate an Incident Handling Procedure with GDPR breach notification triggers." |
Internal audit | "Plan an internal audit for clause 9.1 — Performance Evaluation." |
Corrective actions | "List open audit findings and suggest corrective actions." |
Evidence tracking | "Show me all implemented controls with no current evidence." |
Remediation roadmap | "Generate a 26-week remediation roadmap grouped by risk level." |
Management review | "Prepare agenda items for our Clause 9.3 management review." |
Quick Start
Prerequisites
Node.js 20.11.0+ — nodejs.org or nvm / Volta
Build tools (for the encrypted SQLite native module):
macOS:
xcode-select --installUbuntu/Debian:
sudo apt-get install build-essential python3Windows: Visual Studio Build Tools → "Desktop development with C++"
Four commands to get running
npm install -g iso27001-mcp # 1. install globally
iso27001-mcp init # 2. interactive setup wizard
iso27001-mcp keygen --label "me" --role admin # 3. generate admin API key (if not already done by init)
iso27001-mcp doctor # 4. verify everything is workingAfter running iso27001-mcp doctor you should see:
iso27001-mcp — health check
────────────────────────────────────────────────────────
✅ DB_ENCRYPTION_KEY set (64 hex chars)
✅ HMAC_SECRET set (64 hex chars)
✅ MCP_API_KEY set (starts with iso27001_)
✅ Database file /Users/you/.iso27001/isms.db
✅ Database accessible opened and queried successfully
✅ Migrations 6/6 applied
✅ Controls seeded 93 ISO 27001:2022 controls
✅ Active API key 1 active key found
✅ Claude Desktop config /Users/you/.../claude_desktop_config.json
✅ iso27001-mcp entry present in mcpServers
────────────────────────────────────────────────────────
All 10 checks passed. Restart Claude Desktop if you just ran init.Then restart Claude Desktop (quit fully and reopen). You should see 63 tools in the tools panel.
Five prompts to try first
"Use get_server_info to verify the server is running."
"Run an ISO 27001 gap assessment for a 50-person SaaS company."
"Create a risk register for a startup using AWS, GitHub, Slack, and Google Workspace."
"Generate a Statement of Applicability for ISO 27001:2022."
"Create an Access Control Policy mapped to ISO 27001 controls."Tool Categories
63 tools across 14 groups. All require an API key; minimum role is shown.
Group | Tools | Min. role | What it does |
Control Registry | 7 | viewer | Search, filter, and compare ISO 27001:2022 and 2013 controls; browse clause requirements |
Gap Analysis | 7 | viewer / analyst | Create and track gap assessments; export gap reports; generate remediation roadmaps |
Risk Management | 8 | viewer / analyst | Risk register with likelihood × impact scoring, treatment plans, and heat-map summaries |
Policy Management | 4 | viewer / analyst / admin | Generate, version, and export policies from 12 Mustache templates |
Statement of Applicability | 3 | analyst | Build and export SoA from a gap assessment; all 93 controls with applicability decisions |
Audit Management | 5 | viewer / admin | Plan audits, record findings (NCs, OFIs), raise CARs, and close with effectiveness check |
Evidence Tracking | 5 | viewer / analyst | Register evidence artefacts, spot gaps, link to Jira / GitHub issues |
Server Info | 1 | viewer | Server version, tool count, capability summary |
Admin & Key Management | 6 | admin | Generate / revoke API keys, query the HMAC audit log |
Organisation Profile | 2 | admin (write) / viewer (read) | Set org name, scope, and defaults used by all templates |
Procedure Management | 5 | viewer / analyst / admin | Generate, version, and export procedures from 12 Mustache templates |
Management Review | 6 | viewer / admin | Full Clause 9.3 lifecycle — inputs, outputs, completion (enforces all 7 required input categories) |
Improvement Plan | 4 | viewer / analyst | Clause 10.1 improvement opportunities — track, link, and report |
Evidence Templates | 3 | viewer / analyst | Generate Mustache-rendered evidence documents; dual-write to evidence and generated_evidence tables |
Templates
The server ships 30 Mustache templates that Claude renders on demand with your organisation's name, scope, and control references automatically injected.
ISO 27001 Policy Templates
Generate any of these with a single Claude prompt:
information_security · access_control · risk_management · asset_management · incident_response · business_continuity · supplier_security · cryptography · physical_security · acceptable_use · data_classification · secure_development
ISO 27001 Procedure Templates
incident_handling · access_provisioning · asset_onboarding_offboarding · audit_log_review · backup_restore · bcp_testing · change_management · cryptographic_key_management · data_classification_handling · secure_development_workflow · supplier_onboarding · vulnerability_management
Evidence Document Templates
Pre-structured evidence documents for auditor submissions: risk_assessment · internal_audit · management_review · access_review · incident_review · bcp_test
Sample Outputs
The samples/ directory contains auditor-ready example outputs for a fictitious organisation ("Acme Financial Services Ltd") — a full gap assessment, remediation roadmap, risk register CSV, SoA CSV, access control policy, incident handling procedure, internal audit report, corrective action records, and evidence package. See Sample Outputs for the full index.
ISO 27001 keywords: ISO 27001 Statement of Applicability generator · ISO 27001 risk register template · ISO 27001 gap assessment tool · ISO 27001 audit evidence tracker · ISO 27001 MCP server · Claude ISO 27001 compliance assistant · AI GRC tool open source
Security Model
Role-Based Access Control (RBAC)
Three roles with strict hierarchy. A key can only call tools at or below its assigned role level.
Capability | Viewer | Analyst | Admin |
Read controls, clauses, version mappings | ✅ | ✅ | ✅ |
Read gap assessments, risks, policies, audits, evidence | ✅ | ✅ | ✅ |
Create / update gap assessments and control statuses | — | ✅ | ✅ |
Create and manage risks and treatment plans | — | ✅ | ✅ |
Generate policies and procedures | — | ✅ | ✅ |
Create and export Statements of Applicability | — | ✅ | ✅ |
Track and link evidence artefacts | — | ✅ | ✅ |
Record and track improvement opportunities | — | ✅ | ✅ |
Plan and close internal audits; raise CARs | — | — | ✅ |
Set organisation profile | — | — | ✅ |
Run management reviews (Clause 9.3) | — | — | ✅ |
View and query the audit log | — | — | ✅ |
Generate and revoke API keys | — | — | ✅ |
Tool counts: Viewer — 31 tools · Analyst — 49 tools · Admin — 63 tools
What never leaves your machine
In local mode (stdio, the default), no data leaves the machine. The encrypted SQLite database, the .env secrets file, and the append-only audit log are all stored locally. There is no telemetry, no cloud sync, and no outbound network calls — unless you explicitly configure the optional Jira or GitHub integrations.
For the full security profile — threat model, hardening guide, supply chain attestation, and audit log integrity verification — see the Trust Center.
Encryption and audit trail summary
Database — AES-256 encrypted SQLite via
better-sqlite3-multiple-ciphersAPI keys — HMAC-SHA256 hashed; raw key printed once and never stored
Audit log — HMAC-SHA256 hash chain; every row linked to its predecessor — insertion, deletion, or reordering is detectable
Prompt injection — free-text fields sanitised before passing to any handler
Table of Contents
Use Cases
1 — Run a Gap Assessment
Ask Claude to assess your organisation against ISO 27001:2022, track the status of each control, and generate a prioritised remediation roadmap.
"Create a gap assessment for Acme Ltd covering all 2022 controls. Our scope is cloud infrastructure and development. Exclude physical security controls."
Claude will create the assessment, pre-populate all 93 controls as not_started, and let you work through them one by one or in bulk. When you're done:
"Generate a remediation roadmap grouped by risk level. Give us 26 weeks to get to certification."
The roadmap groups work by theme (Technological first), links controls to open risks, and assigns recommended due dates.
2 — Manage the Risk Register
Track information security risks end-to-end from identification through treatment.
"Register a new risk: our customer database is at risk from SQL injection due to unparameterised queries. Likelihood 4, impact 5."
"Create a treatment plan to mitigate this risk. Link it to controls 8.26 and 8.28. Owner: head of engineering. Due: end of Q3."
"Show me all critical and high risks that still have open treatment plans."
Risk scores are computed automatically (likelihood × impact) and reflected in summaries and heatmaps without any manual input.
3 — Generate ISMS Policies and Procedures
Generate a full suite of ISO 27001-aligned policy and procedure documents in seconds.
"Set our organisation profile: Acme Ltd. ISMS scope: all cloud-hosted systems and remote employees."
"Generate an information security policy. Owner: CISO. Effective from 1 June 2026."
"Create an Incident Handling Procedure linked to our Information Security Policy."
Policies and procedures are rendered from Mustache templates with automatic ISO clause and control mappings. Once the organisation profile is set, organisation_name and scope are injected automatically — no need to repeat them on every call.
12 policy types:
information_security · access_control · risk_management · asset_management · incident_response · business_continuity · supplier_security · cryptography · physical_security · acceptable_use · data_classification · secure_development
12 procedure types:
incident_handling · access_provisioning · asset_onboarding_offboarding · audit_log_review · backup_restore · bcp_testing · change_management · cryptographic_key_management · data_classification_handling · secure_development_workflow · supplier_onboarding · vulnerability_management
4 — Produce a Statement of Applicability
Generate an SoA directly from your gap assessment, pre-populated with inclusion/exclusion decisions and justifications.
"Generate a Statement of Applicability from assessment A-001. Export it as a CSV for the auditors."
5 — Run Internal Audits
Plan audits, record findings (NCs, observations, OFIs), raise corrective action requests, and track effectiveness.
"Create an audit of our access control and cryptography controls. Auditor: Jane Smith. Planned for 15 June 2026."
"Record a major non-conformity against clause 9.1: no evidence of ongoing monitoring of security objectives."
"Raise a CAR for this finding. Owner: compliance manager. Due in 30 days."
The server enforces ISO 27001:2022 Clause 10.1 — a corrective action cannot be closed unless effectiveness_verified is true.
6 — Track Evidence
Register evidence artefacts for each control, spot gaps, and link them directly to Jira tickets or GitHub issues.
"Show me all controls marked as implemented or partial that have no current evidence."
"Register a screenshot of our firewall config as evidence for control 8.20. Collector: ops team. Expires in 12 months."
"Link this evidence to a new Jira ticket in the SEC project: 'Firewall config screenshot — annual review'."
7 — Query the Audit Log
Every tool call is logged in a tamper-evident audit trail. Admins can query it at any time.
"Show me all tool calls made in the last 7 days that resulted in an error."
"List all API keys and when they were last used."
Installation
Prerequisites
npm ≥ 10
Build tools for the native SQLite module:
macOS:
xcode-select --installUbuntu/Debian:
sudo apt-get install build-essential python3Windows: Install Visual Studio Build Tools → "Build Tools for Visual Studio" → check "Desktop development with C++"
Step 1 — Install
npm install -g iso27001-mcpThe iso27001-mcp command is now available globally. The encrypted SQLite module (better-sqlite3-multiple-ciphers) downloads a prebuilt binary on supported platforms; it compiles from source if none is available.
Step 2 — Run the setup wizard
iso27001-mcp initThe wizard handles everything in one guided session — no openssl required:
Generates
DB_ENCRYPTION_KEYandHMAC_SECRET(AES-256 / HMAC-SHA256, 64 hex chars each)Writes a
~/.iso27001/.envfile with mode600Creates and seeds the encrypted SQLite database with all 93 ISO 27001:2022 controls
Generates an admin API key
Detects your Claude Desktop config and offers to add the
iso27001-mcpentry automatically
Step 3 — Verify
iso27001-mcp doctorRuns 10 health checks and prints ✅ / ❌ / -- for each. All green means Claude Desktop is ready.
Step 4 — Restart Claude Desktop
Quit the app fully and reopen it. The ISO 27001 tools will appear in the tools panel.
Tip: Ask Claude
"Use get_server_info to verify the server is running"to confirm the connection.
Connecting to Claude
Claude Desktop (automatic via init)
iso27001-mcp init writes the following entry into claude_desktop_config.json automatically. You can also add or update it manually:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"iso27001-mcp": {
"command": "iso27001-mcp",
"env": {
"DB_ENCRYPTION_KEY": "<generated by init>",
"HMAC_SECRET": "<generated by init>",
"MCP_API_KEY": "<generated by init>",
"DB_PATH": "/Users/you/.iso27001/isms.db",
"AUDIT_LOG_PATH": "/Users/you/.iso27001/audit.jsonl"
}
}
}
}Claude Code
# Add to your project's MCP config
claude mcp add iso27001-mcp iso27001-mcpThen set the required env vars in your shell or .env:
export DB_ENCRYPTION_KEY=your_db_encryption_key
export HMAC_SECRET=your_hmac_secret
export MCP_API_KEY=iso27001_your_key_here
export DB_PATH=$HOME/.iso27001/isms.dbManaging API Keys
# Generate additional keys for team members
iso27001-mcp keygen --label "Alice" --role viewer # read-only, 31 tools
iso27001-mcp keygen --label "Bob" --role analyst --expires 90d # 49 tools
iso27001-mcp keygen --label "CISO" --role admin --expires 1y # all 63 tools
# List all keys
iso27001-mcp keys list
# Revoke a key immediately
iso27001-mcp keys revoke --label "Alice"The raw key is printed once and never stored in plaintext. Save it immediately.
Advanced / Manual Setup
Use this path if you need a custom database location, CI/CD integration, or prefer to manage secrets without the wizard.
1. Generate secrets:
openssl rand -hex 32 # → DB_ENCRYPTION_KEY
openssl rand -hex 32 # → HMAC_SECRET2. Create .env (store outside your project root, never commit):
DB_ENCRYPTION_KEY=<64 hex chars>
HMAC_SECRET=<64 hex chars>
DB_PATH=/path/to/isms.db
AUDIT_LOG_PATH=/path/to/audit.jsonl3. Generate an admin API key:
source /path/to/.env # or export vars individually
iso27001-mcp keygen --label admin --role admin4. Add the iso27001-mcp entry to claude_desktop_config.json manually (see JSON block above), then restart Claude Desktop.
Full environment variable reference:
Variable | Required | Default | Description |
| ✅ | — | 32-byte hex key for AES-256 SQLite encryption |
| ✅ | — | 32-byte hex secret for HMAC-signing API keys |
|
| Path to the encrypted database file | |
|
| Path for the append-only JSON-L audit log ( | |
|
| Tool calls per minute per API key | |
|
| SSE session TTL (hosted/team modes) | |
|
| Port for the SSE server (hosted/team modes) | |
|
| Set | |
|
| Allowed CORS origin for the SSE server — never set to | |
| — | e.g. | |
| — | Jira API token for the integration | |
| — | e.g. | |
| — | Email address associated with the Jira API token | |
| — | GitHub personal access token (scope: | |
| — | e.g. |
Run from source (for development or to get the latest unreleased changes):
git clone https://github.com/Sushegaad/MCP-Server-for-ISO27001
cd MCP-server-for-ISO27001
npm install
npm run build
# Use `node dist/index.js` instead of `iso27001-mcp` in all commands belowTools Reference
The server exposes 63 tools across 14 groups. All tools require a valid API key. The minimum role required is noted per group; ✅ marks required parameters, — marks optional ones.
Group 1 — Control Registry (minimum role: viewer)
get_control
Fetch a single control by ID and version.
Parameter | Req | Type | Values / Notes |
| ✅ | string | e.g. |
| — | enum |
|
list_controls
List controls with optional filters.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
| — | string | e.g. |
| — | enum |
|
| — | boolean | Filter to controls added in the 2022 revision |
| — | enum |
|
| — | boolean | Default: |
| — | integer | Default: |
| — | integer | Default: |
search_controls
Full-text search across control names, descriptions, and guidance (FTS5).
Parameter | Req | Type | Values / Notes |
| ✅ | string | Search terms |
| — | enum |
|
| — | integer | Default: |
| — | integer | Default: |
get_control_attributes
Retrieve 2022 attribute taxonomy (cybersecurity concepts, operational capabilities) for a control.
Parameter | Req | Type | Values / Notes |
| ✅ | string | 2022 control ID |
compare_versions
Show the mapping between a 2013 control and its 2022 equivalent. Provide at least one ID.
Parameter | Req | Type | Values / Notes |
| — | string | ISO 27001:2013 control ID |
| — | string | ISO 27001:2022 control ID |
get_clause_requirement
Fetch a clause requirement (clauses 4–10) with optional sub-clauses.
Parameter | Req | Type | Values / Notes |
| ✅ | string | e.g. |
| — | boolean | Default: |
list_clause_requirements
List all clause requirements, optionally filtered by parent.
Parameter | Req | Type | Values / Notes |
| — | string | e.g. |
Group 2 — Gap Analysis (reads: viewer+, writes: analyst+)
create_gap_assessment
Create a new gap assessment. Pre-populates all in-scope controls as not_started.
Parameter | Req | Type | Values / Notes |
| ✅ | string | Assessment name |
| — | string | ISMS scope description |
| — | enum |
|
| — | array | e.g. |
| — | array | Control IDs to exclude |
| — | string | Reason for exclusions |
update_control_status
Set a control's implementation status within an assessment.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | string | |
| ✅ | enum |
|
| — | array | Evidence UUIDs |
| — | string | Implementation notes |
| — | string | Required when |
| — | string | Assessor name |
get_gap_summary
Return compliance %, counts by status, and a top-10 remediation priority list.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | enum |
|
list_gap_assessments
List assessments with a status filter.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
export_gap_report
Export a full gap report.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
generate_remediation_roadmap
Generate a prioritised remediation roadmap with phases, risk linkage, and due dates.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | integer | 1–52, default: |
archive_gap_assessment
Archive a completed assessment.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | string | Archival reason |
Group 3 — Risk Management (reads: viewer+, writes: analyst+)
create_risk
Register a new risk. risk_score is computed automatically as likelihood × impact.
Parameter | Req | Type | Values / Notes |
| ✅ | string | Asset at risk |
| ✅ | string | Threat description |
| ✅ | string | Vulnerability description |
| ✅ | integer | 1–5 |
| ✅ | integer | 1–5 |
| — | string | Risk owner |
| — | array | Control IDs |
| — | enum |
|
get_risk
Fetch a risk record with optional treatment plans.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | boolean | Default: |
update_risk
Update any mutable field; risk_score recomputes automatically.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | string | |
| — | string | |
| — | string | |
| — | integer | 1–5 |
| — | integer | 1–5 |
| — | string | |
| — | enum |
|
| — | array | Control IDs |
list_risks
List risks with optional filters.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
| — | enum |
|
| — | string | |
| — | integer | Default: |
| — | integer | Default: |
get_risk_summary
Return aggregated stats: counts by level, 5×5 heatmap matrix, top 10 by score. No parameters.
create_treatment_plan
Create a risk treatment plan. mitigate type requires at least one control reference.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
| ✅ | string | |
| ✅ | string | |
| ✅ | string |
|
| — | array | Required for |
| — | integer | 1–5 |
| — | integer | 1–5 |
| — | string |
update_treatment_status
Update a treatment plan's status and link evidence.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
| — | string | |
| — | integer | 1–5 |
| — | integer | 1–5 |
generate_risk_register
Export the full risk register.
Parameter | Req | Type | Values / Notes |
| ✅ | enum |
|
| — | enum |
|
| — | enum |
|
Group 4 — Policy Management (reads: viewer+, create: analyst+, update: admin)
create_policy
Render a policy from a Mustache template with org-specific variables.
Parameter | Req | Type | Values / Notes |
| ✅ | enum |
|
| — | string | Auto-injected from org profile if set |
| — | string | Auto-injected from org profile if set |
| ✅ | string | |
| — | string | |
| — | integer | 1–36, default: |
| ✅ | string |
|
get_policy
Fetch a policy with optional version history.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | boolean | Default: |
update_policy
Archive the current version and create a new one. Admin only.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | string | |
| — | string | |
| — | string | |
| ✅ | string | |
| ✅ | string |
list_policies
List policies with optional filters.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
| — | enum | Any of the 12 policy types above |
| — | string | |
| — | boolean | Filter to policies past their review date — default: |
| — | integer | Default: |
| — | integer | Default: |
Group 5 — Statement of Applicability (minimum role: analyst)
generate_soa
Create an SoA from an assessment, pre-populating all 93 (2022) or 114 (2013) entries.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | enum |
|
update_soa_entry
Update a single SoA entry's inclusion, justification, status, and responsible party.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | string | |
| ✅ | boolean | |
| ✅ | string | |
| — | enum |
|
| — | string |
export_soa
Export the Statement of Applicability.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
Group 6 — Audit Management (reads: viewer+, writes: admin)
create_audit
Create an internal audit with auditor, planned date, and scope.
Parameter | Req | Type | Values / Notes |
| ✅ | string | Audit name |
| ✅ | string | |
| ✅ | string | |
| ✅ | string |
|
| — | array | Control IDs |
| — | array | Clause IDs |
record_finding
Record a finding. Non-conformities (nc) require a severity.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
| ✅ | string | |
| ✅ | string | |
| ✅ | string | |
| — | enum |
|
create_corrective_action
Raise a Corrective Action Request (CAR) linked to a finding.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | string | |
| ✅ | string | |
| ✅ | string |
|
| — | string |
update_corrective_action
Update CAR status. Closing (status=closed) requires effectiveness_verified: true (ISO 27001 Clause 10.1).
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | string | |
| — | string | |
| — | string |
|
| — | enum |
|
| — | string | |
| — | boolean | Must be |
| — | string |
generate_audit_report
Export a full audit report (executive summary, findings, CARs).
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
Group 7 — Evidence Tracking (reads: viewer+, writes: analyst+)
register_evidence
Register an evidence artefact for a control.
Parameter | Req | Type | Values / Notes |
| ✅ | string | |
| ✅ | enum |
|
| ✅ | string | |
| — | string | URL to the artefact |
| ✅ | string | |
| ✅ | string |
|
| — | string |
|
list_evidence
List evidence for a control, optionally filtered by currency.
Parameter | Req | Type | Values / Notes |
| ✅ | string | |
| — | enum |
|
get_evidence_gaps
Find controls marked implemented or partial that have no current evidence.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) |
link_jira_ticket
Link evidence to an existing Jira issue (jira_key) or create a new one (summary). Provide at least one.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | string | e.g. |
| — | string | Creates a new Jira task with this title |
| — | string | Body for the new issue |
link_github_issue
Link evidence to an existing GitHub issue (issue_number) or create a new one (title). Provide at least one.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | integer | Links to an existing issue |
| — | string | Creates a new issue with this title |
| — | string | Body for the new issue |
Group 8 — Server Info (minimum role: viewer)
get_server_info
Return version, uptime, DB stats, control counts, and rate limit config. No parameters.
Group 9 — Admin & Key Management (minimum role: admin)
query_audit_log
Query the tamper-evident audit log.
Parameter | Req | Type | Values / Notes |
| — | string |
|
| — | string |
|
| — | string | Filter by tool name |
| — | enum |
|
| — | enum |
|
| — | string | Filter by API key hash (max 64 chars) |
| — | integer | Default: |
| — | integer | Default: |
list_api_keys
List all API keys with metadata. Never returns key hashes. No parameters.
revoke_api_key
Immediately revoke a key by label.
Parameter | Req | Type | Values / Notes |
| ✅ | string | The label assigned at key generation |
Group 10 — Organisation Profile (minimum role: admin for writes, viewer for reads)
set_organization_profile
Upsert the singleton organisation profile. Used to auto-inject organisation_name and scope into create_policy and create_procedure.
Parameter | Req | Type | Values / Notes |
| ✅ | string | Registered legal name |
| ✅ | string | e.g. |
| ✅ | string | Activities within ISMS scope |
| ✅ | string | Formal scope statement (used as |
| — | array | Applicable licences or regulations |
| — | string | Out-of-scope exclusions and justifications |
| — | object | Keys: |
| — | integer | Default: |
get_organization_profile
Retrieve the singleton organisation profile. Returns { profile: null } if not yet set. No parameters.
Group 11 — Procedure Management (reads: viewer+, create/export: analyst+, update: admin)
create_procedure
Render a procedure from a Mustache template and store it in the database.
Parameter | Req | Type | Values / Notes |
| ✅ | enum |
|
| ✅ | string | |
| ✅ | string |
|
| — | string | Auto-injected from org profile if set |
| — | string | Auto-injected from org profile if set |
| — | string | Defaults to |
| — | string (UUID) | Link to a parent policy (must be active) |
| — | array | Control IDs |
| — | integer | 1–36, default: |
get_procedure
Fetch a procedure by ID, optionally including archived version history.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | boolean | Default: |
list_procedures
List procedures with optional filters, sorted by upcoming review date.
Parameter | Req | Type | Values / Notes |
| — | enum | Any of the 12 procedure types above |
| — | enum |
|
| — | string (UUID) | Filter to procedures linked to a specific policy |
| — | boolean | Filter to active procedures past their review date — default: |
| — | integer | Default: |
| — | integer | Default: |
update_procedure
Archive the current version and re-render with updated fields. Admin only.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | string | |
| ✅ | string | |
| — | string | |
| — | string | |
| — | string | |
| — | array | Control IDs |
export_procedure
Export a procedure as Markdown or JSON.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
Group 12 — Management Review (reads: viewer+, writes: admin) — Clause 9.3
create_management_review
Schedule a management review meeting.
Parameter | Req | Type | Values / Notes |
| ✅ | string | Review title |
| ✅ | string |
|
| ✅ | string | Review chair / CISO name |
| — | array | List of attendee names |
| — | string | Meeting agenda |
record_review_input
Record an input item to a management review (e.g. audit results, risk summary, performance metrics).
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
| ✅ | string | |
| — | string | Supporting detail |
record_review_output
Record a decision or action item from a management review.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | enum |
|
| ✅ | string | |
| — | string | |
| — | string |
|
complete_management_review
Mark a management review as complete and record the outcome.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| ✅ | string |
get_management_review
Fetch a management review with all inputs, outputs, and status.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) |
list_management_reviews
List management reviews with optional status filter.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
| — | integer | Default: |
| — | integer | Default: |
Group 13 — Improvement Plan (reads: viewer+, writes: analyst+) — Clause 10.1
create_improvement_opportunity
Register an improvement opportunity, typically identified during a management review or audit.
Parameter | Req | Type | Values / Notes |
| ✅ | string | |
| ✅ | string | |
| ✅ | enum |
|
| — | enum |
|
| — | string | |
| — | string |
|
| — | array | Control IDs |
| — | string (UUID) | Link to a management review output |
update_improvement_opportunity
Update the status, owner, or due date of an improvement opportunity.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) | |
| — | enum |
|
| — | string | |
| — | string |
|
| — | string | Required when closing |
get_improvement_opportunity
Fetch a single improvement opportunity by ID.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) |
list_improvement_opportunities
List improvement opportunities with optional filters.
Parameter | Req | Type | Values / Notes |
| — | enum |
|
| — | enum |
|
| — | enum | Any source enum value above |
| — | integer | Default: |
| — | integer | Default: |
Group 14 — Evidence Templates (reads: viewer+, generate: analyst+)
generate_evidence_document
Render a Mustache evidence template and store it. The document is dual-written to both the evidence table and the generated_evidence table for tracking and version history.
Parameter | Req | Type | Values / Notes |
| ✅ | enum |
|
| ✅ | string | Document title |
| ✅ | string | Author or system that generated the document |
| — | string | Auto-injected from org profile if set |
| — | string | Link to a specific control (default: |
| — | object | Additional Mustache template variables |
get_evidence_document
Fetch a generated evidence document by ID, including rendered content and clause/control mappings.
Parameter | Req | Type | Values / Notes |
| ✅ | string (UUID) |
list_evidence_documents
List generated evidence documents with optional filters.
Parameter | Req | Type | Values / Notes |
| — | enum | Filter to a specific template type |
| — | string | Filter by author |
| — | string | Filter by linked control |
| — | integer | Default: |
| — | integer | Default: |
MCP Resources
In addition to tools, the server exposes ISMS artefacts as browseable MCP Resources under the iso27001:// URI scheme. Claude can reference these directly without a tool call — ideal for inline document review, cross-referencing controls, and long-context analysis.
Resources are read-only. Write operations always go through tools (which enforce the security pipeline and audit log).
Resource URI Scheme
Resource | URI pattern | Auth |
|
| Public |
|
| Public |
|
| Public |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
|
| Viewer |
Resource Formats
Controls and clauses (application/json) — full control record including control_type, attributes, related_controls, and ISO clause refs.
Policies and procedures (text/markdown) — rendered document body with a YAML frontmatter envelope containing uri, procedure_type / policy type, version, owner, clause and control mappings, and review dates.
Risks (application/json) — risk record with nested treatments array.
Assessments (application/json) — assessment record with control_status_summary (counts by status).
Statement of Applicability (application/json) — SoA record with nested entries array (boolean included field).
Audits (application/json) — audit record with nested findings array, each containing its corrective_actions.
Example
"Read iso27001://policy/pol-abc123 and compare it against control 5.1."
"List all open risks from iso27001://risk and summarise which controls are most often cited."
"Review the SoA at iso27001://soa/soa-xyz789 and identify excluded controls."Architecture
┌─────────────────────────────────────────────────────────┐
│ Claude (LLM) │
└──────────┬───────────────────────────────┬──────────────┘
│ MCP Tools (read/write) │ MCP Resources (read-only)
│ 63 tools, RBAC enforced │ 12 iso27001:// URIs
┌──────────▼───────────────────────────────▼──────────────┐
│ iso27001-mcp server │
│ │
│ ┌─────────────────────────────────────────────────┐ │
│ │ 7-Step Security Pipeline │ │
│ │ │ │
│ │ 1. Extract credential (_meta.apiKey / env) │ │
│ │ 2. Auth — session token OR validateKey() │ │
│ │ SSE sessions use opaque token (no raw key) │ │
│ │ 3. checkRateLimit() sliding 60s window (RPM) │ │
│ │ 4. assertPermission() RBAC check │ │
│ │ 5. sanitiseParams() strip injection patterns │ │
│ │ 6. Domain handler business logic │ │
│ │ 7. writeAuditEvent() HMAC chain + row_hash │ │
│ └─────────────────────────────────────────────────┘ │
│ │
│ ┌─────────────┐ ┌──────────┐ ┌────────────────────┐ │
│ │ Controls │ │ Risks │ │ Policies & │ │
│ │ Gap Assess │ │ Register │ │ Procedures │ │
│ │ SoA │ │ Treatmts │ │ (Mustache+partls) │ │
│ └─────────────┘ └──────────┘ └────────────────────┘ │
│ ┌─────────────┐ ┌──────────┐ ┌────────────────────┐ │
│ │ Audits │ │ Evidence │ │ Mgmt Review & │ │
│ │ Findings │ │ Jira/GH │ │ Improvement Plan │ │
│ │ CARs │ │ Tmplts │ │ (Clauses 9.3/10.1)│ │
│ └─────────────┘ └──────────┘ └────────────────────┘ │
│ ┌─────────────────────────────────────────────────┐ │
│ │ Org Profile · Audit Log (HMAC-SHA256 chain) │ │
│ │ Session Token Store · API Key RBAC (63 tools) │ │
│ └─────────────────────────────────────────────────┘ │
│ │
│ ┌─────────────────────────────────────────────────┐ │
│ │ AES-256 encrypted SQLite (isms.db) │ │
│ │ better-sqlite3-multiple-ciphers │ │
│ │ WAL mode · foreign keys · FTS5 index │ │
│ └─────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘Database
All data is stored in a single encrypted SQLite file (isms.db) using AES-256 via better-sqlite3-multiple-ciphers. The schema is managed by six SQL migrations applied automatically on first startup:
0001_initial.sql— 17 tables covering every ISMS domain (controls, gap assessments, risks, policies, audits, evidence, API keys, audit log, and more)0002_fts_index.sql— FTS5 full-text search index on controls, plus 12 performance indexes0003_org_profile_procedures.sql—organization_profilesingleton table,procedurestable, andprocedure_versionshistory table0004_management_review_improvement.sql—management_reviews,review_inputs,review_outputs, andimprovement_opportunitiestables (Clauses 9.3 and 10.1)0005_evidence_documents.sql—generated_evidencetable for Mustache-rendered evidence documents with dual-write toevidence0006_audit_log_hmac.sql— addsprev_hashcolumn toaudit_logfor HMAC chain integrity
Seed Data
On first startup, seedAll() inserts all ISO 27001 reference data and verifies SHA-256 checksums before inserting:
93 ISO 27001:2022 Annex A controls across 4 themes (Organizational, People, Physical, Technological)
114 ISO 27001:2013 controls across 14 Annex A domains
125 version mappings (2013 ↔ 2022), including direct, merged, split, and new_2022 relationships
41 clause requirements for clauses 4–10 with sub-clauses, requirement text, and implementation notes
Security Pipeline
Every tool call passes through the same 7-step pipeline before any business logic runs. SSE sessions use an opaque session token so the raw API key is never retained in server memory after the initial /sse handshake. Audit events are always written — including on authentication failure and RBAC denial — so the log is a complete record of all attempts, not just successful ones.
Business Rules Enforced
The server encodes ISO 27001 requirements as hard constraints, not just guidance:
Rule | Tool | Behaviour |
|
| Status becomes |
|
|
|
Cannot update an archived assessment |
|
|
|
|
|
CAR closure requires effectiveness verified |
| Enforces Clause 10.1; |
NC findings require severity |
|
|
RBAC
Three roles with strict hierarchy. A key can only call tools at or below its assigned role level.
Role | Tools available | Typical user |
| 31 (all read-only tools) | Auditor, stakeholder |
| 49 (reads + gap/risk/policy/procedure/evidence/improvement writes) | ISMS practitioner, consultant |
| 63 (all tools, including org profile, audit management, audit log and key management) | CISO, ISMS owner |
Modes
The server supports four operating modes selected with the --mode flag:
Mode | Transport | Typical use |
| stdio | Claude Desktop, single user |
| stdio | Automated pipelines, no TTY |
| SSE over HTTP | Shared instance, multiple users |
| SSE over HTTP | Production, behind a TLS proxy |
Local / CI (stdio)
iso27001-mcp --mode local --db ./isms.dbClaude Desktop manages the process. The server reads from stdin and writes to stdout.
Team / Hosted (SSE)
iso27001-mcp --mode hosted --db /data/isms.dbStarts an Express HTTP server on SSE_PORT (default 3000):
Endpoint | Description |
| Health check — no auth required |
| Open SSE connection; first event contains |
| Send an MCP message on an active session |
Sessions expire after SESSION_TTL_HOURS hours of inactivity. In NODE_ENV=production, CORS is restricted to https://claude.ai and /messages is rate-limited to 100 requests per minute per IP.
Sample Outputs
The samples/ directory contains auditor-ready example outputs generated from a demo ISMS for a fictitious organisation ("Acme Financial Services Ltd" — a UK payments processor preparing for ISO 27001:2022 certification). Each file states which tool(s) produced it.
Sample | Description |
Complete gap assessment across all 93 controls | |
26-week prioritised remediation plan with owners and effort estimates | |
Risk register with 10 risks, scores, and treatment plans | |
Full SoA — all 93 ISO 27001:2022 controls with applicability justifications | |
Generated access control policy (Annex A 5.15–5.18, 8.2–8.5) | |
Incident handling procedure with severity tiers and GDPR notification | |
Internal audit report — 3 major NCs, 4 minor NCs, 2 positive observations | |
Two corrective action records: one in progress, one closed and verified | |
47-item evidence inventory with 28-control gap analysis |
Integrations
Jira
JIRA_BASE_URL=https://your-org.atlassian.net
JIRA_API_TOKEN=your_api_token
JIRA_PROJECT_KEY=SEC
JIRA_USER_EMAIL=you@your-org.comUse link_jira_ticket to create a Task in your Jira project or link an existing one. The Jira key and browse URL are stored on the evidence record. Requests time out after 10 seconds and retry once on 5xx responses. A clear INTEGRATION_ERROR is returned — with the exact missing variable names — if credentials are not configured.
GitHub
GITHUB_TOKEN=ghp_your_token # requires issues:write, metadata:read
GITHUB_REPO=your-org/your-repoUse link_github_issue to create an issue with compliance and iso27001 labels or link an existing one by number. The issue URL and number are stored on the evidence record.
Roadmap
The following features are planned or under consideration. Contributions welcome — see Contributing.
Near-term (next 1–2 releases)
ISO 27001:2022 ↔ SOC 2 control mapping — show which ISO 27001 controls satisfy which SOC 2 Trust Services Criteria
Evidence expiry alerts — surface evidence artefacts approaching their
expiry_datein gap summaries and audit reportsBulk control status import — accept a CSV to batch-update control statuses in a gap assessment
HTML export — add
htmlas an export format for gap reports, SoA, and the risk register
Medium-term
ISO 27001:2022 ↔ NIST CSF 2.0 mapping — cross-reference controls to NIST Cybersecurity Framework 2.0 functions and categories
PostgreSQL backend — optional PostgreSQL transport via a pluggable DB adapter (SQLite stays default for local use)
Supplier risk register — track third-party suppliers against ISO 27001 Annex A 5.19–5.22 controls
Multi-ISMS support — scope-isolated tenants sharing a single server instance (hosted mode)
Under consideration
GDPR Article 30 RoPA generation linked to the risk register
NIS2 control mapping
Automated evidence collection via API integrations (AWS Config, GitHub Security Advisories, etc.)
Development
# Install dependencies
npm install
# Typecheck (strict — zero errors tolerated)
npm run typecheck
# Build dist/
npm run build
# Run all tests (470 unit + integration tests)
npm test
# Watch mode
npm run test:watch
# Lint
npm run lint
# Verify seed data SHA-256 checksums
npm run verify-checksums
# Run from source without building
npm run devProject Structure
src/
├── index.ts CLI entry (init, doctor, keygen, keys, server startup)
├── server.ts McpServer factory — registers tools + resources
├── cli/
│ ├── init.ts Interactive setup wizard (iso27001-mcp init)
│ ├── doctor.ts 10-check health report (iso27001-mcp doctor)
│ ├── prompt.ts Lazy readline wrapper — ask, confirm, banner, check
│ └── claude-config.ts Claude Desktop config detection + entry builder
├── auth/
│ ├── api-key.ts Key generation, HMAC validation, expiry, revocation
│ ├── rbac.ts Permission matrix (63 tools × 3 roles)
│ └── session-store.ts SSE session token store (opaque token → keyHash + role)
├── security/
│ ├── sanitise.ts Prompt-injection stripping for free-text fields
│ ├── rate-limiter.ts Sliding-window RPM counter per key hash
│ ├── secrets.ts Env var validation (fail-fast on startup)
│ └── validate.ts Zod schemas for all 63 tool inputs
├── audit/
│ └── logger.ts Tamper-evident audit event writer
├── db/
│ ├── connection.ts Encrypted SQLite open/close/migrate
│ ├── dal.ts Shared helpers: newId, now, toJson, fromJsonArray, computeEvidenceStatus
│ └── migrations/ 0001_initial.sql through 0006_audit_log_hmac.sql
├── seed/
│ ├── seeder.ts Idempotent seed runner with checksum verification
│ ├── controls-2022.json 93 ISO 27001:2022 Annex A controls
│ ├── controls-2013.json 114 ISO 27001:2013 controls
│ ├── version-mapping.json 125 cross-version mappings
│ ├── clause-requirements.json 41 clause requirements (clauses 4–10)
│ ├── policy-templates/ 12 Mustache .md policy templates
│ ├── procedure-templates/ 12 Mustache .md procedure templates
│ ├── evidence-templates/ 6 Mustache .md evidence document templates
│ └── partials/ Shared Mustache partials (org_header, revision_block, approver_signature)
├── tools/
│ ├── index.ts Tool registry and security pipeline
│ ├── controls.ts Group 1: Control Registry (7 tools)
│ ├── gap-analysis.ts Group 2: Gap Analysis (7 tools)
│ ├── risks.ts Group 3: Risk Management (8 tools)
│ ├── policies.ts Group 4: Policy Management (4 tools)
│ ├── soa.ts Group 5: Statement of Applicability (3 tools)
│ ├── audit-management.ts Group 6: Audit Management (5 tools)
│ ├── evidence-tracking.ts Group 7: Evidence Tracking (5 tools)
│ ├── server-info.ts Group 8: Server Info (1 tool)
│ ├── org-profile.ts Group 10: Organisation Profile (2 tools) + loadOrgProfileDefaults helper
│ ├── procedures.ts Group 11: Procedure Management (5 tools)
│ ├── management-review.ts Group 12: Management Review — Clause 9.3 (6 tools)
│ ├── improvement-plan.ts Group 13: Improvement Plan — Clause 10.1 (4 tools)
│ ├── evidence-templates.ts Group 14: Evidence Templates (3 tools)
│ └── template-utils.ts Shared loadTemplate / stripFrontmatter / loadPartials helpers
├── resources/
│ ├── index.ts Registers all 12 MCP Resources
│ ├── resource-auth.ts Slim auth helper for resource callbacks
│ ├── controls.ts iso27001-control, iso27001-control-versioned, iso27001-clause
│ ├── org-profile.ts iso27001-org-profile (static URI)
│ ├── policies.ts iso27001-policy, iso27001-policy-versioned
│ ├── procedures.ts iso27001-procedure, iso27001-procedure-versioned
│ ├── risks.ts iso27001-risk (with nested treatments)
│ └── assessments.ts iso27001-assessment, iso27001-soa, iso27001-audit
└── transport/
└── sse.ts Express SSE server for team/hosted modes
tests/
├── fixtures/
│ ├── mock-db.ts In-memory mock DB for unit tests
│ └── test-db.ts Real encrypted DB fixture (macOS only)
├── unit/
│ ├── auth/ api-key, rbac
│ ├── security/ sanitise, rate-limiter
│ ├── audit/ logger
│ ├── tools/ One file per handler module
│ └── resources/ One file per resource module (controls, policies, procedures, risks, assessments)
└── integration/
├── mcp-protocol.test.ts Schema and registration validation
├── db-operations.test.ts Migrations, seed counts, FTS5 (macOS only)
└── business-rules.test.ts All 6 enforced business rules end-to-endContributing
Contributions are welcome — bug fixes, new policy/procedure templates, additional integrations, and documentation improvements are all valuable.
Getting started:
git clone https://github.com/Sushegaad/MCP-Server-for-ISO27001
cd MCP-server-for-ISO27001
npm install
npm test # should pass before any changes
npm run typecheck # zero errors requiredBefore opening a PR:
Run
npm run typecheck— zero TypeScript errors requiredRun
npm test— all tests must passRun
npm run lint— no new lint errorsIf adding seed data, run
npm run generate-checksumsand commit the updated checksums file
Areas where help is most needed:
Additional policy and procedure templates (currently 12 + 12; ISO 27001 has room for more)
More evidence document templates
ISO 27001 ↔ other framework mappings (SOC 2, NIST CSF, CIS Controls)
Windows and Linux testing (most development is on macOS)
Please open an issue before starting significant work so we can align on direction.
Security
For the full security profile — threat model, hardening guide, data flow documentation, supply chain attestation, and audit log integrity verification — see the Trust Center.
API Key Storage
API keys are never stored in plaintext. Only an HMAC-SHA256 hash is persisted in the database. The raw iso27001_... key is printed once to stdout at generation time — there is no way to retrieve it afterwards.
Database Encryption
The SQLite database (isms.db) is encrypted at rest using AES-256 via better-sqlite3-multiple-ciphers. The DB_ENCRYPTION_KEY is required at every startup and is never written to disk by the server.
Tamper-Evident Audit Trail
Every tool call writes a row to audit_log with a row_hash computed as:
HMAC-SHA256(HMAC_SECRET, id | timestamp | tool | key_hash | role |
params_json | outcome | error_message | duration_ms | prev_hash)The prev_hash field chains each row to its predecessor — insertion, deletion, or reordering of rows is detectable via verifyRowHash() and verifyChain(). The same events are appended in JSON-L format to AUDIT_LOG_PATH for off-database retention and SIEM ingestion. The log path is validated on write to reject paths inside system directories (/etc, /proc, /sys, /dev).
Production Checklist
Set
NODE_ENV=productionSet
BEHIND_TLS_PROXY=true(the server logs a loud warning if this is absent in production)Terminate TLS upstream (nginx, Caddy, AWS ALB, etc.)
Use
--expireson all API keys — especially admin keysSet
RATE_LIMIT_RPMappropriate to your team sizeStore
DB_ENCRYPTION_KEYandHMAC_SECRETin a secrets manager, not in.envBack up
isms.dbregularly — it is the single source of truth for your entire ISMS
License
MIT © 2026
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sushegaad/MCP-Server-for-ISO27001'
If you have feedback or need assistance with the MCP directory API, please join our Discord server