INDIVIDUAL MCP TOOL
list_vas_products
Use this before create_vas_order to list active SIMcloud VAS voucher products and their available denominations.
LIVE ENDPOINT
https://simcloud.co.za/api/mcp.php
Connect to this endpoint to inspect the live schema for list_vas_products 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
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
register_simcloud_user— Create a normal SIMcloud account under the authenticated account for a client application user.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.