From d18a97532e2dc5744bd288d0beb1db64bf292868 Mon Sep 17 00:00:00 2001 From: liuchanghu2018 <122949289+ChanghuLiu@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:27:05 -0400 Subject: [PATCH 1/4] Add England Works Watch Signed-off-by: ChanghuLiu --- servers/community.england-works-watch.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 servers/community.england-works-watch.json diff --git a/servers/community.england-works-watch.json b/servers/community.england-works-watch.json new file mode 100644 index 0000000..e00f3e0 --- /dev/null +++ b/servers/community.england-works-watch.json @@ -0,0 +1,32 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.england-works-watch", + "name": "England Works Watch", + "description": "Deterministic UK Skilled Worker sponsor-duty change-impact decisions with evidence-linked regulatory guidance.", + "schema_version": "2.1", + "categories": ["security"], + "tags": ["uk", "compliance", "regulatory", "sponsor", "immigration"], + "transport": { + "type": "http", + "url": "https://england-works-watch-production.up.railway.app/mcp", + "metadata": {"inputs": []} + }, + "auth": {"type": "none"}, + "contributor": { + "name": "ChanghuLiu", + "github": "ChanghuLiu", + "url": "https://github.com/ChanghuLiu" + }, + "links": { + "repository": "https://github.com/ChanghuLiu/england-works-watch", + "homepage": "https://england-works-watch-production.up.railway.app/mcp", + "documentation": "https://england-works-watch-production.up.railway.app/openapi.json" + }, + "platforms": ["all"], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From f6f24d28011a6e4b7e6f52b00ba6dd91cc1793fc Mon Sep 17 00:00:00 2001 From: liuchanghu2018 <122949289+ChanghuLiu@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:27:15 -0400 Subject: [PATCH 2/4] Add CQC Provider Regulatory Decision Layer Signed-off-by: ChanghuLiu --- ...qc-provider-regulatory-decision-layer.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 servers/community.cqc-provider-regulatory-decision-layer.json diff --git a/servers/community.cqc-provider-regulatory-decision-layer.json b/servers/community.cqc-provider-regulatory-decision-layer.json new file mode 100644 index 0000000..a35bc68 --- /dev/null +++ b/servers/community.cqc-provider-regulatory-decision-layer.json @@ -0,0 +1,31 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.cqc-provider-regulatory-decision-layer", + "name": "CQC Provider Regulatory Decision Layer", + "description": "Deterministic England CQC provider regulatory preflight decisions for registration scope and statutory notifications.", + "schema_version": "2.1", + "categories": ["security"], + "tags": ["uk", "cqc", "compliance", "regulatory", "healthcare"], + "transport": { + "type": "http", + "url": "https://cqc-provider-mcp-production.up.railway.app/mcp", + "metadata": {"inputs": []} + }, + "auth": {"type": "none"}, + "contributor": { + "name": "ChanghuLiu", + "github": "ChanghuLiu", + "url": "https://github.com/ChanghuLiu" + }, + "links": { + "homepage": "https://cqc-provider-mcp-production.up.railway.app/mcp", + "documentation": "https://cqc-provider-mcp-production.up.railway.app/openapi.json" + }, + "platforms": ["all"], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From 0d7244f9eb47b7676291c77e440d2eba4a3e1d88 Mon Sep 17 00:00:00 2001 From: liuchanghu2018 <122949289+ChanghuLiu@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:27:22 -0400 Subject: [PATCH 3/4] Add UK Taxi PHV Regulatory Decision Layer Signed-off-by: ChanghuLiu --- ...uk-taxi-phv-regulatory-decision-layer.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 servers/community.uk-taxi-phv-regulatory-decision-layer.json diff --git a/servers/community.uk-taxi-phv-regulatory-decision-layer.json b/servers/community.uk-taxi-phv-regulatory-decision-layer.json new file mode 100644 index 0000000..be618d0 --- /dev/null +++ b/servers/community.uk-taxi-phv-regulatory-decision-layer.json @@ -0,0 +1,31 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.uk-taxi-phv-regulatory-decision-layer", + "name": "UK Taxi PHV Regulatory Decision Layer", + "description": "Deterministic UK taxi and private-hire regulatory preflight decisions for licensing and compliance workflows.", + "schema_version": "2.1", + "categories": ["security"], + "tags": ["uk", "taxi", "phv", "compliance", "licensing"], + "transport": { + "type": "http", + "url": "https://uk-taxi-phv-mcp-production.up.railway.app/mcp", + "metadata": {"inputs": []} + }, + "auth": {"type": "none"}, + "contributor": { + "name": "ChanghuLiu", + "github": "ChanghuLiu", + "url": "https://github.com/ChanghuLiu" + }, + "links": { + "homepage": "https://uk-taxi-phv-mcp-production.up.railway.app/mcp", + "documentation": "https://uk-taxi-phv-mcp-production.up.railway.app/openapi.json" + }, + "platforms": ["all"], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +} From f608fbd61e9c688450b66ccf0ae8b36a834f06ba Mon Sep 17 00:00:00 2001 From: liuchanghu2018 <122949289+ChanghuLiu@users.noreply.github.com> Date: Fri, 11 Sep 2026 19:27:31 -0400 Subject: [PATCH 4/4] Add UK Premises Licence Preflight Signed-off-by: ChanghuLiu --- ...mmunity.uk-premises-licence-preflight.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 servers/community.uk-premises-licence-preflight.json diff --git a/servers/community.uk-premises-licence-preflight.json b/servers/community.uk-premises-licence-preflight.json new file mode 100644 index 0000000..1d547d0 --- /dev/null +++ b/servers/community.uk-premises-licence-preflight.json @@ -0,0 +1,31 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "community.uk-premises-licence-preflight", + "name": "UK Premises Licence Preflight", + "description": "Deterministic England premises-licensing preflight decisions for regulated licensing and compliance workflows.", + "schema_version": "2.1", + "categories": ["security"], + "tags": ["uk", "premises", "licensing", "compliance", "regulatory"], + "transport": { + "type": "http", + "url": "https://uk-premises-licence-mcp-production.up.railway.app/mcp", + "metadata": {"inputs": []} + }, + "auth": {"type": "none"}, + "contributor": { + "name": "ChanghuLiu", + "github": "ChanghuLiu", + "url": "https://github.com/ChanghuLiu" + }, + "links": { + "homepage": "https://uk-premises-licence-mcp-production.up.railway.app/mcp", + "documentation": "https://uk-premises-licence-mcp-production.up.railway.app/openapi.json" + }, + "platforms": ["all"], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +}