Skip to content

Commit 0d7244f

Browse files
committed
Add UK Taxi PHV Regulatory Decision Layer
Signed-off-by: ChanghuLiu <launchcircle.server@gmail.com>
1 parent f6f24d2 commit 0d7244f

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.uk-taxi-phv-regulatory-decision-layer",
4+
"name": "UK Taxi PHV Regulatory Decision Layer",
5+
"description": "Deterministic UK taxi and private-hire regulatory preflight decisions for licensing and compliance workflows.",
6+
"schema_version": "2.1",
7+
"categories": ["security"],
8+
"tags": ["uk", "taxi", "phv", "compliance", "licensing"],
9+
"transport": {
10+
"type": "http",
11+
"url": "https://uk-taxi-phv-mcp-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+
"homepage": "https://uk-taxi-phv-mcp-production.up.railway.app/mcp",
22+
"documentation": "https://uk-taxi-phv-mcp-production.up.railway.app/openapi.json"
23+
},
24+
"platforms": ["all"],
25+
"capabilities": {
26+
"tools": true,
27+
"resources": false,
28+
"prompts": false,
29+
"read_only_mode": true
30+
}
31+
}

0 commit comments

Comments
 (0)