SIMcloud

by ErikThiart

319 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SIMcloud
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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 status

Connection

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" } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.