AI BOM MCP
The AI BOM MCP server provides tools to generate, audit, and map AI Bills of Materials (AI-BOMs) for compliance and governance purposes.
Generate AI-BOMs: Create structured AI-BOM documents in CycloneDX ML-BOM or SPDX 3.0 format covering all 10 required field categories, including model name, version, organisation, licence, architecture, parameter count, and training datasets.
Audit AI-BOM Completeness: Analyse an existing AI-BOM JSON document against the 10 required field categories, returning per-category pass/fail results and a gap list of missing or incomplete fields.
Map to Regulation: Map an AI-BOM against regulatory framework requirements, supporting EU AI Act, NIST AI RMF, US EO 14028, and ISO 42001.
List Required Fields: Retrieve the full list of the 10 required AI-BOM field categories and their associated fields as a compliance reference.
Signed Attestations (Pro/Enterprise only): Generate cryptographically signed (HMAC-SHA256) AI-BOM completeness attestations with a unique ID and public verification URL for independent auditor verification.
Generates AI-BOMs in SPDX 3.0 format, providing a standard way to document AI software bill of materials.
Ai Bom MCP
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
๐ Quick Start
# Install via pip
pip install ai_bom_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install ai-bom-mcp --client claudeRelated MCP server: maiife-toolkit
โจ Features
MCP protocol compliant
Easy installation
Well-documented API
Production-ready
Active maintenance
๐ Documentation
๐ก๏ธ Compliance
This MCP server is built with EU AI Act compliance built-in:
โ Article 9 โ Risk Management System
โ Article 13 โ Transparency & Instructions for Use
โ Article 15 โ Bias Detection & Testing
โ Article 26 โ FRIA Support (where applicable)
โ Article 50 โ AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic โ
๐ข Enterprise
Need custom development, SLA guarantees, or white-label deployment?
Pro: ยฃ79/mo โ Full MCP suite + EU AI Act tracking
Enterprise: ยฃ499/mo โ Custom dev + SLA + Dedicated support
View Pricing โ | Contact Sales โ
๐ค Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem โ 26 PyPI packages ยท ~16,300 monthly installs.
Domain | Purpose |
EU AI Act compliance marketplace | |
AI safety & monitoring | |
Sovereign AI platform | |
Legacy modernization |
๐ License
MIT ยฉ CSOAI-ORG
Configuration
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).
Examples
Once configured, ask your assistant, for example:
"Use
generate_ai_bomto โฆ""Use
audit_ai_bom_completenessto โฆ""Use
map_to_regulationto โฆ"
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/ai-bom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server