septa_bus_positions
Pack: septa · Endpoint: https://gateway.pipeworx.io/septa/mcp
Live SEPTA bus and trolley vehicle positions for a route in Philadelphia — each vehicle with direction, destination, next stop, minutes late, estimated seat availability (crowding), and lat/lon. Buses use route numbers (“23”, “47”); trolleys use SEPTA Metro codes T1-T5, G1 (Girard), D1/D2 (Media/Sharon Hill) — legacy trolley numbers like “10” are auto-translated to T1. Example: septa_bus_positions({ route: “23” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
route | string | yes | Bus route number (“23”, “47”, “66”) or trolley code (“T1”-“T5”, “G1”, “D1”, “D2”; legacy trolley numbers 10/34/13/11/36/15/101/102 also accepted) |
Example call
curl -X POST https://gateway.pipeworx.io/septa/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"septa_bus_positions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"septa": {
"url": "https://gateway.pipeworx.io/septa/mcp"
}
}
}
See Getting Started for client-specific install steps.