API Tools
simcloud.co.za
Provides API endpoints for South African mobile network operations including SMS sending, airtime top-up, and wallet balance checking.
ENDPOINT 1
https://simcloud.co.za/api/mcp.php
MCP server metadata
- Name
- simcloud
- Version
- 0.2.0
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_balanceUse this before a wallet-funded SIMcloud transaction or when the user asks for their available SIMcloud balance.
Inferred read-onlylookup_networkUse this when the user needs to identify the South African mobile network for a number before sending airtime, data or SMS.
Potential side effectssend_smsUse this when an authenticated SIMcloud user asks to send a confirmed SMS to a South African recipient.
Potential side effectsget_sms_statusUse this after send_sms to fetch the delivery status of an authenticated account SMS by sms_id.
Potential side effectscreate_airtime_orderUse 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 effectsget_airtime_orderUse 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 effectscreate_data_orderUse this when an authenticated SIMcloud user asks to send a confirmed South African mobile data bundle.
Potential side effectslist_data_productsUse 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-onlyget_data_orderUse 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 effectslist_vas_productsUse this before create_vas_order to list active SIMcloud VAS voucher products and their available denominations.
Inferred read-onlycreate_vas_orderUse this when an authenticated SIMcloud user asks to buy a confirmed VAS voucher.
Inferred read-onlyget_vas_orderUse 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 effectscreate_electricity_orderUse this when an authenticated SIMcloud user asks to buy prepaid electricity for a meter already confirmed with check_electricity_meter.
Inferred read-onlycheck_electricity_meterUse this before create_electricity_order to check whether a prepaid electricity meter is supported.
Inferred read-onlyget_electricity_orderUse 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.