What is the io.github.roamzy-io/mcp-server MCP server?
Agent-native global eSIM: buy for 193 countries, per-MB in USDT/USDC. Agents earn 20% referral.
How to install io.github.roamzy-io/mcp-server
Copy-paste configuration for popular MCP clients.
ROAMZY_API_TOKENsecretOptional. 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_PURCHASEOptional. 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_BASEOptional. Override the API base URL for staging or self-hosted deployments. Defaults to https://roamzy.io/api/v1.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@roamzy/mcp-server"
],
"env": {
"ROAMZY_API_TOKEN": "<YOUR_ROAMZY_API_TOKEN>",
"ROAMZY_ENABLE_PURCHASE": "<YOUR_ROAMZY_ENABLE_PURCHASE>",
"ROAMZY_API_BASE": "<YOUR_ROAMZY_API_BASE>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@roamzy/mcp-server"
],
"env": {
"ROAMZY_API_TOKEN": "<YOUR_ROAMZY_API_TOKEN>",
"ROAMZY_ENABLE_PURCHASE": "<YOUR_ROAMZY_ENABLE_PURCHASE>",
"ROAMZY_API_BASE": "<YOUR_ROAMZY_API_BASE>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@roamzy/mcp-server"
],
"env": {
"ROAMZY_API_TOKEN": "<YOUR_ROAMZY_API_TOKEN>",
"ROAMZY_ENABLE_PURCHASE": "<YOUR_ROAMZY_ENABLE_PURCHASE>",
"ROAMZY_API_BASE": "<YOUR_ROAMZY_API_BASE>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@roamzy/mcp-server"
],
"env": {
"ROAMZY_API_TOKEN": "<YOUR_ROAMZY_API_TOKEN>",
"ROAMZY_ENABLE_PURCHASE": "<YOUR_ROAMZY_ENABLE_PURCHASE>",
"ROAMZY_API_BASE": "<YOUR_ROAMZY_API_BASE>"
}
}
}
}claude mcp add mcp-server --env ROAMZY_API_TOKEN=<YOUR_ROAMZY_API_TOKEN> --env ROAMZY_ENABLE_PURCHASE=<YOUR_ROAMZY_ENABLE_PURCHASE> --env ROAMZY_API_BASE=<YOUR_ROAMZY_API_BASE> -- npx -y @roamzy/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.