# Gov Travel

> Provides real-time US visa wait times, border crossing delays, and FAA airport status through three MCP tools.

- Skill: `martc03/gov-travel` (Agent Skill)
- Install (CLI): `npx skillmds add martc03/gov-travel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/martc03/gov-travel/raw
- Safety review: CAUTION (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Tags: Airport Delays, Border Wait Times, Cbp, Faa, Mcp, State Department, Visa Wait Times
- Author: martc03 (https://skillmd.com/u/martc03)
- Updated: 2026-08-22
- Page: https://skillmd.com/skills/martc03/gov-travel

---


# Immigration & Travel Intel

Real-time visa wait times, border crossing delays, and FAA airport status.

## Setup

```bash
mcporter add gov-travel --url https://immigration-travel-mcp.apify.actor/mcp --transport streamable-http
```

Or add to your OpenClaw MCP config (`~/.openclaw/mcp.json`):

```json
{
  "servers": {
    "gov-travel": {
      "url": "https://immigration-travel-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}
```

## Available Tools

### `travel_get_visa_wait_times`
Get US visa wait times by embassy city.

```
Show visa wait times for London
What are current visa processing times?
```

Parameters: `city`, `visaCategory`

### `travel_get_border_wait_times`
Get US border crossing wait times from CBP.

```
Show Mexican border wait times
What's the wait at the Canadian border for pedestrians?
```

Parameters: `border` ("Canadian Border" or "Mexican Border"), `portName`, `laneType` ("commercial", "passenger", or "pedestrian")

### `travel_get_airport_delays`
Get FAA airport delays and event information.

```
Any delays at JFK right now?
Show FAA airport status for LAX and SFO
```

Parameters: `airports` (array, e.g. ["JFK","LAX"]), `delayTypes` (array)

## Data Sources

- **State Department** — Visa appointment wait times
- **CBP** — Customs and Border Protection (border wait times)
- **FAA** — Federal Aviation Administration (airport delays)

## Use Cases

- Travel planning and timing
- Border crossing optimization
- Flight delay monitoring
- Immigration processing estimates

All data from free US government APIs. Zero cost. No API keys required.

