UK Taxi / PHV
Kiểm tra trước cấp phép taxi và xe hợp đồng tư nhân liên kết bằng chứng và so sánh cơ quan quản lý cho Anh.
Xem trên railway.appDùng thử MCP nàyĐược tài trợ
Tài liệu
UK Taxi / PHV Regulatory Decision Layer
Evidence-linked licensing preflight and cross-authority comparison for AI agents and workflow automation in England.
Endpoint
https://uk-taxi-phv-mcp-production.up.railway.app/mcp
Tools
Free: taxi_phv_info, list_supported_authorities, licensing_source_status.
x402 paid: taxi_licence_preflight ($0.02 USDC), compare_licensing_requirements ($0.05 USDC).
Recommended workflow
- Call
taxi_phv_infofor pricing and service metadata. - Call
list_supported_authoritiesbefore paying for a decision. - Use
licensing_source_statuswhen evidence freshness matters. - Call
taxi_licence_preflightfor one authority orcompare_licensing_requirementsfor several.
Example: single-authority preflight
{
"payload": {
"authority": "City of Bradford Metropolitan District Council",
"age": 30,
"driving_licence_years": 4,
"has_pass_plus_certificate": true
}
}
Example: compare authorities
{
"payload": {
"authorities": [
"City of Bradford Metropolitan District Council",
"Cambridge City Council"
],
"applicant": {
"age": 30,
"driving_licence_years": 4,
"has_pass_plus_certificate": true
}
}
}
Evidence safety
Decisions are verified only when declared official-source dependencies have usable current evidence. Source failures and conflicts fail closed per affected rule.
Preflight information only; not licensing-authority approval or legal advice.
Version 1.0.1 · health
Why pay?
- Pay $0.02 for a deterministic applicant or fleet blocker check for one authority, including missing facts and the next evidence-gated action before submission or onboarding.
- Pay $0.05 for a cross-authority trade-off comparison before choosing where to license.
How x402 works
- Call the paid tool to receive an x402 challenge.
- Sign the authorization buyer-side; never send a private key or seed phrase.
- Retry the same call with payment metadata.
- Receive a verified decision or confirmation-required result after payment verification and evidence checks.