# Where's my train? MTA Guide

Real-time NYC subway stations, arrivals, service alerts, and route planning.

## Quick Start

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

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

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

# Call a tool
npx -y smithery 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` — Search for subway stations by name with fuzzy matching and relevance scoring
- `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 by distance with 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 tool get sasabasara/where_is_my_train_mcp <tool-name>
```

## Resources

- `subway://lines` — NYC Subway Lines Reference
- `subway://major-stations` — Major NYC Subway Transfer Stations

## Prompts (3)

- `check_train_arrivals` (station) — Check upcoming train arrivals at a station
- `check_service_alerts` (line) — Check current subway service alerts
- `check_elevator_status` (station) — Check elevator and escalator status at a station

---

License: MIT
