loading…
Search for a command to run...
loading…
ISO 27001 AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
ISO 27001 AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Iso 27001 Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
audit_isms |
Audit an Information Security Management System against ISO 27001:2022 |
risk_assessment |
Perform information security risk assessment per ISO 27005 methodology. |
gap_analysis |
Compare current controls to ISO 27001:2022 requirements and identify gaps. |
crosswalk_to_ai |
Map ISO 27001 controls to AI-specific requirements via ISO 42001 bridge. |
generate_soa |
Generate a Statement of Applicability (SoA) per ISO 27001:2022 clause 6.1.3(d). |
incident_classification |
Classify security incidents per ISO 27001 incident management framework |
pip install meok-iso-27001-ai-mcp
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"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"iso-27001-ai-mcp": {
"command": "npx",
"args": []
}
}
}