← Registry

General Tools

roam2go.com

This MCP server provides travel eSIM data plan information, allowing users to search plans by destination, retrieve plan details, and list available destinations.

1 endpoint3 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://roam2go.com/wp-json/r2g-mcp/v1/mcp

No auth detected

MCP server metadata

Name
roam2go-catalog
Version
1.3.0
Capabilities
tools
Server instructions

Search Roam2Go travel eSIM data plans (220+ destinations) and get a direct purchase link. Prices include VAT. Always check each plan's "activation" field to tell the customer when validity starts: "first-usage" starts on first connection at the destination, "installation" starts when the eSIM is installed, and "unknown" means you should not state either — the purchase email always says which one applies. When showing how much data a plan includes, always use the "data_label" field verbatim (e.g. "500 MB", "5 GB", "unlimited"); never show the raw "data_gb" number, which is an exact binary fraction and reads wrong (500 MB is 0.48828125 GB).

Known tools 3

search_plans

Search travel eSIM data plans by destination name.

Inferred read-only
get_plan

Get one plan by its id (e.

Inferred read-only
list_destinations

List all destinations (country name + code + cheapest plan price in EUR).

Inferred read-only

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.roam2go-catalog]
url = "https://roam2go.com/wp-json/r2g-mcp/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roam2go-catalog": {
      "type": "http",
      "url": "https://roam2go.com/wp-json/r2g-mcp/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roam2go-catalog
Remote MCP URL: https://roam2go.com/wp-json/r2g-mcp/v1/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": {
    "roam2go-catalog": {
      "url": "https://roam2go.com/wp-json/r2g-mcp/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roam2go-catalog": {
      "type": "http",
      "url": "https://roam2go.com/wp-json/r2g-mcp/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roam2go-catalog",
  "transport": "streamable-http",
  "url": "https://roam2go.com/wp-json/r2g-mcp/v1/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.