stl-transit

tyleryancey/stl-transit
★ 0 stars Python Code/Dev Tools Updated today
GTFS and GTFS-Realtime developer tooling for a Light Phone 3 St. Louis transit tool. CLI + MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stl-transit": {
      "command": "uvx",
      "args": [
        "stl-transit"
      ]
    }
  }
}

Or install with pip: pip install stl-transit

README Excerpt

Developer tooling for the Light Phone 3 St. Louis transit tool: GTFS and GTFS-Realtime inspection, golden-fixture generation for the Kotlin test gate, and feed surveillance. **Never ships in the APK.** This is build-time tooling and Light never vets it. The shipped tool is a separate Kotlin repo, and unlike this one it cannot use

Tools (1)

stl_gtfs_query