forked from anthropics/claude-for-legal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
49 lines (49 loc) · 1.77 KB
/
.mcp.json
File metadata and controls
49 lines (49 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"mcpServers": {
"uk-legal": {
"type": "http",
"url": "https://uk-legal-mcp.fly.dev/mcp",
"title": "UK Legal",
"description": "UK case law (TNA Find Case Law), legislation (legislation.gov.uk), Hansard, Bills, Parliamentary Votes, Committees, HMRC guidance, and OSCOLA citation parsing."
},
"bailii": {
"type": "stdio",
"command": "bailii-mcp",
"title": "BAILII",
"description": "British and Irish Legal Information Institute — full-text case law search and judgment retrieval. Must run locally (BAILII blocks cloud IPs)."
},
"govuk": {
"type": "http",
"url": "https://govuk-mcp.fly.dev/mcp",
"title": "GOV.UK",
"description": "GOV.UK content, guidance, organisations, and postcode-to-local-authority lookup."
},
"uk-due-diligence": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp",
"title": "UK Due Diligence",
"description": "Companies House, Charity Commission, HMLR Land Registry, The Gazette (insolvency notices), and HMRC VAT register."
},
"whatdotheyknow": {
"type": "http",
"url": "https://whatdotheyknow-mcp.fly.dev/mcp",
"title": "WhatDoTheyKnow",
"description": "WhatDoTheyKnow FOI request data — search and read public Freedom of Information requests and responses."
},
"property": {
"type": "http",
"url": "https://property-shared.fly.dev/mcp",
"title": "UK Property",
"description": "UK property data — comparable sales, EPC certificates, rental yields, SDLT calculations, planning search, and property report generation."
}
},
"recommendedCategories": [
"legal-research",
"legislation",
"case-law",
"foi",
"documents",
"hris",
"email"
]
}