ISO 27001 AI MCP
OfficialIso 27001 Ai MCP
MCP server for iso 27001 ai mcp operations
Overview
Iso 27001 Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Audit an Information Security Management System against ISO 27001:2022 |
| Perform information security risk assessment per ISO 27005 methodology. |
| Compare current controls to ISO 27001:2022 requirements and identify gaps. |
| Map ISO 27001 controls to AI-specific requirements via ISO 42001 bridge. |
| Generate a Statement of Applicability (SoA) per ISO 27001:2022 clause 6.1.3(d). |
| Classify security incidents per ISO 27001 incident management framework |
Installation
pip install meok-iso-27001-ai-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"iso-27001-ai-mcp": {
"command": "python",
"args": ["-m", "meok_iso_27001_ai_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
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/CSOAI-ORG/iso-27001-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server