Immigration & Travel MCP
US visa bulletin data and CBP border wait times. 3 MCP tools for immigration and travel planning.
Immigration & Travel Intelligence MCP Server
Check US visa appointment wait times, land border crossing delays, and FAA airport status through a single MCP interface. This server provides AI assistants with real-time and near-real-time travel intelligence from three federal agencies, helping travelers, immigration attorneys, and logistics professionals make informed decisions.
Planning an international trip, preparing a visa application timeline, or routing freight across the US-Mexico border? This server delivers the official government data you need, structured for instant AI-powered analysis.
Available Tools
travel_get_visa_wait_times
Get current US visa interview appointment wait times at embassies and consulates worldwide.
| Parameter | Type | Required | Description |
|---|---|---|---|
country | string | No | Country name (e.g., "India", "Mexico", "Brazil") |
city | string | No | City name of the consular post (e.g., "Mumbai", "Ciudad Juarez") |
visaCategory | string | No | Visa type (e.g., "Visitor Visa", "Student/Exchange Visitor Visa") |
Returns: City, country, visa category, estimated wait time in calendar days, and date of last update.
travel_get_border_wait_times
Get current wait times at US land border crossings along the Canadian and Mexican borders.
| Parameter | Type | Required | Description |
|---|---|---|---|
border | string | No | Border: "Canadian" or "Mexican" |
port | string | No | Port of entry name (e.g., "San Ysidro", "Buffalo-Niagara Falls") |
Returns: Port name, border, crossing type (commercial or passenger), lane type (standard, SENTRI, NEXUS, FAST), and current delay in minutes.
travel_get_airport_delays
Get current FAA-reported airport delays and ground stops across the US National Airspace System.
| Parameter | Type | Required | Description |
|---|---|---|---|
airport | string | No | IATA airport code (e.g., "JFK", "LAX", "ORD") |
Returns: Airport code, airport name, delay type, reason for delay, average delay duration, and estimated end time.
How to Connect
Add this server to your MCP client configuration:
{
"mcpServers": {
"immigration-travel": {
"type": "url",
"url": "https://immigration-travel-mcp.apify.actor/mcp"
}
}
}
Compatible with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Example Prompts
- "What is the current visa wait time for visitor visas in New Delhi?"
- "How long is the border wait at San Ysidro right now?"
- "Are there any delays at JFK airport?"
- "Compare visa wait times for student visas across all US consulates in Brazil."
- "What are the SENTRI lane wait times at the Mexican border?"
- "Show me all airports currently experiencing ground stops."
Pricing
This actor charges $0.01 per tool call. Each search query counts as one tool call regardless of the number of results returned.
Data Sources
All data is sourced from official US government systems:
- US Department of State -- travel.state.gov -- Visa appointment wait time data for embassies and consulates worldwide.
- US Customs and Border Protection -- bwt.cbp.gov -- Real-time border wait times at all US land ports of entry.
- Federal Aviation Administration -- nasstatus.faa.gov -- National Airspace System status including airport delays and ground stops.
Related Servers
Plex MCP Server
An MCP server for managing your Plex media library with AI assistants.
memcord
Privacy-first MCP server for AI memory management. Save, search & organize chat history with intelligent summarization.
Smithsonian Open Access
An MCP server to interact with the Smithsonian’s Open Access collection.
prediction-market-mcp
A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.
Baseball MCP
An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.
MCP Wallet Service
An MCP server that provides wallet balance checking capabilities.
O'RLY MCP
Generates O'RLY? (O'Reilly parody) book covers.
MCP Weather Server
Provides real-time weather information and forecasts using the OpenWeatherMap API.
ThinkPLC-MCP
Interface with SIEMENS PLC S7-1500/1200 using their JSON-RPC 2.0 API, exposing PLC functionalities as MCP tools for programmatic interaction.
MCP-HA-Connect
A production-ready Model Context Protocol (MCP) server for Home Assistant integration with AI assistants like Claude.