← Registry

API Tools

simcloud.co.za

Provides API endpoints for South African mobile network operations including SMS sending, airtime top-up, and wallet balance checking.

1 endpoint15 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://simcloud.co.za/api/mcp.php

No auth detected

MCP server metadata

Name
simcloud
Version
0.2.0
Capabilities
tools
Server instructions

Use SIMcloud for authenticated South African business, bulk, reward, staff, customer and API-driven prepaid workflows. Before sending an SMS or spending wallet funds, confirm the final recipient, network, amount, product and reference with the user. If the mobile network is unknown, use lookup_network before ordering. Use list_data_products or list_vas_products before the matching purchase tool. Never automatically retry an ambiguous or failed create call; use the returned request or order identifier to check status first. SIMcloud is not a global airtime provider or a mobile network operator.

Known tools 15

get_wallet_balance

Use this before a wallet-funded SIMcloud transaction or when the user asks for their available SIMcloud balance.

Inferred read-only
lookup_network

Use this when the user needs to identify the South African mobile network for a number before sending airtime, data or SMS.

Potential side effects
send_sms

Use this when an authenticated SIMcloud user asks to send a confirmed SMS to a South African recipient.

Potential side effects
get_sms_status

Use this after send_sms to fetch the delivery status of an authenticated account SMS by sms_id.

Potential side effects
create_airtime_order

Use this when an authenticated SIMcloud user asks to send or recharge prepaid airtime to a South African mobile number on MTN, Vodacom, Cell C or Telkom.

Potential side effects
get_airtime_order

Use this after create_airtime_order, or after an ambiguous create result, to fetch the authenticated account airtime order by request_id or orderno.

Potential side effects
create_data_order

Use this when an authenticated SIMcloud user asks to send a confirmed South African mobile data bundle.

Potential side effects
list_data_products

Use this before create_data_order to list the current SIMcloud data bundle products and exact sell values available for API ordering, optionally filtered by South African network.

Inferred read-only
get_data_order

Use this after create_data_order, or after an ambiguous create result, to fetch the authenticated account data order by request_id or orderno.

Potential side effects
list_vas_products

Use this before create_vas_order to list active SIMcloud VAS voucher products and their available denominations.

Inferred read-only
create_vas_order

Use this when an authenticated SIMcloud user asks to buy a confirmed VAS voucher.

Inferred read-only
get_vas_order

Use this after create_vas_order, or after an ambiguous create result, to fetch an authenticated account VAS order by order_id or transaction_id.

Potential side effects
create_electricity_order

Use this when an authenticated SIMcloud user asks to buy prepaid electricity for a meter already confirmed with check_electricity_meter.

Inferred read-only
check_electricity_meter

Use this before create_electricity_order to check whether a prepaid electricity meter is supported.

Inferred read-only
get_electricity_order

Use this after create_electricity_order, or after an ambiguous create result, to fetch an authenticated account electricity order by order_id, client_reference or order_reference_id.

Potential side effects

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.simcloud]
url = "https://simcloud.co.za/api/mcp.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "simcloud": {
      "type": "http",
      "url": "https://simcloud.co.za/api/mcp.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: simcloud
Remote MCP URL: https://simcloud.co.za/api/mcp.php

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": {
    "simcloud": {
      "url": "https://simcloud.co.za/api/mcp.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "simcloud": {
      "type": "http",
      "url": "https://simcloud.co.za/api/mcp.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "simcloud",
  "transport": "streamable-http",
  "url": "https://simcloud.co.za/api/mcp.php"
}
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.