← citrusmobile.com

INDIVIDUAL MCP TOOL

search_docs

Search the Citrus Mobile Reseller API reference.

citrusmobile.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://citrusmobile.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_docs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

citrusmobile.com

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.

Related tools

  • get_rates — Per-GB reseller data rates (10% below retail) for one country, a continent, or all 218 destinations.
  • check_coverage — Check whether Citrus Mobile has eSIM data coverage in a country, and on which networks.
  • 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).
  • get_account — Your reseller account: balance, status, and totals.
  • list_esims — List the eSIMs on your reseller account.
  • get_esim — Details for one eSIM: status, wallet balance, usage.
  • provision_esim — Provision a new eSIM.
  • fund_esim — Move money from your reseller balance onto an eSIM data wallet.