← Back to search

io.github.CSOAI-ORG/iso-27001-ai-mcp

CSOAI-ORG Scanned 17d ago

AI-powered iso 27001 ai MCP server for agents. Supports audit isms, risk assessment, gap ana...

C
71.3 / 100

Versions

1.0.1latest
first seen Jun 5, 2026
1.0.4
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 6

audit_isms
annotations: none low

Audit an Information Security Management System against ISO 27001:2022 Annex A controls (93 controls across 4 themes: Organizational, People, Physical, Technological). Returns compliance status per theme with gap identification and remediation priorities. Args: organization_context: Description of the organization, its AI systems, and ISMS scope scope_description: Specific scope of the ISMS audit (which systems, processes, locations) controls_implemented: List of Annex A control IDs already implemented (e.g. ["A.5.1", "A.8.24"]) caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice.

tier str caller str api_key str scope_description str controls_implemented string organization_context str
risk_assessment
annotations: none low

Perform information security risk assessment per ISO 27005 methodology. Identifies threats, assesses likelihood and impact, calculates risk levels, and recommends treatment options with specific ISO 27001 Annex A controls. Args: system_description: Description of the AI system or information asset being assessed assets: List of information assets to assess (e.g. ["training data", "ML model", "API keys"]) threat_scenarios: Specific threat scenarios to evaluate (or auto-generated if omitted) existing_controls: Currently implemented controls that reduce risk caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice.

tier str assets string caller str api_key str threat_scenarios string existing_controls string system_description str
gap_analysis
annotations: none low

Compare current controls to ISO 27001:2022 requirements and identify gaps. Provides prioritized remediation roadmap with effort estimates. Args: current_controls: List of currently implemented Annex A control IDs target_certification: Target level - "full" (all 93), "core" (critical subset), or "ai-focused" (AI-relevant controls) focus_themes: Optional filter to specific themes ["A.5", "A.6", "A.7", "A.8"] caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice.

tier str caller str api_key str focus_themes string current_controls string target_certification str
crosswalk_to_ai
annotations: none low

Map ISO 27001 controls to AI-specific requirements via ISO 42001 bridge. Shows how existing ISMS controls extend to AI governance, identifying where additional AI-specific controls are needed. Args: controls: Specific ISO 27001 controls to map (or all mapped controls if omitted) focus_area: Focus on "all", "data_protection", "model_security", "supply_chain", or "incident_management" caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice.

tier str caller str api_key str controls string focus_area str
generate_soa
annotations: none low

Generate a Statement of Applicability (SoA) per ISO 27001:2022 clause 6.1.3(d). The SoA documents which Annex A controls are applicable, implemented, excluded, and the justification for exclusions. Required for ISO 27001 certification. Args: organization_name: Name of the organization controls_implemented: List of implemented Annex A control IDs controls_excluded: Controls deliberately excluded with justification exclusion_justifications: Dict mapping excluded control IDs to justification text caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool generates structured output without modifying external systems. Output is deterministic for identical inputs. No side effects. Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.

tier str caller str api_key str controls_excluded string organization_name str controls_implemented string exclusion_justifications string
incident_classification
annotations: none low

Classify security incidents per ISO 27001 incident management framework (controls A.5.24-A.5.28). Determines severity, notification requirements, response procedures, and evidence collection needs. Includes AI-specific incident classification when AI systems are involved. Args: incident_description: Description of the security incident affected_assets: List of affected information assets detection_method: How the incident was detected (automated/manual/third-party/user-report) data_breach: Whether personal data was compromised ai_system_involved: Whether an AI system was involved in or affected by the incident caller: Caller identifier for rate limiting tier: Access tier (free/pro) Behavior: This tool is read-only and stateless — it produces analysis output without modifying any external systems, databases, or files. Safe to call repeatedly with identical inputs (idempotent). Free tier: 10/day rate limit. Pro tier: unlimited. No authentication required for basic usage. When to use: Use this tool when you need to assess, audit, or verify compliance requirements. Ideal for gap analysis, readiness checks, and generating compliance documentation. When NOT to use: Do not use as a substitute for qualified legal counsel. This tool provides technical compliance guidance, not legal advice. Behavioral Transparency: - Side Effects: This tool is read-only and produces no side effects. It does not modify any external state, databases, or files. All output is computed in-memory and returned directly to the caller. - Authentication: No authentication required for basic usage. Pro/Enterprise tiers require a valid MEOK API key passed via the MEOK_API_KEY environment variable. - Rate Limits: Free tier: 10 calls/day. Pro tier: unlimited. Rate limit headers are included in responses (X-RateLimit-Remaining, X-RateLimit-Reset). - Error Handling: Returns structured error objects with 'error' key on failure. Never raises unhandled exceptions. Invalid inputs return descriptive validation errors. - Idempotency: Fully idempotent — calling with the same inputs always produces the same output. Safe to retry on timeout or transient failure. - Data Privacy: No input data is stored, logged, or transmitted to external services. All processing happens locally within the MCP server process.

tier str caller str api_key str data_breach bool affected_assets string detection_method str ai_system_involved bool incident_description str

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: open(), os
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 34

low
Tool 'audit_isms' has no annotations annotation_checker · 100%
low
Tool 'risk_assessment' has no annotations annotation_checker · 100%
low
Tool 'gap_analysis' has no annotations annotation_checker · 100%
low
Tool 'crosswalk_to_ai' has no annotations annotation_checker · 100%
low
Tool 'generate_soa' has no annotations annotation_checker · 100%
low
Tool 'incident_classification' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: audit_isms manifest_parser · 90%
info
Tool: risk_assessment manifest_parser · 90%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%
info
Tool: gap_analysis manifest_parser · 90%
info
Tool: crosswalk_to_ai manifest_parser · 90%
info
Tool: generate_soa manifest_parser · 90%
info
Tool: incident_classification manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%