---
name: "xpay-mta-guide-elevator-and-escalator-status"
description: "Get current and upcoming elevator and escalator outages at subway stations, including ADA accessibility impact and estimated return to service"
version: "1.0.0"
price: "$0.01/call"
provider: "MTA Guide"
---

# Elevator And Escalator Status

Get current and upcoming elevator and escalator outages at subway stations, including ADA accessibility impact and estimated return to service

**Provider:** MTA Guide
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to get current and upcoming elevator and escalator outages at subway stations, including ada accessibility impact and estimated return to service. This is part of the MTA Guide provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 7+ others):

```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"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("mta-guide/elevator_and_escalator_status")`
2. **`xpay_run`** — Execute: `xpay_run("mta-guide/elevator_and_escalator_status", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `station` | string | No | Filter by station name (supports partial matching) |
| `equipment_type` | string | No | Filter by equipment type (default: all) |
| `ada_only` | boolean | No | Show only ADA-accessible equipment (default: false) |
| `outage_type` | string | No | Filter by outage timing (default: current) |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [MTA Guide (all tools)](https://xpay.tools/skills/mta-guide/SKILL.md) — 8 tools
- [Find Station](https://xpay.tools/skills/mta-guide/find-station/SKILL.md) — $0.01/call
- [Next Trains](https://xpay.tools/skills/mta-guide/next-trains/SKILL.md) — $0.01/call
- [Service Status](https://xpay.tools/skills/mta-guide/service-status/SKILL.md) — $0.01/call
- [Subway Alerts](https://xpay.tools/skills/mta-guide/subway-alerts/SKILL.md) — $0.01/call
- [Station Transfers](https://xpay.tools/skills/mta-guide/station-transfers/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/mta-guide/elevator-and-escalator-status/
- Provider: https://xpay.tools/mta-guide/
- All tools: https://xpay.tools/explore
