Wheels Router
БесплатноНе проверенAn MCP server for Hong Kong public transit routing that enables location search and trip planning with MTR, bus, ferry, and walking directions.
Описание
An MCP server for Hong Kong public transit routing that enables location search and trip planning with MTR, bus, ferry, and walking directions.
README
Built with MatthewDailey/mcp-starter
A Model Context Protocol server for Hong Kong public transit routing. Provides tools to search locations and plan trips using the Wheels Router API.
Features
- Location Search: Find places in Hong Kong using OpenStreetMap Nominatim
- Trip Planning: Get public transit routes with MTR, bus, ferry, and walking directions
Installation
With npm
npm install -g wheels-router-mcp
Claude Desktop
Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"wheels-router": {
"command": "wheels-router-mcp"
}
}
}
OpenCode
Add to your OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wheels-router": {
"type": "local",
"command": ["npx", "-y", "wheels-router-mcp"],
"enabled": true
}
}
}
From Source
- Clone and build:
git clone https://github.com/wheelstransit/wheels-router-mcp
cd wheels-router-mcp
npm install
npm run build
- Add to your preferred tool's config:
Claude Desktop:
{
"mcpServers": {
"wheels-router": {
"command": "node",
"args": ["/absolute/path/to/wheels-router-mcp/dist/index.cjs"]
}
}
}
OpenCode:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wheels-router": {
"type": "local",
"command": ["node", "/absolute/path/to/wheels-router-mcp/dist/index.cjs"],
"enabled": true
}
}
}
- Restart your application
Available Tools
search_location
Search for places in Hong Kong.
Parameters:
query(string, required): Place name (e.g., "Yau Tong MTR Exit A2")limit(number, optional): Max results (1-10, default: 5)
Example:
Find "Tsim Sha Tsui"
plan_trip
Plan a public transit trip in Hong Kong.
Parameters:
origin(string, required): Starting point aslat,lonorstop:IDdestination(string, required): Destination aslat,lonorstop:IDdepart_at(string, optional): ISO 8601 departure timearrive_by(string, optional): ISO 8601 arrival deadlinemodes(string, optional): Comma-separated modes (e.g.,mtr,bus,ferry)max_results(number, optional): Max route plans (1-5)
Example:
Plan a trip from 22.3193,114.2644 to 22.2783,114.1747
Development
Run with Inspector for testing:
npm run dev
This starts both the file watcher and MCP Inspector.
License
See LICENSE
Установка Wheels Router
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wheelstransit/wheels-router-mcpFAQ
Wheels Router MCP бесплатный?
Да, Wheels Router MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Wheels Router?
Нет, Wheels Router работает без API-ключей и переменных окружения.
Wheels Router — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Wheels Router в Claude Desktop, Claude Code или Cursor?
Открой Wheels Router на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Wheels Router with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
