You're viewing a demo portfolio

Join the waitlist
PRSM

mbta_stops

Active

Tool of Mbta

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mbta

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

2/7 registries
View full server →
mbta_stops — Mbta — PRSM MCP