You're viewing a demo portfolio

Join the waitlist
PRSM

septa_next_to_arrive

Active

Tool of Septa

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Septa

https://github.com/pipeworx-io/mcp-septa

2/7 registries
View full server →
septa_next_to_arrive — Septa — PRSM MCP