API for LLMs & Developers

Free, read-only JSON API for querying Global Entry enrollment center data. No authentication required.

Endpoints

GET /mcp/locations

All enrollment centers with current wait times, addresses, and coordinates. Sorted by shortest wait first.

GET /mcp/locations/{id}/wait-times

30-day daily wait time history for a specific enrollment center.

Machine-Readable Specs

Example

curl https://globalentryalerts.com/mcp/locations | jq '.locations[:3]'

Returns JSON with id, name, city, state, address, coordinates, wait_days, and a link to the detail page for each center.