← simcloud.co.za

INDIVIDUAL MCP TOOL

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.

simcloud.co.zanone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent endpoint

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.
  • 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.
  • 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.