AI Bill of Materials (AI-BOM) generator + auditor MCP — CycloneDX ML-BOM, SPDX 3.0 AI profile, EU AI Act Annex IV mapping, NIST AI RMF alignment, US EO 14028 federal procurement. By MEOK AI Labs.
Project description
Quick Install
| Client | Install |
|---|---|
| Claude Desktop | |
| Cursor | |
| VS Code | |
| Windsurf | |
| Docker | docker run -p 8000:8000 ai-bom-mcp |
| pip | pip install ai-bom-mcp |
Overview
Ai Bom MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
generate_ai_bom |
Generate an AI-BOM in CycloneDX ML-BOM format (or SPDX 3.0) with all 10 required |
audit_ai_bom_completeness |
Audit an existing AI-BOM for completeness against the 10 required field categori |
map_to_regulation |
Map an AI-BOM against a specific regulatory framework's technical documentation |
required_fields |
List the 10 required AI-BOM field categories and their fields. |
sign_ai_bom_attestation |
Generate a cryptographically signed AI-BOM completeness attestation (Pro/Enterpr |
Installation
pip install meok-ai-bom-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ai-bom-mcp": {
"command": "python",
"args": ["-m", "meok_ai_bom_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_bom_mcp-1.2.5-py3-none-any.whl.
File metadata
- Download URL: ai_bom_mcp-1.2.5-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
808051f7efa1ec51ecd1237a848c90a917bbb370cd6399ab25d108487397f5be
|
|
| MD5 |
f7f3ca3a007250865e6172aa6fac690c
|
|
| BLAKE2b-256 |
1892fa3d99af0b404f259401bdcd2da51674c5e899a624f1884ad569813240e9
|