Skip to content
Back to search
100
MCP live http

SubwayInfo NYC

subwayinfo

Real-time NYC subway information. Check train status, view service alerts, and get station-level arrival times.

Uptime
100.0%
3 probes
Response
455ms
last probe
Tools
25
callable

Tools · 25

mta_get_arrivals

Get upcoming train arrivals at a station. Accepts station ID or name (e.g., "127", "Times Square", "14th Street").

mta_get_line_status

Get current service status for a subway line

mta_list_alerts

List active service alerts across the subway system. By default only shows currently active alerts.

mta_search_stations

Search for stations by name or line

mta_get_station_info

Get detailed information about a specific station. Accepts station ID or name.

mta_plan_trip

Get route suggestions between two stations. Accepts station IDs or names.

mta_get_planned_work

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.

bus_list_alerts

Get active bus service alerts. Optionally filter by route or severity.

bus_get_arrivals

Get upcoming bus arrivals at a stop. Accepts stop ID or name (e.g., "402940", "5 Av/W 42 St").

bus_get_route_info

Get detailed information about a bus route including type, boroughs served, and description.

bus_search_stops

Search bus stops by name, route, or borough. Use this to find stop IDs for bus_get_arrivals.

ferry_get_arrivals

Get upcoming ferry arrivals at a landing. Accepts landing ID or name (e.g., "PIER11", "Wall Street", "DUMBO").

ferry_list_alerts

Get active ferry service alerts. Optionally filter by route.

ferry_search_landings

Search ferry landings by name, route, or borough. Use this to find landing IDs for ferry_get_arrivals.

ferry_get_routes

List all NYC Ferry routes with their landings. Optionally get details for a specific route.

bike_get_station_status

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").

bike_search_stations

Search for Citibike stations by name, borough, or availability. Returns station availability and capacity.

bike_get_availability_summary

Get an overview of Citibike availability by borough. Shows total bikes, docks, and station availability.

rail_get_departures

Get upcoming LIRR or Metro-North departures at a station. Accepts station ID or name (e.g., "PENN", "Grand Central").

rail_list_alerts

Get active LIRR and Metro-North service alerts. Optionally filter by system, branch, or severity.

rail_search_stations

Search LIRR and Metro-North stations by name, system, or branch. Use this to find station IDs for rail_get_departures.

rail_get_station_info

Get detailed information about a LIRR or Metro-North station including accessibility, platforms, parking, and zone.

transit_ask

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

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

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

SubwayInfo NYC live
Real-time NYC transit data for subway, bus, ferry, commuter rail, and Citi Bike. Get live arrivals, service alerts, trip planning, and stati
25 tools · http
italy-transfers live
Real-time train, bus, ferry and private transfer prices between 40+ Italian cities. Find the cheapest transport options and best travel days
4 tools · http
ai.autonomad/travel live
AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.
8 tools · streamable-http
io.github.Fabsbags/swisstrip-mcp live
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
6 tools · streamable-http
Lumify Sports Intelligence live
Real-time sports schedules, live scores, odds, betting splits, and AI bet intelligence.
16 tools · streamable-http
ai.gondola/gondola live
Book hotels and rental cars, triple stacking loyalty points, credit card points, and Gondola Cash.
34 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "subwayinfo_nyc": {
      "url": "https://subwayinfo.nyc/mcp",
      "transport": "http"
    }
  }
}