Skip to main content
Glama
CSOAI-ORG

fsa-food-safety-mcp

README.md
<!-- mcp-name: io.github.CSOAI-ORG/fsa-food-safety-mcp -->
[![MCP Scorecard: 88/100](https://img.shields.io/badge/proofof.ai-88%2F100-5b21b6)](https://proofof.ai/scorecard/fsa-food-safety-mcp.html)

# Fsa Food Safety 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/fsa_food_safety_mcp/)

> UK FSA + EU Reg 178/2002 + HACCP food safety compliance MCP

UK FSA + EU Reg 178/2002 + HACCP food safety compliance MCP. MIT

---

## ๐Ÿš€ Quick Start

```bash
# Install via pip
pip install fsa_food_safety_mcp

# Or install via Smithery
npx -y @smithery/cli@latest install fsa-food-safety-mcp --client claude
```

## โœจ Features

- Real-time AI safety monitoring
- Byzantine fault-tolerant consensus
- EU AI Act compliance tracking
- Incident alert system
- Multi-agent governance

## ๐Ÿ“– Documentation

- [Full Documentation](https://docs.meok.ai/fsa-food-safety-mcp)
- [API Reference](https://api.meok.ai)
- [EU AI Act Compliance Guide](https://councilof.ai/compliance)

## ๐Ÿ›ก๏ธ 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 โ†’](https://cal.com/csoai/august-audit)**

## ๐Ÿข Enterprise

Need custom development, SLA guarantees, or white-label deployment?

- **Pro:** $99/mo โ€” Full MCP suite + EU AI Act tracking
- **Enterprise:** $499/mo โ€” Custom dev + SLA + Dedicated support

[View Pricing โ†’](https://councilof.ai/pricing) | [Contact Sales โ†’](mailto:sales@csoai.org)

## ๐Ÿค Part of the MEOK Ecosystem

This server is part of the **[MEOK AI Labs](https://meok.ai)** ecosystem โ€” 300+ MCP servers for sovereign AI governance.

| 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": {
    "fsa-food-safety-mcp": {
      "command": "uvx",
      "args": ["fsa-food-safety-mcp"]
    }
  }
}
```

Or: `pip install fsa-food-safety-mcp` then run the `fsa-food-safety-mcp` command (stdio transport).

## Examples

Once configured, ask your assistant, for example:
- "Use `classify_food_business` to โ€ฆ"
- "Use `haccp_audit` to โ€ฆ"
- "Use `allergen_labelling_check` to โ€ฆ"

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect of food safety regulation: allergen labeling, business classification, HACCP, recall procedures, regulation search, traceability, and database listing. There is no overlap in purpose.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern (check, classify, audit, list, search, etc.) with snake_case. Minor deviations include 'list_regulations_in_db' (less action-oriented) and British spelling in 'labelling'.

Tool Count5/5

Seven tools provide a well-scoped set for food safety regulation without being excessive or insufficient. Each tool serves a clear regulatory function.

Completeness4/5

The set covers major food safety areas (allergens, HACCP, recall, traceability, regulations search). Missing areas like enforcement or inspection are minor gaps that agents can work around.

Maintenance

ActivityInactive
ResponsivenessNo issues