← Registry

eCommerce

agentroam.ai

A server to search and purchase gift cards and eSIM data plans using cryptocurrency.

1 endpoint11 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://agentroam.ai/api/mcp

No auth detected

MCP server metadata

Name
agentroam
Version
0.2.0
Capabilities
toolsresources
Server instructions

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_products

Search the AgentRoam travel-crypto catalog: gift cards (Airbnb, Uber, airlines, 500+ US brands), eSIM data plans (110+ destinations incl.

Inferred read-only
get_price

Live crypto price for one product/denomination.

Inferred read-only
validate_order

Dry-run an order and mint a one-time confirm_token (valid 10 minutes).

Inferred read-only
create_order

Create the real order (requires confirm_token from validate_order, after user approval).

Potential side effects
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.

Inferred read-only
get_order_status

Poll order state (WAITING_FOR_PAYMENT → PARTIAL → COMPLETED, or CANCELED/EXPIRED).

Inferred read-only
list_brands

Browse all available brands/carriers for a country: gift cards (500+ US brands) and mobile top-up carriers (100+ countries).

Inferred read-only
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).

Inferred read-only
get_currencies

List all supported payment cryptocurrencies (the response carries the current set).

Potential side effects
get_payment_methods

Full payment matrix: every supported coin × network combination currently available, with the exact network strings orders require.

Potential side effects
purchase_wizard

Text-only fallback purchase flow for clients WITHOUT widget support.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.