/install gov-travel
Immigration & Travel Intel
Real-time visa wait times, border crossing delays, and FAA airport status.
Setup
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):
{
"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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gov-travel - 安装完成后,直接呼叫该 Skill 的名称或使用
/gov-travel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gov Travel 是什么?
US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 Gov Travel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-travel」即可一键安装,无需额外配置。
Gov Travel 是免费的吗?
是的,Gov Travel 完全免费(开源免费),可自由下载、安装和使用。
Gov Travel 支持哪些平台?
Gov Travel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gov Travel?
由 Martin(@martc03)开发并维护,当前版本 v1.0.0。