AI-ready checkout liveMCP for AgentsFind eSIM
Developers

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.

connect
# Endpoint (Streamable HTTP, no auth)
https://agentroam.ai/api/mcp
# Claude Code
$ claude mcp add --transport http agentroam https://agentroam.ai/api/mcp
# ChatGPT — Settings → Apps → Add MCP server (developer mode)
# Discovery manifest
https://agentroam.ai/.well-known/mcp.json

Tools

search_productsSearch gift cards, eSIM destinations and top-up carriers
list_esim_plansLive eSIM plans for a destination — renders an interactive purchase widget in ChatGPT
list_brandsAll brands/carriers for a country
list_productsA brand’s denominations with live crypto prices
get_priceLive quote for one product in any supported coin
get_currenciesSupported payment coins (21)
get_payment_methodsFull coin × network matrix (64 combos)
validate_orderDry-run + one-time confirm token (10-minute TTL)
create_orderCreate the order — wallet address, exact amount, QR, status URL
get_order_statusTrack payment and delivery state

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.