Server data from the Official MCP Registry
AI-powered iso 27001 ai MCP server for agents. Supports audit isms, risk assessment, gap ana...
AI-powered iso 27001 ai MCP server for agents. Supports audit isms, risk assessment, gap ana...
This MCP server provides ISO 27001 compliance assessment tools with reasonable auth patterns but has several concerning issues: an unsafe `sys.path.insert()` that loads code from user's home directory, rate limiting reliance on in-memory state without persistence, unauthenticated fallback mode, missing input validation on critical parameters, and incomplete code (appears truncated). The auth middleware import is external and not visible for review, creating a trust boundary concern. Permissions are appropriate for a compliance tool (file/network access), but the implementation risks undermine confidence. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-iso-27001-ai-mcp": {
"args": [
"-y",
"iso-27001-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
ISMS audit, Annex A gap analysis, and Statement of Applicability generation for AI/ML systems against ISO 27001:2022.
Install · Tools · Pricing · Attestation API
ISO 27001:2022 is the global standard for information security management, and the 2022 revision added 11 new controls (including A.5.23 cloud services, A.8.11 data masking, A.8.12 data leakage prevention) that directly affect AI deployments. Organisations running AI systems need to map model training pipelines, inference endpoints, and data flows into their ISMS scope.
Most consultancies charge 15-30K per ISO 27001 gap analysis. This MCP automates the ISMS audit against all 93 Annex A controls, generates Statements of Applicability, performs risk assessments per ISO 27005, crosswalks to AI-specific frameworks, and classifies security incidents under ISO 27035.
pip install iso-27001-ai-mcp
| Tool | ISO Reference | What it does |
|---|---|---|
audit_isms | Clauses 4-10 | Full ISMS audit against ISO 27001:2022 management clauses |
risk_assessment | ISO 27005 | Information security risk assessment for AI assets |
gap_analysis | Annex A (93 controls) | Control-by-control gap analysis against 2022 Annex A |
crosswalk_to_ai | Annex A + AI frameworks | Map ISO 27001 controls to ISO 42001 / EU AI Act requirements |
generate_soa | Clause 6.1.3 | Generate Statement of Applicability with justifications |
incident_classification | ISO 27035 | Classify and triage AI security incidents |
Prompt: "Run an ISO 27001 gap analysis on our ML training pipeline.
We store training data in S3, run training on GPU clusters in eu-west-1,
and deploy models via a REST API with no authentication."
Result: Gap analysis across Annex A with critical findings on unauthenticated
API endpoints, missing data deletion policies, absent cloud service agreements,
and no DLP controls on model outputs. Statement of Applicability generated
with all 93 controls assessed.
| Tier | Price | What you get |
|---|---|---|
| Free | £0 | 10 calls/day — ISMS audit + gap analysis |
| Pro | £199/mo | Unlimited + HMAC-signed attestations + verify URLs |
| Enterprise | £1,499/mo | Multi-tenant + co-branded reports + webhooks |
Every Pro/Enterprise audit produces a cryptographically signed certificate:
POST https://meok-attestation-api.vercel.app/sign
GET https://meok-attestation-api.vercel.app/verify/{cert_id}
Zero-dep verifier: pip install meok-attestation-verify
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.