---
name: "xpay-mta-guide"
description: "NYC subway and transit real-time arrivals and service status"
version: "1.0.0"
provider: "MTA Guide"
tools: 8
---

# MTA Guide

NYC subway and transit real-time arrivals and service status

## MTA Guide

NYC subway and transit real-time arrivals and service status

### Available Tools (8)

- **find_station**: Search for subway stations by name with fuzzy matching and relevance scoring — $0.01/call
- **next_trains**: Real-time train arrivals with delay predictions, crowding levels, and service alerts — $0.01/call
- **service_status**: Comprehensive service status with performance metrics, on-time rates, and system-wide health indicators — $0.01/call
- **subway_alerts**: Detailed service alerts with impact analysis, affected stations, and estimated resolution times — $0.01/call
- **station_transfers**: Find all train line transfer options at a specific subway station — $0.01/call
- **nearest_station**: Find closest subway stations by distance with accessibility info and real-time service status — $0.01/call
- **service_disruptions**: Get comprehensive service disruption information with impact analysis, alternative routes, and estimated resolution times — $0.01/call
- **elevator_and_escalator_status**: Get current and upcoming elevator and escalator outages at subway stations, including ADA accessibility impact and estimated return to service — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "mta-guide": {
      "url": "https://mta-guide.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 8
**Category:** Maps & Transit

## When to Use

Use MTA Guide tools when you need to nyc subway and transit real-time arrivals and service status. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Find Station** — Search for subway stations by name with fuzzy matching and relevance scoring — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/find-station/SKILL.md)
- **Next Trains** — Real-time train arrivals with delay predictions, crowding levels, and service alerts — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/next-trains/SKILL.md)
- **Service Status** — Comprehensive service status with performance metrics, on-time rates, and system-wide health indicators — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/service-status/SKILL.md)
- **Subway Alerts** — Detailed service alerts with impact analysis, affected stations, and estimated resolution times — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/subway-alerts/SKILL.md)
- **Station Transfers** — Find all train line transfer options at a specific subway station — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/station-transfers/SKILL.md)
- **Nearest Station** — Find closest subway stations by distance with accessibility info and real-time service status — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/nearest-station/SKILL.md)
- **Service Disruptions** — Get comprehensive service disruption information with impact analysis, alternative routes, and estimated resolution times — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/service-disruptions/SKILL.md)
- **Elevator And Escalator Status** — Get current and upcoming elevator and escalator outages at subway stations, including ADA accessibility impact and estimated return to service — $0.01/call — [SKILL.md](https://xpay.tools/skills/mta-guide/elevator-and-escalator-status/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("mta-guide")`
2. **`xpay_details`** — Get input schema: `xpay_details("mta-guide/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("mta-guide/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/mta-guide/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
