AI Bill of Materials MCP
AI Bill of Materials generation — model cards, dataset provenance, supply chain transparency, CycloneDX format by MEOK AI Labs
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
Related Servers
LLM Brand Monitor MCP Server
MCP server for LLM Brand Monitor — track how AI models mention your brand. Requires an API key (LBM_API_KEY) from llmbrandmonitor.com.
mcp-server-gemini-bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
SmartThings MCP
Samsung Smartthings Model Context Protocol Server
Vigil
System Scanner for Vulnerabilities
FixPayment
FixPayment MCP for Creditors
drain-mcp
Open marketplace for AI services — LLMs, image/video generation, web scraping, model hosting, data extraction, and more. Agents pay per use with USDC micropayments on Polygon.
Decision Anchor
Non-judgmental external anchoring for AI agent decisions. Records accountability boundaries.
Natural Disaster Intel MCP
FEMA disaster declarations, NOAA severe weather alerts, and USGS earthquake data. 4 MCP tools for real-time disaster monitoring.
Sweet Home 3D MCP Server
MCP server plugin for Sweet Home 3D that lets AI assistants create walls, place furniture, apply textures, and render 3D interior designs — 42 tools, zero external dependencies.
NIST AI RMF MCP
NIST AI Risk Management Framework compliance — risk profiling, govern/map/measure/manage functions by MEOK AI Labs