← Registry

Developer Tools

citrusmobile.com

Provides eSIM reseller API tools for checking data rates, coverage, cost estimates, and account information.

1 endpoint9 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://citrusmobile.com/api/mcp

No auth detected

MCP server metadata

Name
citrus-mobile
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Citrus Mobile is pay-as-you-go eSIM data in 218 destinations, with a Reseller API for building eSIM products. Public tools (rates, coverage, cost estimates, docs search) need no auth. Account tools require a reseller API key sent as an Authorization: Bearer rsk_... header; create one at https://citrusmobile.com/developer. provision_esim and fund_esim spend real money from the reseller balance, so confirm with the user first.

Known tools 9

get_rates

Per-GB reseller data rates (10% below retail) for one country, a continent, or all 218 destinations.

Inferred read-only
check_coverage

Check whether Citrus Mobile has eSIM data coverage in a country, and on which networks.

Inferred read-only
estimate_cost

Estimate the total reseller cost of provisioning eSIMs with a given amount of data in a country (provisioning fee + data at reseller rates, with the retail comparison).

Inferred read-only
search_docs

Search the Citrus Mobile Reseller API reference.

Inferred read-only
get_account

Your reseller account: balance, status, and totals.

Inferred read-only
list_esims

List the eSIMs on your reseller account.

Inferred read-only
get_esim

Details for one eSIM: status, wallet balance, usage.

Inferred read-only
provision_esim

Provision a new eSIM.

Inferred read-only
fund_esim

Move money from your reseller balance onto an eSIM data wallet.

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.citrus-mobile]
url = "https://citrusmobile.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "citrus-mobile": {
      "type": "http",
      "url": "https://citrusmobile.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: citrus-mobile
Remote MCP URL: https://citrusmobile.com/api/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": {
    "citrus-mobile": {
      "url": "https://citrusmobile.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "citrus-mobile": {
      "type": "http",
      "url": "https://citrusmobile.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "citrus-mobile",
  "transport": "streamable-http",
  "url": "https://citrusmobile.com/api/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.