Skip to content

Commit d18a975

Browse files
committed
Add England Works Watch
Signed-off-by: ChanghuLiu <launchcircle.server@gmail.com>
1 parent 40ad751 commit d18a975

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.england-works-watch",
4+
"name": "England Works Watch",
5+
"description": "Deterministic UK Skilled Worker sponsor-duty change-impact decisions with evidence-linked regulatory guidance.",
6+
"schema_version": "2.1",
7+
"categories": ["security"],
8+
"tags": ["uk", "compliance", "regulatory", "sponsor", "immigration"],
9+
"transport": {
10+
"type": "http",
11+
"url": "https://england-works-watch-production.up.railway.app/mcp",
12+
"metadata": {"inputs": []}
13+
},
14+
"auth": {"type": "none"},
15+
"contributor": {
16+
"name": "ChanghuLiu",
17+
"github": "ChanghuLiu",
18+
"url": "https://github.com/ChanghuLiu"
19+
},
20+
"links": {
21+
"repository": "https://github.com/ChanghuLiu/england-works-watch",
22+
"homepage": "https://england-works-watch-production.up.railway.app/mcp",
23+
"documentation": "https://england-works-watch-production.up.railway.app/openapi.json"
24+
},
25+
"platforms": ["all"],
26+
"capabilities": {
27+
"tools": true,
28+
"resources": false,
29+
"prompts": false,
30+
"read_only_mode": true
31+
}
32+
}

0 commit comments

Comments
 (0)