Developer Tools
citrusmobile.com
Provides eSIM reseller API tools for checking data rates, coverage, cost estimates, and account information.
ENDPOINT 1
https://citrusmobile.com/api/mcp
MCP server metadata
- Name
- citrus-mobile
- Version
- 1.0.0
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_ratesPer-GB reseller data rates (10% below retail) for one country, a continent, or all 218 destinations.
Inferred read-onlycheck_coverageCheck whether Citrus Mobile has eSIM data coverage in a country, and on which networks.
Inferred read-onlyestimate_costEstimate 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.