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.
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:
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 READMEuklaw_searchSearch UK case law with optional filters for query, legal area, court, date range, and pagination
uklaw_get_caseRetrieve full case text by citation or document URI with optional paragraph range and metadata
Comparable tools
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 startClaude 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
Last updated · Auto-generated from public README + GitHub signals.