GTFS-Realtime-Transit-MCP-Server

devon1910/GTFS-Realtime-Transit-MCP-Server
★ 0 stars Go 🤖 AI/LLM Updated 5d ago
MCP server exposing Stockholm SL transit as AI agent tools — every response tagged with realtime / cached / stale_fallback / scheduled_fallback so the agent always knows how fresh its data is.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gtfs-realtime-transi": {
      "command": "go",
      "args": [
        "run",
        "github.com/devon1910/GTFS-Realtime-Transit-MCP-Server@latest"
      ]
    }
  }
}