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 "Install 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: ntfy-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaiminBrahmbhatt/Global-Entry-Appointment-Scanner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server