원클릭으로
gov-travel
US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
SEC filings, company news, federal contracts, and company profiles. 4 tools for competitive intelligence.
SAM.gov contract opportunities, USAspending awards, and entity lookup. 3 tools for government contracting.
Search US court opinions, dockets, and judges. 3 tools for federal court records research.
EPA air quality data and HUD foreclosure listings. 2 tools for environmental and housing intelligence.
SEC EDGAR filings, BLS employment stats, and USDA crop prices. 3 tools for federal financial intelligence.
| name | gov-travel |
| description | US visa wait times, border crossing delays, and FAA airport status. 3 tools for travel intelligence. |
| homepage | https://github.com/martc03/gov-mcp-servers |
| metadata | {"clawdbot":{"emoji":"✈️","requires":{"bins":["mcporter"]}}} |
Real-time visa wait times, border crossing delays, and FAA airport status.
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"
}
}
}
travel_get_visa_wait_timesGet 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_timesGet 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_delaysGet 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)
All data from free US government APIs. Zero cost. No API keys required.