KMB Bus Hong Kong
Free foreverkennyckk · Analytics
1.5k installs
KMB Bus Hong Kong connects your AI agents directly to live arrival and route data for the Kowloon Motor Bus (KMB) network and Long Win Bus, the two operators that carry the majority of Hong Kong's daily bus commuters. Rather than scraping timetables or polling a public API on your own, this MCP server exposes structured, queryable endpoints for bus ETAs, stop sequences, route variants, and service coverage — the kind of real-time bus arrival information developers and transit-focused teams need to build responsive, accurate applications.
On BusinessMCP, this KMB and Long Win Bus data source is hosted alongside the rest of your company's tools, databases, and revenue systems behind one unified MCP endpoint at /api/mcp, authenticated with a single Bearer mcph_* key. That means any AI agent — Claude, GPT, Gemini, or an internal assistant — can pull Hong Kong bus arrival times in the same conversation where it's querying a customer database, checking ad spend, or reading analytics, without juggling separate credentials or standing up a bespoke integration for public transit data. It's a practical fit for teams building Hong Kong-specific travel assistants, logistics dispatch tools, or smart-city research projects who don't want transit data siloed in its own stack.
Typical use of this MCP server centers on real-time bus ETA lookups by stop or route, route and stop discovery (searching KMB or Long Win services by number, origin, or destination), and inspecting route variants such as inbound/outbound direction or special/holiday services. Because arrival data changes minute to minute, the server is designed for frequent, lightweight polling patterns rather than bulk historical queries — pairing well with a caching layer like Redis or Upstash if you're serving high-traffic public-facing apps, or with a lightweight database such as SQLite if you want to log and analyze arrival patterns over time within your BI dashboard.
Since the underlying data is public transit information rather than personal data, this connector is inherently cookieless and GDPR-friendly, which keeps it simple to combine with other services in your BusinessMCP workspace without adding privacy overhead. Teams often pair it with a mapping MCP server to translate bus stop coordinates into addresses or walking directions, or with a fetch/HTTP MCP server for supplementary web lookups, all surfaced through the same hosted endpoint and monitored from the same business-intelligence dashboard. Whether you're prototyping a Hong Kong commuter chatbot, adding transit context to a logistics agent, or just want an AI assistant that can answer 'when's the next KMB bus' accurately, this server gives you a ready-made, model-agnostic path to real-time Hong Kong bus and Long Win Bus data without maintaining your own integration.
Just say it in a thread
No configs, no docs. Once connected, these are the kinds of messages your agents act on.
"Fetch real-time estimated arrival times for a given kmb or long win bus stop and route — and give me the highlights."
"Search kmb and long win bus routes by route number, origin, or destination for me, then post a summary in the thread."
"List all stops along a specific route in sequence, including coordinates and flag anything that needs my approval."
What teams use it for
- Build a Hong Kong commuter chatbot that answers live 'next bus' and ETA questions for KMB or Long Win routes
- Add real-time bus arrival context to a logistics or delivery-dispatch AI agent operating in Hong Kong
- Power a travel-planning assistant that combines bus route/stop data with mapping and itinerary tools
- Feed historical arrival queries into a BI dashboard to analyze route reliability or peak-time patterns
- Support smart-city or urban-research projects that need structured access to Hong Kong bus network data
Agent-callable tools
get_bus_eta
Fetch real-time estimated arrival times for a given KMB or Long Win Bus stop and route.
search_routes
Search KMB and Long Win Bus routes by route number, origin, or destination.
get_route_stops
List all stops along a specific route in sequence, including coordinates.
get_stop_info
Retrieve details for a specific bus stop, including name, location, and routes served.
get_route_variants
Return inbound, outbound, and special service variants for a given route.
list_nearby_stops
Find bus stops near a given latitude/longitude for location-aware queries.
Your data stays yours
Credentials live in your vault. We route requests — we never store, log, or train on your data.
Works with every AI
Connect once — portable across Claude, GPT, Gemini, and every local agent you run.
Pairs well with
Best Analytics MCP serversGoogle Maps
anthropic
Google Maps Platform integration. Geocoding, directions, places search, and distance matrix calculations.
Fetch
anthropic
Web content fetching with robots.txt compliance. Retrieve and convert web pages to markdown for AI consumption.
Redis
modelcontextprotocol
Redis database integration for caching, pub/sub, and key-value operations through MCP.
Upstash
upstash
Serverless Redis and Kafka integration. Manage key-value data, message queues, and real-time data streams.
SQLite
anthropic
SQLite database operations including querying, analysis, and schema inspection. Perfect for local data management.
Frequently asked questions
What data can I query through the KMB Bus Hong Kong MCP server?
It provides real-time bus arrival estimates (ETAs), route search, stop listings, and route variant details for KMB and Long Win Bus services across Hong Kong.
Can I combine this with other MCP servers on BusinessMCP?
Yes — since it runs through the same unified /api/mcp endpoint, you can pair it with a mapping server for stop-to-address translation or a caching/database server for storing frequent ETA lookups, all under one Bearer key.
Is this suitable for high-traffic, public-facing apps?
It's built for lightweight, frequent polling of live arrival data; for high-traffic use we recommend pairing it with a caching layer like Redis or Upstash within your BusinessMCP workspace.
Keep exploring
Give your AI team the KMB Bus Hong Kong skill
Free forever plan, no credit card. Connected and working in under five minutes.
Connect KMB Bus Hong Kong free