fsa-food-safety-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| list_regulations_in_dbA | List all regulations in the local EUR-Lex FTS5 database. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
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.
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'.
Seven tools provide a well-scoped set for food safety regulation without being excessive or insufficient. Each tool serves a clear regulatory function.
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.