1. Conduid
  2. AI
  3. georgejeffers-uk-case-law
MCP server · AI

georgejeffers-uk-case-law

Model Context Protocol (MCP) server for searching UK case law via The National Archives API

Unclaimed ai
39Low

Scored 4 months ago · breakdown

About georgejeffers-uk-case-law

georgejeffers-uk-case-law is an MCP server published by git+georgejeffers in the AI category: model Context Protocol (MCP) server for searching UK case law via The National Archives API. It has been installed 0 times through Conduid.

Install

Install
npx @iflow-mcp/georgejeffers-uk-case-law-mcp
Claude Code
claude mcp add uk-case-law-mcp-server-gitgeorg -- npx -y @iflow-mcp/georgejeffers-uk-case-law-mcp
npx
npx -y @iflow-mcp/georgejeffers-uk-case-law-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about georgejeffers-uk-case-law

Powered by Claude · Grounded in docs

I know everything about georgejeffers-uk-case-law. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

UK Case Law MCP Server

A Model Context Protocol (MCP) server that provides Claude with tools to search and retrieve UK case law from The National Archives.

Features

  • Search UK Case Law: Query across all courts and tribunals (2003+)
  • Retrieve Full Judgments: Get complete case text with numbered paragraphs
  • Filter by Court/Legal Area: Focus on specific jurisdictions or practice areas
  • Pagination Support: Access results beyond the first page
  • Rate Limited: Respects TNA API limits (1,000 requests per 5 minutes)

Tools

uklaw_search

Search UK case law with optional filters:

  • query - Search terms (legal concepts, party names, keywords)
  • legal_area - Filter by area (IP, commercial, employment, etc.)
  • court - Filter by court level (Supreme Court, Court of Appeal, etc.)
  • year_from / year_to - Date range filtering
  • limit - Max results (1-50)
  • page - Pagination

uklaw_get_case

Retrieve full case text:

  • citation - Neutral citation (e.g., [2024] UKSC 1) or document URI
  • paragraphs - Optional range (e.g., 1-50)
  • include_metadata - Include judges, court, date

Supported Courts

Court Level Examples
Supreme Court UKSC
Court of Appeal EWCA Civ, EWCA Crim
High Court EWHC (Ch, QB/KB, Admin, Comm, Patents, IPEC, TCC, Fam)
Tribunals EAT, UKUT (IAC, LC, AAC)

Installation

Prerequisites

Setup

# Clone the repository
git clone https://github.com/georgejeffers/uk-case-law-mcp-server.git
cd uk-case-law-mcp-server

# Install dependencies
bun install

# Run tests
bun test

# Start the server
bun start

Claude Desktop Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "uk-case-law": {
      "command": "bun",
      "args": ["run", "/path/to/uk-case-law-mcp/src/server.ts"]
    }
  }
}

Usage Examples

Once configured, you can ask Claude questions like:

  • "Search for patent obviousness cases in the High Court"
  • "Find recent unfair dismissal tribunal decisions"
  • "Get the full text of [2024] UKSC 1"
  • "What did the Court of Appeal say about breach of fiduciary duty in 2023?"

API

This server uses the TNA Find Case Law API, which:

  • Covers judgments from 2003 onwards
  • Requires no authentication
  • Returns results in Atom/XML format
  • Provides full text in LegalDocML (Akoma Ntoso) format

License

This project is licensed under the PolyForm Noncommercial License 1.0.0.

You may use this software for personal, educational, and non-commercial purposes only. Commercial use requires a separate license.

Contributing

Contributions are welcome for non-commercial purposes. Please open an issue or PR.

Acknowledgments

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About georgejeffers-uk-case-law

How do I install georgejeffers-uk-case-law?

Run npx @iflow-mcp/georgejeffers-uk-case-law-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is georgejeffers-uk-case-law safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is georgejeffers-uk-case-law still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.