mcp-server
Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral.
Topics: Travel & Transportation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://roamzy.io/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mcp-server https://roamzy.io/mcp
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"url": "https://roamzy.io/mcp"
}
}
}
Package (npm 1.6.9)
npx -y @roamzy/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@roamzy/[email protected]"
],
"env": {
"ROAMZY_API_TOKEN": "<YOUR_VALUE>",
"ROAMZY_ENABLE_PURCHASE": "<YOUR_VALUE>",
"ROAMZY_API_BASE": "<YOUR_VALUE>"
}
}
}
}
ROAMZY_API_TOKENsecret — Optional. Bearer token from /dashboard/settings if you want to bind agent activity to a pre-existing Roamzy account. Leave unset for anonymous-flow (default).ROAMZY_ENABLE_PURCHASE— Optional. Set to "true" when using a non-anonymous token to also expose purchase tools (roamzy_create_order). Anonymous-mode has purchase tools enabled by default.ROAMZY_API_BASE— Optional. Override the API base URL for staging or self-hosted deployments. Defaults to https://roamzy.io/api/v1.
Related servers
mcp-server-airbnb
Provides tools to search Airbnb and get listing details.
teslamate-mcp
A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data…
wanderlog-mcp
MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes,…
tripadvisor-mcp
A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP…
ns-mcp-server
Access Dutch Railways (NS) travel information, schedules, and real-time updates
mcp-server-nationalparks
National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry