Travel connectivity
through MCP.
AgentRoam exposes its full catalog and checkout as a Model Context Protocol server. Any MCP-capable agent — ChatGPT, Claude, or your own — can search destinations, compare plans, quote checkout in 21 coins, create orders with explicit user confirmation, and track delivery.
Tools
The confirm gate
Exploration never creates orders. validate_order returns a human-readable summary and a one-time confirm_token (10-minute TTL); only create_order with that token creates a real order — after the agent shows the summary to its user. Payment always comes from the user's own wallet, and the purchased code is delivered by email, never through the API.
In ChatGPT, tools render interactive widgets (plan pickers, payment cards with live QR) — purchases can be completed without leaving the chat.