mbta_stops
ActiveTool of Mbta
List the stops and stations on an MBTA route — Boston subway T lines, commuter rail lines, bus routes, ferries. Returns stop id, name, municipality, and wheelchair accessibility, in route order. Example: mbta_stops({ route: "Red" }) or mbta_stops({ route: "CR-Worcester" })
Parameters schema
{
"type": "object",
"required": [
"route"
],
"properties": {
"route": {
"type": "string",
"description": "Route id from mbta_routes, e.g. \"Red\", \"Green-D\", \"CR-Providence\", \"66\""
},
"_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