global-entry-scanner
Sends appointment availability notifications via Discord
Provides MCP tools for GitHub Copilot to scan Global Entry appointments and manage notifications
Sends appointment availability notifications via Slack
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@global-entry-scannerscan for open appointments at JFK and LAX and notify me via email"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Global Entry Appointment Scanner
Scan for open Global Entry / NEXUS appointment slots and get notified the moment one appears.
Works with

Install
# macOS
brew install pipx
# Linux
sudo apt install pipx # Debian / Ubuntu
sudo dnf install pipx # Fedora
# Windows
scoop install pipx # or: winget install pipx
pipx install global-entry-scannerInside a virtual environment?
pip install global-entry-scannerworks too.
Related MCP server: Personal MCP Server
Quick start
global-entry-scanner setup # pick locations + notification channels
global-entry-scanner scan # start watchingCLI
global-entry-scanner locations # list all enrollment centers
global-entry-scanner scan --locations "Chicago, Dallas" # override locations
global-entry-scanner scan --notify email,slack # override channels
global-entry-scanner mcp # start MCP serverMCP server
Works with Claude Desktop, Cursor, Windsurf, Gemini CLI, VS Code, and any MCP-compatible tool.
pipx install global-entry-scanner
global-entry-scanner mcpAdd to your AI tool's MCP config (see MCP Server wiki page for per-tool file paths):
{
"mcpServers": {
"global-entry-scanner": {
"command": "global-entry-scanner",
"args": ["mcp"]
}
}
}Claude Code skill
Ask Claude to find slots, set up monitoring, or configure notifications in plain English — no commands needed.
/plugin marketplace add JaiminBrahmbhatt/Global-Entry-Appointment-Scanner
/plugin install global-entry-scanner@global-entry-scannerWiki
Full documentation lives in the wiki:
Notification Channels — Email, Discord, Slack, SMS setup
Credits
Inspired by:
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for FormBro Canadian immigration application automation.
Skiplagged MCP Server for flight search, hotel booking, and travel planning
Public MCP server for discovering open jobs. Search, filter, and get application links.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThe MCP server that keeps you informed by sending the notification on phone using ntfy.sh537 npm44Apache 2.0
- FlicenseNot gradedqualityBmaintenancePrivate MCP server for managing Gmail, custom IMAP/SMTP email, Slack notifications, and personal notes stored in SQLite.1-
- AlicenseCqualityDmaintenanceMCP server for sending notifications to ntfy.sh or self-hosted ntfy instances.27 npmMIT
- FlicenseNot gradedqualityCmaintenanceMCP server for booking and date-utility tools, deployed on AWS Lambda, supporting DynamoDB storage and optional WhatsApp notifications.-