← agentroam.ai

INDIVIDUAL MCP TOOL

list_esim_plans

PREFERRED 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.

agentroam.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://agentroam.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_esim_plans and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentroam.ai

CONNECT 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.

Related tools

  • search_products — Search the AgentRoam travel-crypto catalog: gift cards (Airbnb, Uber, airlines, 500+ US brands), eSIM data plans (110+ destinations incl.
  • get_price — Live crypto price for one product/denomination.
  • validate_order — Dry-run an order and mint a one-time confirm_token (valid 10 minutes).
  • create_order — Create the real order (requires confirm_token from validate_order, after user approval).
  • get_order_status — Poll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED).
  • list_brands — Browse all available brands/carriers for a country: gift cards (500+ US brands) and mobile top-up carriers (100+ countries).
  • list_products — List 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).
  • get_currencies — List all supported payment cryptocurrencies (the response carries the current set).