Metadata-Version: 2.4
Name: meok-uk-fhi-mcp
Version: 1.0.0
Summary: MCP server wrapping the UK aquaculture regulatory stack — CEFAS Fish Health Inspectorate AW1 APB authorisation, APHA fish movement docs + IPAFFS imports, Environment Agency Site/Supplier/EPR discharge/Abstraction permits, AAHR 2009 listed-disease notifications. From MEOK AI Labs.
Project-URL: Homepage, https://meok.ai/aquaculture
Project-URL: Repository, https://github.com/CSOAI-ORG/meok-uk-fhi-mcp
Project-URL: Pricing, https://meok.ai/pricing
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 Nicholas Templeman / MEOK AI Labs (CSOAI LTD, UK Companies House 16939677)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
License-File: LICENSE
Keywords: apha,aquaculture,cefas,environment-agency,fhi,mcp,meok,uk-fish-farm
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

<div align="center">

# MEOK UK FHI MCP

**The UK aquaculture regulatory stack — CEFAS + APHA + Environment Agency, in one MCP**

[![PyPI](https://img.shields.io/pypi/v/meok-uk-fhi-mcp)](https://pypi.org/project/meok-uk-fhi-mcp/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![MEOK AI Labs](https://img.shields.io/badge/MEOK_AI_Labs-MCP_Server-purple)](https://meok.ai)

</div>

## Why this exists

Every UK fish farm in England and Wales needs:
- A CEFAS-issued Aquaculture Production Business authorisation (Form AW1)
- Environment Agency Site Permit (Keeping and Introduction of Fish Regs 2015) for any stocking
- Environment Agency Bespoke EPR discharge permit for >5 t/yr production
- Environment Agency Abstraction Licence if drawing >20 m³/day
- APHA movement docs for every live transfer
- IPAFFS pre-notifications for any imports
- Notifications within 24 hours for KHV / ISA / IHN / VHS / SVC and other AAHR 2009 listed diseases

Today this is tracked on spreadsheets, in inboxes, and by retained consultants at £800-£2,500/yr per site. This MCP turns the whole stack into a single programmable surface.

## Tools

| Tool | Description |
|------|-------------|
| `list_permits` | List permits relevant to a species / activity (production, stocking, import, discharge, abstraction, movement). |
| `generate_aw1` | Pre-fill CEFAS Form AW1 — Aquaculture Production Business authorisation. Validates required fields. |
| `discharge_consent_check` | Test BOD / NH3-N / suspended-solids readings against EA EPR consent limits per receiving-water type. Returns monthly-return template. |
| `movement_document` | Issue an APHA-shaped fish movement document with auditable fingerprint and 3-year retention rule. |
| `ipaffs_check` | Pre-flight IPAFFS CHED-A pre-notification check for live-aquatic imports. |
| `disease_notification_check` | Determine notification window and mandatory actions for AAHR 2009 listed diseases (KHV, ISA, IHN, VHS, SVC, BKD, IPN, EHN, GS, OsHV-1). |
| `compliance_calendar` | Build a 12-month forward calendar of discharge returns, OWI audits, abstraction-renewal warnings, IPAFFS reviews. |
| `list_diseases` | Enumerate the UK listed-disease register. |

## Installation

```bash
pip install meok-uk-fhi-mcp
```

## Usage with Claude Desktop

```json
{
  "mcpServers": {
    "meok-uk-fhi": {
      "command": "python",
      "args": ["-m", "meok_uk_fhi_mcp.server"]
    }
  }
}
```

## Pricing

| Tier | Price | What you get |
|------|-------|--------------|
| Free | £0 | 30 calls/hour. Lookup tools only. |
| Pro | £79/mo | Unlimited. Full AW1 / IPAFFS / movement-doc generation + compliance calendar + signed audit fingerprints. |
| Enterprise | Custom | Pro + multi-site dashboard + auto-submission webhooks. |

[Sign up at meok.ai/pricing](https://meok.ai/pricing)

## License

MIT © MEOK AI Labs

<!-- meok-moat-footer-v1 -->
---

## Pairs with MEOK Aquaculture Suite

- **meok-rspca-aquaculture-mcp** (£499/mo) — RSPCA Assured trout (2025.07) + salmon (2024.05) welfare moat.
- **meok-asc-rspca-crosswalk-mcp** (£999/mo flagship) — Single audit pack satisfies ASC + RSPCA + GlobalG.A.P. IFA Aquaculture v6.
- **meok-soil-assoc-organic-aqua-mcp** (£499/mo) — Soil Association GB Aquaculture 2026 + WOAH Sec 7.
- **meok-aquaponics-monitor-mcp** (£29/£79/mo) — Atlas Scientific / Whitebox Tentacle / Seneye / GHL ProfiLux / Bluelab unified sensor schema.
- **meok-laia-aquatic-mcp** (£29/mo) — England Animal Activities Licensing for ornamental + koi retailers.

→ Full catalogue: [meok.ai/aquaculture](https://meok.ai/aquaculture)
→ MEOK AI Labs: [meok.ai](https://meok.ai)
