← simcloud.co.za

INDIVIDUAL MCP TOOL

register_simcloud_user

Create a normal SIMcloud account under the authenticated account for a client application user.

simcloud.co.zanone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

simcloud.co.za

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.

Related tools

  • get_wallet_balance — Use this before a wallet-funded SIMcloud transaction or when the user asks for their available SIMcloud balance.
  • get_transaction_history — Use this to retrieve read-only transaction history for the authenticated SIMcloud account across web, CSV, recurring and API airtime, data, SMS, VAS and electricity activity.
  • lookup_network — Use this when the user needs to identify the South African mobile network for a number before sending airtime, data or SMS.
  • send_sms — Use this when an authenticated SIMcloud user asks to send a confirmed SMS to a South African recipient.
  • get_sms_status — Use this after send_sms to fetch the delivery status of an authenticated account SMS by sms_id.
  • 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.
  • 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.
  • create_data_order — Use this when an authenticated SIMcloud user asks to send a confirmed South African mobile data bundle.