MCP Catalogs
Home

uk-case-law-mcp-server

by georgejeffers·23·Score 42

UK case law MCP server using The National Archives API to search, retrieve, and cite UK legal judgments.

ai-llmknowledge-graphdeveloper-tools
8
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides tools for accessing UK legal judgments from 2003 onwards through The National Archives API. It offers comprehensive search capabilities with filtering by court, legal area, and date range, plus full text retrieval with proper citation. The server respects API rate limits and provides pagination support for accessing extensive results.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Legal research to find relevant case law on specific legal topics
you:Analysis of court decisions across different jurisdictions in the UK
you:Retrieving full text of landmark judgments for detailed examination
you:What courts are covered by this server?
you:Is commercial use allowed?

When to choose this

Choose this server when you need access to UK legal judgments for legal research, case analysis, or academic purposes with proper citation formatting.

When NOT to choose this

Avoid for commercial use as it's restricted to non-commercial purposes only under PolyForm Noncommercial License.

Tools this server exposes

2 tools extracted from the README
  • uklaw_search

    Search UK case law with optional filters for query, legal area, court, date range, and pagination

  • uklaw_get_case

    Retrieve full case text by citation or document URI with optional paragraph range and metadata

Comparable tools

uk-legislation-mcpopenlegalcases-apijustcite-apilawtel-api

Installation

Installation

Prerequisites

  • Bun runtime

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"]
    }
  }
}

FAQ

What courts are covered by this server?
The server covers UK Supreme Court, Court of Appeal, High Courts, and various tribunals from 2003 onwards.
Is commercial use allowed?
No, this project is licensed under PolyForm Noncommercial License 1.0.0 and is for personal, educational, and non-commercial purposes only.

Compare uk-case-law-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.