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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gtfs-realtime-transi": {
"command": "go",
"args": [
"run",
"github.com/devon1910/GTFS-Realtime-Transit-MCP-Server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gtfs-realtime-transi go run github.com/devon1910/GTFS-Realtime-Transit-MCP-Server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gtfs-realtime-transi": {
"command": "go",
"args": [
"run",
"github.com/devon1910/GTFS-Realtime-Transit-MCP-Server@latest"
]
}
}
}
📋 Copy