Skip to main content
Glama
README.md
<!-- mcp-name: io.github.CSOAI-ORG/ai-bom-mcp -->
[![MCP Scorecard: 84/100](https://img.shields.io/badge/proofof.ai-84%2F100-5b21b6)](https://proofof.ai/scorecard/ai-bom-mcp.html)

# Ai Bom MCP

[![MEOK AI Labs](https://img.shields.io/badge/MEOK-AI%20Labs-667eea)](https://meok.ai)
[![EU AI Act](https://img.shields.io/badge/EU%20AI%20Act-Compliant-22c55e)](https://councilof.ai)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![PyPI](https://img.shields.io/badge/PyPI-Install-3775a9)](https://pypi.org/project/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

```bash
# 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

- [Full Documentation](https://docs.meok.ai/ai-bom-mcp)
- [API Reference](https://meok-attestation-api.vercel.app)
- [EU AI Act Compliance Guide](https://councilof.ai)

## ๐Ÿ›ก๏ธ 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 โ†’](mailto:nicholas@meok.ai?subject=Compliance%20diagnostic)**

## ๐Ÿข 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 โ†’](https://councilof.ai/payg) | [Contact Sales โ†’](mailto:sales@meok.ai)

## ๐Ÿค Part of the MEOK Ecosystem

This server is part of the **[MEOK AI Labs](https://meok.ai)** ecosystem โ€” 26 PyPI packages ยท ~16,300 monthly installs.

| Domain | Purpose |
|--------|---------|
| [councilof.ai](https://councilof.ai) | EU AI Act compliance marketplace |
| [safetyof.ai](https://safetyof.ai) | AI safety & monitoring |
| [meok.ai](https://meok.ai) | Sovereign AI platform |
| [cobolbridge.ai](https://cobolbridge.ai) | Legacy modernization |

## ๐Ÿ“œ License

MIT ยฉ [CSOAI-ORG](https://github.com/CSOAI-ORG)

---

<p align="center">
  <sub>Built with ๐Ÿ’œ by <a href="https://meok.ai">MEOK AI Labs</a> ยท UK Companies House 16939677</sub>
</p>


## Configuration

Add to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:

```json
{
  "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_bom` to โ€ฆ"
- "Use `audit_ai_bom_completeness` to โ€ฆ"
- "Use `map_to_regulation` to โ€ฆ"

TDQS

A4.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: auditing an existing BOM, generating a new BOM, mapping to regulations, and listing required fields. There is no ambiguity in their roles.

Naming Consistency3/5

Three tools follow a verb_noun pattern (audit_ai_bom_completeness, generate_ai_bom, map_to_regulation) but 'required_fields' is a noun phrase and not imperative, breaking the pattern. Also, 'map_to_regulation' includes a preposition while others do not.

Tool Count5/5

4 tools is well-scoped for an AI BOM server, covering generation, auditing, regulatory mapping, and field reference. Not overloaded or insufficient.

Completeness4/5

Covers the core lifecycle: generate, audit, and map to regulations. A minor gap is the lack of a tool for updating or converting between BOM formats, but the format parameter in generate_ai_bom partially addresses this.

Maintenance

ActivityMaintained
ResponsivenessNo issues