Card snapshot
roamzy.io
·
2026-08-06 06:30:19 UTC
·
02b7eff2b9a096742f0c0ea6a5c693c0532bba4775ac35f1b78b4dc32cb51336
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "Roamzy",
"version": "1.6.6",
"description": "Agent-native global eSIM. Buy and manage one eSIM for 193 countries over MCP or REST, anonymously and without signup, billed per megabyte in USDT or USDC \u2014 and agents earn 20% referral on every payment they refer, forever, including anonymous ones.",
"provider": {
"organization": "Roamzy",
"url": "https://roamzy.io/"
},
"documentationUrl": "https://roamzy.io/ai-agents",
"iconUrl": "https://roamzy.io/icon-512.png",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://roamzy.io/mcp",
"transport": "JSONRPC",
"description": "Model Context Protocol over streamable HTTP. Twelve tools, anonymous-first \u2014 this endpoint never returns 401."
},
{
"url": "https://roamzy.io/api/v1",
"transport": "HTTP+JSON",
"description": "REST API. OpenAPI description at /api/v1/openapi.json."
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {
"anonymous": {
"type": "none",
"description": "No credential required for discovery, pricing or ordering."
},
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Optional API token for account-scoped calls."
}
},
"skills": [
{
"id": "roamzy_status",
"name": "roamzy_status",
"description": "Check Roamzy API status and agent-pause flags. Agents MUST call before purchase attempts.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_list_countries",
"name": "roamzy_list_countries",
"description": "List all 193 countries with per-MB USDT rates. Reference rate card, not a product catalog.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_country_detail",
"name": "roamzy_country_detail",
"description": "Look up per-MB rate for a single country. Reference info, not a purchase gate.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_estimate",
"name": "roamzy_estimate",
"description": "Calculate how many USDT a given MB volume would cost at a country's rate. Informational only.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_support",
"name": "roamzy_support",
"description": "Get official Roamzy support channels (Telegram, email), refund policy, recovery procedure for anonymous users.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_payment_options",
"name": "roamzy_payment_options",
"description": "List enabled stablecoin + network combinations (USDT-TRC20, USDC-Solana, etc.). MANDATORY before create_order.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_me",
"name": "roamzy_me",
"description": "Get authenticated Roamzy account info. First call auto-mints an anonymous account if no API token was provided.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_referral",
"name": "roamzy_referral",
"description": "Get your referral link + earnings. Roamzy pays you 20% of every cash payment by accounts that join via your link \u2014 forever. Earn even anonymously; spend earnings on your own traffic or link an account to withdraw USDT.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_list_esims",
"name": "roamzy_list_esims",
"description": "List the user's eSIMs with status, balance, msisdn. Refer to eSIMs in user-visible text by msisdn only.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_get_esim",
"name": "roamzy_get_esim",
"description": "Get a specific eSIM's activation payload (LPA URI for QR generation, msisdn, balance, status).",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_order_status",
"name": "roamzy_order_status",
"description": "Poll an order until status=finished. Includes msisdn so progress messages stay user-friendly.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
},
{
"id": "roamzy_create_order",
"name": "roamzy_create_order",
"description": "Mint the user a universal Roamzy eSIM and fund it with USDT. Single global eSIM works in 193 countries; pay per MB.",
"tags": [
"esim",
"connectivity",
"travel",
"crypto"
]
}
]
}