Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nyc-subway-status-com]
url = "https://nyc-subway-status.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nyc-subway-status-com": {
"type": "http",
"url": "https://nyc-subway-status.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nyc-subway-status-com
Remote MCP URL: https://nyc-subway-status.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nyc-subway-status-com": {
"url": "https://nyc-subway-status.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nyc-subway-status-com": {
"type": "http",
"url": "https://nyc-subway-status.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nyc-subway-status-com",
"transport": "streamable-http",
"url": "https://nyc-subway-status.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_subway— Search for subway stations or routes by name.get_arrivals— Get real-time arrival times for a specific route at a specific station.refresh_arrivals— Refresh real-time arrival data.get_station_arrivals— Get real-time arrivals for ALL routes at a station.list_stations— List all NYC subway stations, optionally filtered by route.list_routes— List all NYC subway routes/lines.plan_trip— Plan a trip between two stations.get_alerts— Get active MTA service alerts.