An MCP server providing real-time GTFS data for Chicago's Metra commuter rail system. Supplies live train positions, arrival predictions, service alerts, and full schedule data for all 11 Metra lines through standard MCP tools that AI assistants like Claude can call.
Add this server to any MCP-compatible client (Claude Desktop, Claude.ai integrations, Claude Code, etc).
https://metra.remote-mcp.dev/mcp
https://metra.remote-mcp.dev/sse
{
"mcpServers": {
"metra": {
"command": "npx",
"args": ["mcp-remote", "https://metra.remote-mcp.dev/mcp"]
}
}
}
claude mcp add --transport http metra https://metra.remote-mcp.dev/mcp
In Claude.ai, open the integrations menu and add a custom remote MCP server pointing to
https://metra.remote-mcp.dev/mcp.
Ten tools for querying live Metra data and schedules.
Open the Metra Copilot for an interactive chat interface that lets you query the server in natural language. Ask things like:
Live GTFS realtime feeds are pulled directly from Metra's public API
(gtfspublic.metrarr.com). Static schedule data refreshes daily from
schedules.metrarail.com/gtfs/schedule.zip. The MCP server caches the
schedule and queries the realtime feeds on each tool call.