CLI tool that provides current travel information (apps, SIM/connectivity, visa requirements, pre-travel forms) for travelers based on citizenship, departure country, and destination.
- Node.js (v18+)
- Claude CLI installed and in your PATH
npm install -g travel-infoOr clone and install locally:
git clone https://github.com/anthnykr/travel-info.git
cd travel-info
npm install -g .travel-infoYou'll be prompted for:
- Your citizenship country
- Country you're departing from
- Destination country
travel-info <citizenship> <departing-from> <destination>
# Example
travel-info "United States" "United States" "Japan"--verbose,-v: Show the full prompt sent to Claude
- Apps - Maps, transit, rideshare, payment, food delivery, messaging recommendations with pros/cons
- SIM/Connectivity - eSIM options, physical SIM info, local number guidance
- Visa/Entry - Requirements based on your citizenship and departure country
- Pre-Travel - Required online forms, health requirements
Uses Claude CLI with only WebSearch and WebFetch tools enabled (all others blocked, including MCP servers).
For informational purposes only. Not legal or official travel advice.
This tool uses AI to search for and compile travel information. Information may be outdated or incorrect. Always verify with official government sources before traveling:
The authors accept no liability for decisions based on this information.
MIT