Skip to main content
Glama
CSOAI-ORG

fsa-food-safety-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
classify_food_businessB

Determine FSA registration tier (low/medium/high risk)

Args: query: Optional query parameter (regulation ref, identifier, or input data). api_key: Optional MEOK API key for Pro+ tier features.

Returns: JSON with structured assessment, regulation refs, and recommended actions.

haccp_auditB

HACCP 7 principles + 12 steps compliance check

Args: query: Optional query parameter (regulation ref, identifier, or input data). api_key: Optional MEOK API key for Pro+ tier features.

Returns: JSON with structured assessment, regulation refs, and recommended actions.

allergen_labelling_checkA

EU Reg 1169/2011 + Natasha's Law allergen disclosure

Args: query: Optional query parameter (regulation ref, identifier, or input data). api_key: Optional MEOK API key for Pro+ tier features.

Returns: JSON with structured assessment, regulation refs, and recommended actions.

traceability_one_up_one_downC

EU Reg 178/2002 Article 18 traceability

Args: query: Optional query parameter (regulation ref, identifier, or input data). api_key: Optional MEOK API key for Pro+ tier features.

Returns: JSON with structured assessment, regulation refs, and recommended actions.

recall_procedure_templateC

Food recall + withdrawal procedure generator

Args: query: Optional query parameter (regulation ref, identifier, or input data). api_key: Optional MEOK API key for Pro+ tier features.

Returns: JSON with structured assessment, regulation refs, and recommended actions.

search_regulationA

Full-text search across 410+ articles of real EU regulation text (EUR-Lex verified).

Args: query: Search terms. FTS5 syntax supported (AND, OR, NEAR, phrase quoting). regulation: Optional filter - one of: eu-ai-act, dora, nis2, cra, csrd, gdpr. limit: Max results (default 10).

Returns: Snippets from matching articles with regulation + article + relevance score. Verbatim from EUR-Lex Cellar — auditor-defensible quotes with >>>match<<< highlights.

list_regulations_in_dbA

List all regulations in the local EUR-Lex FTS5 database.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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