MCP server intelligence profile

wheels-router-mcp Server

An MCP server for Hong Kong public transit routing that enables location search and trip planning with MTR, bus, ferry, and walking directions

Local OnlyOfficial distributionwheelstransit
Verified cleanNpm · 0.5.0

Our scanner tested version 0.5.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install wheels-router-mcp from npm

Version 0.5.0 declares 1 executable entrypoint.

npm install --save-exact wheels-router-mcp@0.5.0
npx -y -p wheels-router-mcp@0.5.0 wheels-router-mcp
MCP client configuration example
{
  "mcpServers": {
    "wheels-router-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "wheels-router-mcp@0.5.0",
        "wheels-router-mcp"
      ]
    }
  }
}

Identity

Canonical slugwheels-router-mcp-5ffdb5aaDeploymentLocal Only
Canonical packagenpm:wheels-router-mcpRepositorywheelstransit/wheels-router-mcp
First publishedLatest release
Last security verificationAug 21, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmwheels-router-mcp0.5.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmwheels-router-mcp0.5.0CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-256d33a54ea4ddf0beb4bbc5b299821879f27afe7697f03ee86a2c0d91c2f70679e
Scannermcp-proof-engine 0.1.0Scan completedAug 21, 2026
Security rating19 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "wheels-router-mcp"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
317Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
wheels-router-mcpServer-reported name
1Capability groups
Aug 21, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
hello_toolHello tool
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the person to greet"
    }
  },
  "required": [
    "name"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
plan_tripPlan a transit trip. Uses Wheels Router for Hong Kong and Transitous for other regions. IMPORTANT: fares_min/fares_max are fare ranges, NOT interchange discounts. Interchange discounts (轉乘優惠) only apply when FareDiscountRules are explicitly present in the API response, and IT ONLY APPLIES TO CERTAIN ROUTES.
Input schema
{
  "type": "object",
  "properties": {
    "origin": {
      "type": "string",
      "minLength": 3,
      "description": "Required. Starting point as 'lat,lon' or 'stop:ID'. Use coordinates or stop IDs only."
    },
    "destination": {
      "type": "string",
      "minLength": 3,
      "description": "Required. Destination as 'lat,lon' or 'stop:ID'. Use coordinates or stop IDs only."
    },
    "depart_at": {
      "type": "string",
      "format": "date-time",
      "description": "Optional ISO 8601 departure time (UTC preferred)."
    },
    "arrive_by": {
      "type": "string",
      "format": "date-time",
      "description": "Optional ISO 8601 arrival deadline (UTC preferred)."
    },
    "modes": {
      "type": "string",
      "description": "Optional comma-separated modes (e.g. 'mtr,bus,ferry'). Only set if needed."
    },
    "max_results": {
      "type": "integer",
      "minimum": 1,
      "maximum": 5,
      "description": "Optional cap on returned plans (1-5). Defaults to API behavior."
    }
  },
  "required": [
    "origin",
    "destination"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
search_locationSearch locations via Nominatim (use for origin/destination lookup).
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 2,
      "description": "Free-text place search. Example: 'Yau Tong MTR Exit A2' or 'Tokyo Station'."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 10,
      "default": 5,
      "description": "How many results to return (1-10)."
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

wheels-router-mcp Server questions

How do I install wheels-router-mcp Server?

Install the selected package version with: npm install --save-exact wheels-router-mcp@0.5.0

What tools does wheels-router-mcp Server provide?

wheels-router-mcp Server exposed 3 tools during independent protocol observation, including hello_tool, plan_trip, search_location.

Is wheels-router-mcp Server secure?

Our scanner tested version 0.5.0 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.