Open Data

UK Court Finder MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Find UK courts and tribunals by location, name, or area of law. Get court addresses, contact details, opening hours, facilities, and areas of law served.

2 tools
Agent guide included
No auth required
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for UK Court Finder — workflow patterns, data models, and gotchas for your AI agent.

UK Court Finder

Find courts and tribunals in England and Wales via the MOJ Court Finder API. No authentication required.

Data Model

  • Court — A court or tribunal building with name, location, type, and services.
  • Area of Law — Legal area a court handles (e.g. 'Money claims', 'Housing possession', 'Divorce').
  • Type — Court type (e.g. 'County Court', 'Crown Court', 'Magistrates Court', 'Tribunal').

Key Fields (search results)

  • name — Full court name
  • slug — URL-safe identifier (use with court_get)
  • lat, lon — Geographic coordinates
  • types — List of court types
  • areas_of_law — Legal areas handled
  • addresses — Physical addresses with postcode
  • distance — Distance from search location (if postcode search)

Key Fields (court detail)

  • emails — Contact email addresses by department
  • contacts — Phone numbers
  • opening_times — Opening hours
  • facilities — Available facilities (parking, disabled access, etc.)
  • areas_of_law — Full list of legal areas
  • dx_number — Document Exchange number

Gotchas

  • Search endpoint uses q parameter (not search).
  • Results are JSON arrays, not wrapped in an object.
  • Court detail uses slug from search results: /courts/{slug}.json.
  • Some courts have displayed: false — these are administrative offices, not public courts.

Tools in this Server (2)

Court Get

Get full details of a UK court or tribunal by slug. Returns name, addresses, email contacts, phone numbers, opening hours, facilities, areas of law, D...

Court Search

Search for UK courts and tribunals by location, postcode, or name. Returns court names, types, addresses, areas of law, coordinates, and slugs for get...

Frequently Asked Questions

What is the UK Court Finder MCP server?

Find UK courts and tribunals by location, name, or area of law. Get court addresses, contact details, opening hours, facilities, and areas of law served. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect UK Court Finder to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/uk-court-finder. Authentication is handled automatically.

How many tools does UK Court Finder provide?

UK Court Finder provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does UK Court Finder require?

UK Court Finder uses open data APIs — no authentication required.

Setup Instructions

Connect UK Court Finder to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/uk-court-finder

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with UK Court Finder?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

UK Court Finder MCP Server & Skill — 2 Tools