{"name": "UK Case Law", "description": "Search and retrieve UK case law from The National Archives", "type": "local", "ownerBucInfo": "{\"empId\":\"IFLOW\"}", "source": "IFLOW", "downloadsCount": 0, "favoriteCount": 0, "isEndpointPublic": 0, "repositoryUrl": "https://github.com/georgejeffers/uk-case-law-mcp-server", "serverConfig": "{\"mcpServers\":{\"uk-case-law\":{\"command\":\"npx\",\"args\":[\"-y\",\"@iflow-mcp/georgejeffers-uk-case-law-mcp\"],\"values\":{}}}}", "transports": "stdio", "languages": "nodejs", "overview": "### 项目地址\n- 仓库：https://github.com/georgejeffers/uk-case-law-mcp-server\n\n#### 工具列表\n- [uklaw_search]：搜索英国案例法\n- [uklaw_get_case]：获取特定案例的完整文本\n\n#### 传输协议\n- stdio\n\n### 注意事项\n- [使用注意事项1]：API有频率限制（每5分钟1000次请求）\n- [使用注意事项2]：无需鉴权\n- [使用注意事项3]：仅支持2003年以后的案例", "content": "### 工具使用说明\n\n#### uklaw_search\n**描述**：搜索英国案例法\n\n**参数说明**：\n\n| 参数名 | 类型 | 是否必填 | 说明 |\n| ------ | ---- | -------- | ---- |\n| query | string | 必填 | 搜索关键词 |\n| legal_area | string | 选填 | 法律领域 |\n| court | string | 选填 | 法院 |\n| year_from | number | 选填 | 起始年份 |\n| year_to | number | 选填 | 结束年份 |\n| limit | number | 选填 | 结果数量 |\n| page | number | 选填 | 页码 |\n\n请求示例:\n```json\n{\"query\":\"patent obviousness\",\"legal_area\":\"intellectual_property\",\"limit\":10}\n```\n\n**响应**：返回搜索结果列表，包含案例引文、标题、法院、日期和摘要\n\n#### uklaw_get_case\n**描述**：获取特定案例的完整文本\n\n**参数说明**：\n\n| 参数名 | 类型 | 是否必填 | 说明 |\n| ------ | ---- | -------- | ---- |\n| citation | string | 必填 | 案例引文或URI |\n| paragraphs | string | 选填 | 段落范围 |\n| include_metadata | boolean | 选填 | 是否包含元数据 |\n\n请求示例:\n```json\n{\"citation\":\"[2024] UKSC 1\",\"include_metadata\":true}\n```\n\n**响应**：返回案例完整文本，包含编号段落", "version": "v1", "isBetaVersion": true, "locality": "CN", "protocolVersion": "2024-11-05", "forbidExternalModel": false, "securityRisk": "PENDING", "isPublic": 0, "sourceCategory": "third-party", "category": "research-data", "examples": ""}