septa_next_to_arrive
ActiveTool of Septa
Next SEPTA Regional Rail trains from an origin station to a destination station in Philly — direct trains and connecting itineraries (with transfer station), departure/arrival times, and live delay status. Answers "when is the next train from X to Y" in Philadelphia. Example: septa_next_to_arrive({ orig: "Suburban Station", dest: "Airport Terminal B", n: 3 })
Parameters schema
{
"type": "object",
"required": [
"orig",
"dest"
],
"properties": {
"n": {
"type": "number",
"description": "How many upcoming trains to return (default 3, max 10)"
},
"dest": {
"type": "string",
"description": "Destination Regional Rail station, e.g. \"Airport Terminal B\", \"Ardmore\" (fuzzy-matched)"
},
"orig": {
"type": "string",
"description": "Origin Regional Rail station, e.g. \"Suburban Station\", \"Fox Chase\" (fuzzy-matched)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Septa
https://github.com/pipeworx-io/mcp-septa
2/7 registries