septa_rail_arrivals
ActiveTool of Septa
Philadelphia SEPTA Regional Rail departures board for a station — the next trains leaving, grouped Northbound/Southbound with train number, line, destination, scheduled vs estimated departure time, live status ("On Time" or minutes late), and track. Station names are matched forgivingly ("30th street", "ardmore", "suburban" all work). Example: septa_rail_arrivals({ station: "Suburban Station", results: 8 })
Parameters schema
{
"type": "object",
"required": [
"station"
],
"properties": {
"results": {
"type": "number",
"description": "Departures to return per direction (default 8, max 30)"
},
"station": {
"type": "string",
"description": "Regional Rail station name, e.g. \"Suburban Station\", \"Gray 30th Street\" (accepts \"30th Street\"), \"Temple University\", \"Ardmore\", \"Airport Terminal B\". Partial names are fuzzy-matched to the official station list."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Septa
https://github.com/pipeworx-io/mcp-septa
2/7 registries