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
- **Name**:
- 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
opencourtdataentry under themcpServerskey:
{
"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.