MCP Hub
Back to servers

uk-farm-planning

UK farm planning — crop rotation, gross margins, tax rules, APR, tenancy law

Registry
Updated
Apr 3, 2026

UK Farm Planning MCP

CI GHCR License: Apache-2.0

UK farm business planning data via the Model Context Protocol. Crop rotation guidance, gross margins, agricultural tax rules, APR for inheritance tax, tenancy law (AHA 1986 vs ATA 1995), diversification permitted development, and break-even calculations -- all from your AI assistant.

Part of Ansvar Open Agriculture.

Why This Exists

UK farm businesses need quick access to rotation planning data, gross margin benchmarks, tax rules (Making Tax Digital, farmers averaging, APR), tenancy law comparisons, and diversification planning rules. This information is spread across AHDB publications, HMRC manuals, and legislation. This MCP server makes it all searchable from any AI assistant.

Quick Start

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uk-farm-planning": {
      "command": "npx",
      "args": ["-y", "@ansvar/uk-farm-planning-mcp"]
    }
  }
}

Claude Code

claude mcp add uk-farm-planning npx @ansvar/uk-farm-planning-mcp

Streamable HTTP (remote)

https://mcp.ansvar.eu/uk-farm-planning/mcp

Docker (self-hosted)

docker run -p 3000:3000 ghcr.io/ansvar-systems/uk-farm-planning-mcp:latest

npm (stdio)

npx @ansvar/uk-farm-planning-mcp

Example Queries

Ask your AI assistant:

  • "What should I grow after oilseed rape?"
  • "What's the gross margin for winter wheat this year?"
  • "Explain the APR rules for a farmhouse"
  • "Compare AHA 1986 succession rights vs ATA 1995"
  • "Can I convert my barn to dwellings under permitted development?"
  • "What are the Making Tax Digital deadlines for farmers?"
  • "Is my dairy enterprise profitable at benchmark costs?"

Stats

MetricValue
Tools11 (3 meta + 8 domain)
JurisdictionGB
Data sourcesAHDB Farmbench, HMRC, AHA 1986, ATA 1995, GPDO 2015
License (data)Open Government Licence v3 / Crown Copyright
License (code)Apache-2.0
Transportstdio + Streamable HTTP

Tools

ToolDescription
aboutServer metadata and links
list_sourcesData sources with freshness info
check_data_freshnessStaleness status and refresh command
search_farm_planningFTS5 search across all farm planning data
get_rotation_guidanceCrop rotation suitability, disease breaks, blackgrass risk
get_gross_marginsEnterprise gross margins with quartile benchmarks
get_tax_rulesAgricultural tax rules (MTD, averaging, allowances, VAT)
get_apr_guidanceAgricultural Property Relief for IHT (100%/50%, occupation tests)
get_tenancy_rulesAHA 1986 vs ATA 1995 tenancy rules
get_diversification_guidancePermitted development (Class Q/R/S), planning requirements
calculate_break_evenBreak-even analysis using gross margin benchmarks

See TOOLS.md for full parameter documentation.

Security Scanning

This repository runs 6 security checks on every push:

  • CodeQL -- static analysis for JavaScript/TypeScript
  • Gitleaks -- secret detection across full history
  • Dependency review -- via Dependabot
  • Container scanning -- via GHCR build pipeline

See SECURITY.md for reporting policy.

Disclaimer

This tool provides reference data for informational purposes only. It is not professional agricultural, tax, or legal advice. Tax rules change frequently -- always verify with HMRC or a qualified agricultural accountant. Tenancy disputes should involve a specialist agricultural solicitor. See DISCLAIMER.md.

Contributing

Issues and pull requests welcome. For security vulnerabilities, email security@ansvar.eu (do not open a public issue).

License

Apache-2.0. Data sourced under Open Government Licence v3 and Crown Copyright.

Reviews

No reviews yet

Sign in to write a review