Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Global Entry Scanner

FreeNot checked

MCP server to scan for open Global Entry / NEXUS appointment slots and get notified via email, Slack, or Discord.

GitHubEmbed

About

MCP server to scan for open Global Entry / NEXUS appointment slots and get notified via email, Slack, or Discord.

README

Scan for open Global Entry / NEXUS appointment slots and get notified the moment one appears.

CI PyPI

Works with

Claude Cursor Windsurf Gemini CLI GitHub Copilot VS Code

demo

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-scanner

Inside a virtual environment? pip install global-entry-scanner works too.

Quick start

global-entry-scanner setup   # pick locations + notification channels
global-entry-scanner scan    # start watching

CLI

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 server

MCP server

Works with Claude Desktop, Cursor, Windsurf, Gemini CLI, VS Code, and any MCP-compatible tool.

pipx install global-entry-scanner
global-entry-scanner mcp

Add 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-scanner

Wiki

Full documentation lives in the wiki:

Credits

Inspired by:

from github.com/JaiminBrahmbhatt/Global-Entry-Appointment-Scanner

Install Global Entry Scanner in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install global-entry-scanner

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add global-entry-scanner -- uvx global-entry-scanner

FAQ

Is Global Entry Scanner MCP free?

Yes, Global Entry Scanner MCP is free — one-click install via Unyly at no cost.

Does Global Entry Scanner need an API key?

No, Global Entry Scanner runs without API keys or environment variables.

Is Global Entry Scanner hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Global Entry Scanner in Claude Desktop, Claude Code or Cursor?

Open Global Entry Scanner on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Global Entry Scanner with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs