Implements ISO/IEC 42005:2025 AI impact assessment workflows through MCP. Exposes operations for listing assessment phases, querying impact categories, and running phase-by-phase evaluations. Part of the MEOK governance substrate, so it's built to align with EU AI Act compliance requirements including Article 9 risk management, Article 13 transparency, and Article 15 bias testing. The server is available via stdio or streamable HTTP, and the API is hosted at meok.ai. Reach for this when you need structured impact assessments that map to regulatory frameworks rather than rolling your own evaluation logic. The MCP scorecard shows 90/100, and it's published to PyPI for straightforward installation.
mcp-name: io.github.CSOAI-ORG/iso-42005-impact-mcp
🧱 Part of the MEOK Governance Substrate
🧱 Part of the MEOK Governance Substrate
# Install via pip
pip install iso_42005_impact_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install iso-42005-impact-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT. By [MEOK AI Labs](https://meok.ai) (CSOAI LTD, UK Companies House 16939677). Not legal advice — pair with qualified counsel for production deployments.| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"iso-42005-impact-mcp": {
"command": "uvx",
"args": ["iso-42005-impact-mcp"]
}
}
}
Or: pip install iso-42005-impact-mcp then run the iso-42005-impact-mcp command (stdio transport).
Once configured, ask your assistant, for example:
list_phases to …"impact_categories to …"assess_phase to …"