SubwayInfo NYC
ckbk/subwayinfo-nycReal-time NYC transit data for subway, bus, ferry, commuter rail, and Citi Bike. Get live arrivals, service alerts, trip planning, and station info across all MTA services. Zero API key required - just connect and query.
Tools · 25
Get upcoming train arrivals at a station. Accepts station ID or name (e.g., "127", "Times Square", "14th Street").
Get current service status for a subway line
List active service alerts across the subway system. By default only shows currently active alerts.
Search for stations by name or line
Get detailed information about a specific station. Accepts station ID or name.
Get route suggestions between two stations. Accepts station IDs or names.
Get planned service changes, weekend schedules, and construction work. Shows what service changes are active now, coming later today, this weekend, and in the next week.
Get active bus service alerts. Optionally filter by route or severity.
Get upcoming bus arrivals at a stop. Accepts stop ID or name (e.g., "402940", "5 Av/W 42 St").
Get detailed information about a bus route including type, boroughs served, and description.
Search bus stops by name, route, or borough. Use this to find stop IDs for bus_get_arrivals.
Get upcoming ferry arrivals at a landing. Accepts landing ID or name (e.g., "PIER11", "Wall Street", "DUMBO").
Get active ferry service alerts. Optionally filter by route.
Search ferry landings by name, route, or borough. Use this to find landing IDs for ferry_get_arrivals.
List all NYC Ferry routes with their landings. Optionally get details for a specific route.
Get bike and dock availability at a Citibike station. Accepts station ID or name (e.g., "Broadway & W 48 St", "E 40 St & Park Ave").
Search for Citibike stations by name, borough, or availability. Returns station availability and capacity.
Get an overview of Citibike availability by borough. Shows total bikes, docks, and station availability.
Get upcoming LIRR or Metro-North departures at a station. Accepts station ID or name (e.g., "PENN", "Grand Central").
Get active LIRR and Metro-North service alerts. Optionally filter by system, branch, or severity.
Search LIRR and Metro-North stations by name, system, or branch. Use this to find station IDs for rail_get_departures.
Get detailed information about a LIRR or Metro-North station including accessibility, platforms, parking, and zone.
Ask natural language questions about NYC transit (subway, bus, ferry, rail, bike). Examples: "When is the next 1 train at Times Square?", "How do I get to JFK?", "Are there any Citibikes near Grand Ce…
Search NYC subway stations and lines by name, landmark, or line letter/number. Returns result IDs that can be passed to the fetch tool for station details, live arrivals, and line status. Use the mode…
Fetch full details for a search result ID. Supports "station:<id>" (station info plus live arrivals) and "line:<line>" (current service status and alerts). Use the search tool first to discover valid …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"subwayinfo_nyc": {
"url": "https://subwayinfo.nyc/mcp",
"transport": "http"
}
}
}