CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
roamzy-io avatar

Mcp Server

roamzy-io/mcp-server
authSTDIO, HTTPregistry active
Summary

Connects your MCP client to Roamzy's global eSIM service across 192 countries. Exposes tools to check coverage rates, create orders paid in USDT or USDC on multiple chains, retrieve activation QRs, and monitor eSIM balance. Runs anonymous by default with no signup required. The server mints a temporary account on first use and returns a claim URL the user must save to regain access after the session ends. Purchase tools gate behind environment flags when using a persistent API token. Useful when you need agentic travel connectivity management without leaving the chat interface or dealing with carrier websites.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

@roamzy/mcp-server

MCP server for Roamzy — buy and manage a global eSIM through Claude Desktop, Cursor, Continue, Cline, Windsurf, Zed, or any other Model Context Protocol client. Anonymous flow by default: no account required to use it.

Agents don't just buy — they earn. A built-in referral pays you 20% of every payment from anyone you refer — a human user or another AI agent — forever. Even anonymous agents earn from day one, no signup. That's the distribution flywheel: an agent that earns has a reason to tell the next agent.

One eSIM for 193 countries. Pay per actual MB used. USDT or USDC on your preferred network. No packages. No expiry. No subscription.

npm version npm downloads GitHub stars MCP License: MIT Node Glama score MCP Badge


What it does

This MCP server lets an agent (running in any MCP-compatible client) call the Roamzy HTTP API on the user's behalf. Sample conversation in Claude Desktop:

User: I'm going to Thailand for a week, buy me an eSIM.

Claude: Roamzy — one universal eSIM, works in 193 countries. Billed per MB at the local rate, no packages, no expiry. For Thailand the rate is ~$1.43/GB. Which stablecoin / network do you want to pay with? (USDT on TRON, BSC, Polygon, Optimism, Arbitrum, TON — or USDC on Solana, BSC, Polygon, Optimism, Arbitrum.) Minimum top-up is $20 USDT.

User: USDC on Solana, $20.

Claude: Order created. eSIM number 2040XXXXXX. Pay here: [pay-link]. After ~1 minute on Solana, I'll fetch your QR. ❗ Save this recovery URL so you can return to this eSIM from another Claude chat: [claim-link].

User pays $20 USDC.

Claude: Paid. Here's your activation QR — open Settings → Cellular → Add eSIM and scan it with your phone camera. [QR PNG attached]

The server doesn't run a backend itself — it's a thin client to https://roamzy.io/api/v1/*, mapped 1:1 to MCP tools.


Install

Add this to your MCP client's configuration (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json for Claude Desktop on macOS):

{
  "mcpServers": {
    "roamzy": {
      "command": "npx",
      "args": ["-y", "@roamzy/mcp-server"]
    }
  }
}

Restart your MCP client. The first authed tool call will mint an anonymous Roamzy account automatically — no signup required.

Alternative: install from a hosted tarball

If you can't reach the npm registry, want to pin a pre-release, or prefer to fetch a specific version directly from Roamzy's CDN, swap the args to a URL:

"args": ["-y", "https://roamzy.io/mcp/roamzy-mcp-latest.tgz"]

Both forms run the same code — the npm registry path is the recommended default because it integrates with npm view, version pinning, and MCP registries (Smithery, modelcontextprotocol/servers, etc.).

Optional environment variables

VariableDefaultPurpose
ROAMZY_API_TOKEN(unset → anonymous mode)Use a pre-existing API token from /dashboard/settings instead of an anonymous account.
ROAMZY_ENABLE_PURCHASEfalse (but true in anon mode)When using a non-anonymous token, opt-in flag required to expose purchase tools.
ROAMZY_API_BASEhttps://roamzy.io/api/v1Override for staging / self-hosted backends.

Tools

Public (no auth required)

ToolPurpose
roamzy_statusService status + agent-pause flags. Call before any purchase attempt.
roamzy_list_countriesReference list of all 193 supported countries with per-MB rates.
roamzy_country_detailPer-MB rate for one country.
roamzy_estimateReference calc: «how many USDT would N MB cost in country X».
roamzy_supportOfficial support channels + recovery procedure. Call instead of web-searching.
roamzy_payment_optionsCurrently-enabled stablecoins + networks (live from NowPayments). Call before order.

Account-scoped (anonymous or token)

ToolPurpose
roamzy_meCurrent Roamzy account info (auto-mints anonymous account on first call).
roamzy_list_esimsThe account's eSIMs with MSISDN, status, balance.
roamzy_get_esimOne eSIM's activation details (QR payload, LPA URI). Generate the QR PNG locally.
roamzy_order_statusPoll a pending order: waiting → confirming → finished.
roamzy_referralThe account's referral link, earnings, and payout state. Read-only.

Purchase (anonymous or token + ROAMZY_ENABLE_PURCHASE=true)

ToolPurpose
roamzy_create_orderMint a new eSIM and fund it. Min top-up $20 USDT. Requires pay_currency from options.

Each tool returns structured JSON. Tool descriptions (visible via tools/list) encode the agent contract — when to call each tool, what to surface to the user, what to keep internal.


Anonymous flow

When the MCP server starts without ROAMZY_API_TOKEN, the first authed call sends POST /api/v1/anon-session (no auth) to mint a fresh anonymous Roamzy account. The server caches the returned token in-process (never written to disk) and uses it for subsequent calls.

The response also includes a claim_url — a magic-link that lets the user later attach this anonymous account to a permanent Google or Telegram identity. Once attached, the eSIM, balance, and history become visible from /dashboard/esims on the web.

Important: the anonymous token lives only in this MCP server process. If the user closes their MCP client (e.g. quits Claude Desktop) without saving claim_url, the access path is lost — the eSIM itself keeps working, but the user can't see or manage it from a new session. The recovery procedure (operator-mediated via support) is described in the roamzy_support tool response.

Anonymous accounts have conservative daily / monthly spending caps and a cool-off period that gates large transactions; exact thresholds are shown to the user in the dashboard once they claim.


Security model

  • No filesystem access. The server only makes HTTP calls.
  • No child processes.
  • No environment scan beyond explicit ROAMZY_* variables.
  • Outbound traffic only to https://roamzy.io (override via ROAMZY_API_BASE if you self-host).
  • Purchase tools are registered only in anonymous mode or with ROAMZY_ENABLE_PURCHASE=true.
  • Per-token spending caps with cool-off period + big-transaction threshold; configurable per token in /dashboard/settings.
  • Service status honoured. When roamzy_status reports purchases_paused=true, the agent must back off.
  • No telemetry. The server doesn't phone home except to call the configured API base.

See SECURITY.md for the disclosure policy.


Build from source

git clone https://github.com/roamzy-io/mcp-server.git
cd mcp-server
pnpm install
pnpm build

Output: a single-file ESM bundle at dist/index.js (self-contained, executable via Node 20+).

To produce a tarball for distribution:

pnpm build:tgz
# → dist/roamzy-mcp-server-<version>.tgz

Links

  • Website: https://roamzy.io
  • API docs: https://roamzy.io/api/v1/docs
  • For agents: https://roamzy.io/agents.html
  • Long-form for AI engines: https://roamzy.io/llms-full.txt
  • Support: @roamzy_support_bot or support@roamzy.io
  • Security: roamzy.agent@gmail.com (SECURITY.md)

License

MIT — © 2026 Artur. The Roamzy name and brand are trademarks of the Roamzy service operator and are not licensed under MIT.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

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_PURCHASEdefault: false

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_BASEdefault: https://roamzy.io/api/v1

Optional. Override the API base URL for staging or self-hosted deployments. Defaults to https://roamzy.io/api/v1.

Categories
Communication & Messaging
Registryactive
Package@roamzy/mcp-server
TransportSTDIO, HTTP
AuthRequired
UpdatedMay 31, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
robbhimself-1337 avatar
Claude Army

robbhimself-1337/claude-army

Orchestrate multiple Claude Code agents in parallel from chat
1
romainsantoli-web avatar
Memory OS AI

romainsantoli-web/memory-os-ai

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking
1
seang1121 avatar
Sports Betting Mcp

seang1121/sports-betting-mcp

AI sports betting picks, odds, injuries & line movement. 1,353+ picks, 59.6% win rate.
1
stonematt avatar
Mcp Obsidian Cli

stonematt/mcp-obsidian-cli

Save chat notes from Claude Desktop to your vault — MCP on Obsidian CLI. Keep what matters.
1
synapbus avatar
Synapbus

synapbus/synapbus

MCP-native agent-to-agent messaging hub with channels, DMs, and semantic search
1
theyahia avatar
voximplant-mcp

theyahia/voximplant-mcp

MCP server for Voximplant — cloud telephony, call history, SMS (Russia)
1