mbta_routes
ActiveTool of Mbta
List MBTA routes for the Boston subway T, commuter rail, bus, and ferry — route ids, names, and the destination each direction heads toward. type: 0-1 subway/light rail (Red, Orange, Blue, Green, Mattapan), 2 commuter rail, 3 bus (includes Silver Line), 4 ferry. Default returns subway + commuter rail + ferry; pass type 3 for buses. Example: mbta_routes({ type: "2" })
Parameters schema
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Route type filter, comma-separable: \"0,1\" subway, \"2\" commuter rail, \"3\" bus, \"4\" ferry (default \"0,1,2,4\")"
},
"_apiKey": {
"type": "string",
"description": "Optional: free MBTA v3 API key from api-v3.mbta.com for higher rate limits"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mbta
https://github.com/pipeworx-io/mcp-mbta
2/7 registries