iso-27001-ai-mcp MCP server by MEOK AI Labs
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-csoai-org-iso-27001-ai-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Iso 27001 Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
On-chain provenance lookup for AnchorRegistry. Resolve AR-IDs, hashes, and full trees. Authless.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/iso-27001-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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