pypi ai-bom-mcpstdioMITupdated 2mo ago
AI Bill of Materials MCP in CycloneDX + SPDX format
What can you do with ai bom mcp?
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 claude
✨ 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 |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | 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 …"
Install
Add ai bom mcp to your client. Pick the one you use.
claude mcp add ai-bom-mcp -- uvx ai-bom-mcpcodex mcp add ai-bom-mcp -- uvx ai-bom-mcpamp mcp add ai-bom-mcp -- uvx ai-bom-mcp{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ai-bom-mcp","command":"uvx","args":["ai-bom-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ai-bom-mcp": {
"command": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ai-bom-mcp": {
"type": "local",
"command": "uvx",
"args": [
"ai-bom-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ai-bom-mcp": {
"command": {
"path": "uvx",
"args": [
"ai-bom-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx ai-bom-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance22/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 67 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.21Latest | Jun 30, 2026 |
| 1.2.20 | Jun 13, 2026 |
| 1.2.19 | Jun 13, 2026 |
| 1.2.17 | Jun 10, 2026 |
| 1.2.7 | May 21, 2026 |
| 1.2.6 | May 15, 2026 |
| 1.2.4 | May 7, 2026 |
| 1.2.3 | May 7, 2026 |
| 1.2.2 | May 7, 2026 |