SIMcloud
About
SIMcloud is a hosted South African MCP server for wallet balance checks, network lookups, SMS sending, airtime recharges, data bundle purchases, and prepaid electricity orders. It connects over Streamable HTTP and uses each user's own SIMcloud account via OAuth.
Details
- Author
- ErikThiart
- Downloads
- 319
- Categories
- Other
Jump to
- Check wallet balance
- Look up South African mobile networks
- Send SMS messages
- Create airtime and data recharges
- Create prepaid electricity orders
- Check order and SMS status
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SIMcloudCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client with the URL https://simcloud.co.za/api/mcp.php. Authentication uses OAuth and connects each user to their own SIMcloud account, so tool calls run against that user’s wallet, permissions, and context.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"simcloud": {
"simcloud": {
"url": "https://simcloud.co.za/api/mcp.php"
}
}
}
}
McpServers
{
"simcloud": {
"url": "https://simcloud.co.za/api/mcp.php"
}
}
SIMcloud MCP Server
SIMcloud gives AI tools direct access to core SIMcloud actions through a hosted MCP server.What it can do
- Check wallet balance - Look up South African mobile networks - Send SMS messages - Create airtime recharges - Create data bundle recharges - Create prepaid electricity orders - Check order and SMS statusConnection
This is a hosted Streamable HTTP MCP server:https://simcloud.co.za/api/mcp.php
Authentication
SIMcloud uses OAuth and connects each user to their own SIMcloud account. Tool calls run against that user's own wallet, permissions, and account context.Server Config
```json { "mcpServers": { "simcloud": { "url": "https://simcloud.co.za/api/mcp.php" } } }Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



