eCommerce
agentroam.ai
A server to search and purchase gift cards and eSIM data plans using cryptocurrency.
ENDPOINT 1
https://agentroam.ai/api/mcp
MCP server metadata
- Name
- agentroam
- Version
- 0.2.0
Buy travel gift cards, eSIM data plans and mobile top-ups with crypto (USDC, USDT, BTC, SOL and more). Flow: search_products → get_price → validate_order (returns a summary + one-time confirm_token; show the summary to the user for explicit approval) → create_order (returns a wallet address the user pays from their own wallet) → get_order_status. Purchases are fulfilled by Cryptorefills B.V. as merchant of record; codes are delivered by email, never through this API.
Known tools 11
search_productsSearch the AgentRoam travel-crypto catalog: gift cards (Airbnb, Uber, airlines, 500+ US brands), eSIM data plans (110+ destinations incl.
Inferred read-onlyvalidate_orderDry-run an order and mint a one-time confirm_token (valid 10 minutes).
Inferred read-onlycreate_orderCreate the real order (requires confirm_token from validate_order, after user approval).
Potential side effectslist_esim_plansPREFERRED for any eSIM request: live eSIM data plans for a destination (110+ countries, plus "eu" Europe and "ww" Global multi-country plans) with USD prices and crypto amounts.
Inferred read-onlyget_order_statusPoll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED).
Inferred read-onlylist_brandsBrowse all available brands/carriers for a country: gift cards (500+ US brands) and mobile top-up carriers (100+ countries).
Inferred read-onlylist_productsList a brand's live products/denominations with prices in the chosen coin — exact labels to use with get_price/validate_order (for eSIM use list_esim_plans instead).
Inferred read-onlyget_currenciesList all supported payment cryptocurrencies (the response carries the current set).
Potential side effectsget_payment_methodsFull payment matrix: every supported coin × network combination currently available, with the exact network strings orders require.
Potential side effectspurchase_wizardText-only fallback purchase flow for clients WITHOUT widget support.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentroam]
url = "https://agentroam.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentroam": {
"type": "http",
"url": "https://agentroam.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentroam
Remote MCP URL: https://agentroam.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentroam": {
"url": "https://agentroam.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentroam": {
"type": "http",
"url": "https://agentroam.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentroam",
"transport": "streamable-http",
"url": "https://agentroam.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.