GalwayBus
A Kotlin Multiplatform sample project that displays Galway bus information with map visualization, built with Jetpack Compose for Android and SwiftUI for iOS/macOS. Serves primarily as a KMP learning reference with a bundled MCP server.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Community/specialized tool. Apply standard security practices for category. Review documentation for specific security requirements.
⚡ Reliability
Best When
You need a reference implementation of Kotlin Multiplatform with MCP server integration, or specifically need Galway bus data.
Avoid When
You need production-grade transit data, support for cities other than Galway, or a robust MCP server for general-purpose use.
Use Cases
- • Learning Kotlin Multiplatform development patterns with real-world data
- • Reference implementation for cross-platform mobile architecture with shared code
- • Querying Galway bus stop and route information via MCP server
Not For
- • Production transit applications outside Galway, Ireland
- • General-purpose public transit data aggregation
- • Enterprise mobile app development (this is a sample/demo project)
Interface
Authentication
Requires a GOOGLE_API_KEY environment variable for maps functionality. No auth for the MCP server itself.
Pricing
MIT licensed. Google Maps API usage may incur costs depending on volume.
Agent Metadata
Known Gotchas
- ⚠ MCP server is a secondary feature in a sample/demo project
- ⚠ Limited to Galway bus data only
- ⚠ Sparse documentation on MCP server capabilities and API surface
- ⚠ Google API key required for maps functionality
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for GalwayBus.
Scores are editorial opinions as of 2026-03-06.