Generates and audits AI Bill of Materials in CycloneDX and SPDX 3.0 AI profile formats, which EU AI Act Article 11 requires for certain AI systems. Think of it as a dependency manifest for AI components: models, datasets, training configs, and their provenance. The MCP exposes tools to create BOMs from your AI stack and validate them against compliance requirements. You'd reach for this if you're shipping AI products into EU markets or need to track what's actually in your ML pipeline for security or regulatory reasons. Install via pip and run over stdio transport, or grab it through Smithery for Claude Desktop.
AI Bill of Materials MCP in CycloneDX + SPDX format
AI Bill of Materials MCP in CycloneDX + SPDX format. Required by EU AI Act Article 11. MIT
# Install via pip
pip install ai_bom_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install ai-bom-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 — 26 PyPI packages · ~16,300 monthly installs.
| 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
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": ["ai-bom-mcp"]
}
}
}
Or: pip install ai-bom-mcp then run the ai-bom-mcp command (stdio transport).
Once configured, ask your assistant, for example:
generate_ai_bom to …"audit_ai_bom_completeness to …"map_to_regulation to …"