# Where's my train? MTA Guide

Real-time NYC subway intel at your fingertips: stations, arrivals, service alerts, and route planning.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sasabasara/where_is_my_train_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list sasabasara/where_is_my_train_mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sasabasara/where_is_my_train_mcp find_station

# Call a tool
npx -y @smithery/cli@latest tool call sasabasara/where_is_my_train_mcp find_station '{}'
```

## Direct MCP Connection

Endpoint: `https://where_is_my_train_mcp--sasabasara.run.tools`

## Tools (8)

- `find_station` — Advanced station search with fuzzy matching, accessibility info, and nearby amenities
- `next_trains` — Real-time train arrivals with delay predictions, crowding levels, and service alerts
- `service_status` — Comprehensive service status with performance metrics, on-time rates, and system-wide health indicators
- `subway_alerts` — Detailed service alerts with impact analysis, affected stations, and estimated resolution times
- `station_transfers` — Find all train line transfer options at a specific subway station
- `nearest_station` — Find closest subway stations with walking directions, accessibility info, and real-time service status
- `service_disruptions` — Get comprehensive service disruption information with impact analysis, alternative routes, and estimated resolution tim…
- `elevator_and_escalator_status` — Get current and upcoming elevator and escalator outages at subway stations, including ADA accessibility impact and esti…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get sasabasara/where_is_my_train_mcp <tool-name>
```

## Resources

- `subway://lines`
- `subway://major-stations`

## Prompts (3)

- `check_train_arrivals` (station)
- `check_service_alerts` (line)
- `check_elevator_status` (station)

---

Source: https://github.com/sasabasara/where_is_my_train_mcp | License: MIT
