iso-42001-ai-mcp logo

iso-42001-ai-mcp

Community
CSOAI-ORG

ISO 42001 AI Management System compliance MCP — AIMS assessment, risk management, AI lifecycle governance, certification readiness.

PublisherCSOAI-ORG
Repositoryiso-42001-ai-mcp
LanguagePython
Forks
0
Stars
0
Available tools
8
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    iso-42001-ai-mcp exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 8 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    0 stars and 0 forks from the linked repository.

Iso 42001 Ai MCP

MCP server for iso 42001 ai mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Iso 42001 Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

ToolDescription
audit_management_systemAudit an AI management system against ISO/IEC 42001 clauses 4-10.
assess_ai_riskPerform ISO 42001 Annex B risk assessment for AI systems.
generate_policy_templateGenerate AI policy documents per ISO 42001 requirements.
check_annex_controlsEvaluate AI system against ISO 42001 Annex A controls.
crosswalk_to_eu_ai_actMap ISO/IEC 42001 clauses and Annex A controls to EU AI Act articles.
create_certification_checklistGenerate ISO 42001 certification readiness checklist with pass/fail.
predict_risk_neuralNeural network-based risk prediction that improves from every compliance check.
neural_insightsGet aggregate learning insights from the neural compliance model.
quick_scanOne-line system description to instant ISO 42001 gap assessment. No API key need
certification_timelineReturns ISO 42001 certification steps and typical timelines. No parameters neede

Installation

bash
pip install meok-iso-42001-ai-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

json
{
  "mcpServers": {
    "iso-42001-ai-mcp": {
      "command": "python",
      "args": ["-m", "meok_iso_42001_ai_mcp.server"]
    }
  }
}

Usage with FastMCP

python
from mcp.server.fastmcp import FastMCP

# This server exposes 10 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Installation

TypingMind
Prerequisites:

Node.js 18+

{
  "mcpServers": {
    "iso-42001-ai": {
      "command": "uvx",
      "args": [
        "iso-42001-ai-mcp"
      ]
    }
  }
}

Available Tools

  • audit_management_system

    Audit against ISO 42001 clauses 4-10 with gap analysis

  • assess_ai_risk

    Annex B risk assessment with criteria, identification, analysis, and evaluation

  • generate_policy_template

    Generate AI policy documents per ISO 42001 requirements

  • check_annex_controls

    Evaluate against all Annex A controls with Statement of Applicability

  • crosswalk_to_eu_ai_act

    Map ISO 42001 clauses to EU AI Act articles with alignment strength ratings

  • create_certification_checklist

    ISO 42001 certification readiness checklist with pass/fail assessment

  • quick_scan

    One-line system description to instant ISO 42001 gap assessment (no API key needed)

  • certification_timeline

    Returns ISO 42001 certification steps and typical timelines (no parameters needed)

Use iso-42001-ai-mcp MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once iso-42001-ai-mcp is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add iso-42001-ai-mcp as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the iso-42001-ai-mcp MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "iso-42001-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iso-42001-ai-mcp"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the iso-42001-ai-mcp MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the iso-42001-ai-mcp MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use iso-42001-ai-mcp to help me with this task?
iso-42001-ai-mcp
Sure. I read it.
Here is what I found using iso-42001-ai-mcp.

Frequently asked questions

What is the iso-42001-ai-mcp MCP server used for?

iso-42001-ai-mcp is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use iso-42001-ai-mcp MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use iso-42001-ai-mcp with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use iso-42001-ai-mcp MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With iso-42001-ai-mcp connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect iso-42001-ai-mcp MCP to TypingMind?

iso-42001-ai-mcp runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does iso-42001-ai-mcp MCP provide in TypingMind?

iso-42001-ai-mcp exposes 8 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use iso-42001-ai-mcp MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If iso-42001-ai-mcp requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇