Tool Skill
Nearest Station
nearest_stationFind closest subway stations by distance with accessibility info and real-time service status
$0.01/call
Flat rate
MTA Guide
When to Use
Use this tool when you need to find closest subway stations by distance with accessibility info and real-time service status. This is part of the MTA Guide provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 7+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
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:
xpay_details— Get full input schema:xpay_details("mta-guide/nearest_station")xpay_run— Execute:xpay_run("mta-guide/nearest_station", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accessible_only | boolean | No | Return only wheelchair accessible stations |
limit | number | No | Maximum number of stations to return |
location | string | No | Address, landmark, or neighborhood |
lon | number | No | Longitude coordinate |
radius | number | No | Search radius in meters |
service_filter | array | No | Only return stations served by specific lines |
lat | number | No | Latitude coordinate |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- MTA Guide (all tools) — 8 tools
- Find Station — $0.01/call
- Next Trains — $0.01/call
- Service Status — $0.01/call
- Subway Alerts — $0.01/call
- Station Transfers — $0.01/call
Links
- Tool page: https://xpay.tools/mta-guide/nearest-station/
- Provider: https://xpay.tools/mta-guide/
- All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("mta-guide/nearest_station")// 2. Execute
xpay_run("mta-guide/nearest_station", { ...inputs })Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accessible_only | boolean | No | Return only wheelchair accessible stations |
limit | number | No | Maximum number of stations to return |
location | string | No | Address, landmark, or neighborhood |
lon | number | No | Longitude coordinate |
radius | number | No | Search radius in meters |
service_filter | array | No | Only return stations served by specific lines |
lat | number | No | Latitude coordinate |
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/mta-guide/nearest-station/SKILL.md
CLI
npx @xpaysh/cli install mta-guide/nearest-station
Manual
curl -o SKILL.md https://xpay.tools/skills/mta-guide/nearest-station/SKILL.md
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
MTA Guide

