Open Court Data UK

MCP Server
Service Online

Model Context Protocol (MCP) Dashboard

Structured, production-grade API endpoints delivering UK legislation, civil listings, criminal listings, solicitors, and barristers registry details straight into your local AI workspace isolates.

Interactive Sandbox

Result Stream Output
Configure the dynamic input parameters above and run the query.

Client Configurations

  • Open the **Settings** panel in Cursor or Windsurf.
  • Navigate to **Features** -> **MCP**.
  • Click **+ Add New MCP Server**.
  • Configure the server connection details:
    • **Name**: opencourtdata
    • **Type**: Select SSE
    • **URL**: https://mcp.opencourtdata.uk/sse
  • Click **Save**. The editor connects to the event-stream and registers the tools.
  • Open your local Claude Desktop config file:
    %APPDATA%\Claude\claude_desktop_config.json
  • Insert the opencourtdata entry under the mcpServers key:
{
  "mcpServers": {
    "opencourtdata": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/client-cli",
        "https://mcp.opencourtdata.uk/sse"
      ]
    }
  }
}
  • **Restart Claude Desktop** to reload configurations. The tool hammer icon will appear in chat sessions.