UK Taxi PHV Regulatory Decision Layer
Server Details
England taxi/PHV licensing preflight and cross-authority comparison MCP for AI agents.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Average 3.7/5 across 5 of 5 tools scored. Lowest: 2.9/5.
Each tool has a clearly distinct role: discovery, metadata, evidence health, single-authority preflight, and cross-authority comparison. There is minimal overlap between paid decision tools and free supporting tools.
Names are readable and domain-relevant, but they mix verb-led names like compare_licensing_requirements and list_supported_authorities with noun-led names like licensing_source_status and taxi_phv_info. There is also minor inconsistency between 'licence' and 'licensing'.
Five tools is a well-scoped set for a focused regulatory decision layer. Each tool covers a necessary function without redundancy or bloat.
The tool surface covers the full decision workflow: discovery, service metadata, evidence health checks, single-authority preflight, and cross-authority comparison. No obvious dead ends or missing core operations are apparent for the stated purpose.
Available Tools
5 toolscompare_licensing_requirementsBInspect
x402 paid cross-authority licensing comparison. Each authority is freshness-gated independently; payment verification precedes execution and unsupported candidates are withheld.
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It adds meaningful non-obvious behaviors: independent freshness gating per authority, payment verification before execution, and withholding of unsupported candidates. This goes well beyond a generic 'compares' statement, though failure modes and side effects are not covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two dense sentences with no filler, and the main purpose is front-loaded. However, 'x402' is unexplained jargon, and the second sentence packs in multiple behaviors without elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a paid, multi-authority comparison tool with no annotations and no output schema, so the description must do substantial work. It omits payload structure, output/return semantics, and what 'licensed' actually means in the comparison. The behavioral notes are useful but not sufficient for safe invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema is an opaque payload object with additionalProperties true and 0% description coverage. The description mentions 'candidates' but never explains what the payload must contain, how authorities are selected, or how candidates are represented. An agent cannot reliably construct a valid call from this description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action and scope: 'cross-authority licensing comparison.' This is clear enough to distinguish it from siblings like list_supported_authorities, though it does not explicitly name or differentiate from any sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'paid cross-authority licensing comparison' implies the tool is for comparing licensing requirements across multiple authorities, and it mentions freshness gating. However, it gives no explicit when/when-not guidance or alternatives among the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
licensing_source_statusAInspect
Free evidence-health tool. Check official-source fingerprints, freshness gaps, known conflicts, and review state globally or for one authority before relying on a decision.
| Name | Required | Description | Default |
|---|---|---|---|
| authority | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description must carry the full burden. It uses the verb 'Check' which conventionally implies a read operation, but never explicitly says read-only, nor does it disclose authentication needs, rate limits, or what happens when the tool is invoked. The phrase 'Free evidence-health tool' adds no behavioral clarity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core action. The leading 'Free evidence-health tool' phrase is somewhat vague and not strictly necessary, but it does not waste significant space.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description names several return dimensions (fingerprints, freshness gaps, conflicts, review state) which is helpful, but it lacks specifics on return format, authority value formats, and potential errors. For a one-optional-parameter tool this is adequate but not complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It does by mapping the single `authority` parameter to 'globally or for one authority', clearly indicating that a null/empty value means global and a value means a specific authority. It stops short of explaining valid authority identifiers or how to obtain them.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a concrete resource (official-source fingerprints, freshness gaps, known conflicts, review state) with a clear verb ('Check') and scope ('globally or for one authority'). It is distinct from sibling tools like compare_licensing_requirements or list_supported_authorities because it addresses source health status rather than comparative requirements or supported authorities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Before relying on a decision' gives a clear use context, and 'globally or for one authority' defines the applicable scope. However, it does not explicitly state when not to use this tool or name alternatives, so it stops short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_supported_authoritiesAInspect
Free discovery tool. List licensing authorities currently supported by the deterministic taxi/PHV rule bundle. Use before requesting a paid decision.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It communicates that this is a read-only, no-cost discovery operation ('Free discovery tool') and that the result reflects the current state ('currently supported'). For a zero-parameter list tool, this is sufficient behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences, front-loaded with the most important signal ('Free discovery tool'), followed by the resource and usage instruction. Every sentence earns its place and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter listing tool, the description adequately tells the agent what it returns, when to use it, and that it is free. No output schema exists, but the return value is self-explanatory from the tool name and description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no per-parameter meaning for the description to add. The baseline of 4 applies, and no compensation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('List') and a precise resource ('licensing authorities currently supported by the deterministic taxi/PHV rule bundle'). The 'Free discovery tool' framing and the unique resource distinguish it from sibling tools like compare_licensing_requirements and taxi_licence_preflight.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives explicit placement guidance: 'Use before requesting a paid decision.' This tells an agent when to call it, though it does not explicitly name alternative tools or describe when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
taxi_licence_preflightCInspect
x402 paid preflight for one supported authority. Payment verification occurs before deterministic business execution. If official evidence is stale, inaccessible, changed, or conflicted, the affected rule fails closed.
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden and it does reveal meaningful behavior: payment verification happens before deterministic business execution, and the tool fails closed on stale, inaccessible, changed, or conflicted evidence. This is substantial behavioral context beyond the tool name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler. The purpose, execution ordering, and fail-closed behavior are each given one sentence. It is concise, though a bit dense and could benefit from clearer signposting.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description explains high-level business behavior but omits operational essentials: how to construct the payload, what response is returned, how payment is actually triggered/charged, and what 'preflight' means in terms of outputs. For a tool involving payment and an unconstrained schema, this is incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the payload is an open object with additionalProperties true. The description never explains what the payload should contain, how the authority is specified, or what fields are required. The only hint, 'one supported authority', is about tool scope, not parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies a specific operation: an 'x402 paid preflight' for a taxi licence scoped to one supported authority. It distinguishes itself from siblings by emphasizing payment and preflight execution, though the first sentence is noun-like rather than a full verb phrase.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to use this tool versus siblings such as list_supported_authorities or compare_licensing_requirements. 'For one supported authority' hints at scope, but the description never states a selection condition or alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
taxi_phv_infoAInspect
Free service metadata: payment mode, decision tools, freshness behavior, and safety boundary. Call this first when integrating the MCP.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the burden of behavioral disclosure. It does convey that this is a metadata/informational tool and hints at safety boundaries and freshness behavior. It stops short of articulating whether the tool is strictly read-only, whether authentication is needed, or what side effects (if any) exist.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no wasteful content. It front-loads the core metadata categories and ends with an actionable directive, making it easy to scan and internalize.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter metadata tool that has an output schema, the description provides sufficient context: it tells the agent when to call it and what subject areas the metadata covers. Since the output schema exists, the description does not need to restate return value details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema is empty, so there are zero parameters to document. According to the baseline for zero-parameter tools, the description does not need to add parameter semantics. The mention of metadata categories relates to the output, not the inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a provider of service metadata, enumerating payment mode, decision tools, freshness behavior, and safety boundary. It also marks it as the first integration step, which clarifies its role. It does not explicitly contrast itself with sibling tools, so it falls short of full differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit trigger: 'Call this first when integrating the MCP.' This is clear context for when the tool should be used. However, it does not mention when not to use it or directly name alternate tools such as compare_licensing_requirements or taxi_licence_preflight.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.
UK area & property intelligence for AI agents: reports, EPC, comparables, with source provenance.
UK case law MCP (21 tools). Free API key: casenode.ai/api/signup → Dashboard → API keys.
Building permit requirements MCP for contractors and AI agents across 7 Canadian municipalities.
Related MCP Servers
- AlicenseAqualityBmaintenanceUK planning application data for AI agents. Search, look up, and geo-query every UK planning application from Claude, Cursor, or any MCP client — conversationally.452MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for UK AI Bill 2026 compliance, implementing a 5-principles framework (Safety, Transparency, Fairness, Accountability, Contestability) to help audit and classify AI systems.MIT
- AlicenseBqualityCmaintenanceMCP server for grounded analysis of synthetic electric-taxi operations data, exposing tools for aggregated metrics, charging risk, and policy retrieval.3MIT

oro-intel-mcpofficial
AlicenseNot gradedqualityBmaintenanceUK public procurement data for AI agents. Tenders, contracts, buyer and supplier profiles over MCP and REST. 250 free credits.MIT