AI agents use create_airtime_order to commit financial operations through SIMcloud — usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
amount | number | Yes | |
msisdn | string | Yes | |
network | string | Yes | Friendly network name or internal code. |
reference | string | Yes |
Parameters from the server's own tool schema.
Creating an airtime order constitutes a financial commitment: it charges the user's wallet or account balance to purchase prepaid airtime for a given MSISDN. The mention of duplicate-request protection (HTTP 409) further confirms real monetary transactions are being initiated. Financial is the most severe applicable category.
From the tool's definition 'Queues a prepaid airtime order' — this tool commits a financial transaction by purchasing airtime, which involves spending wallet/account funds.
Attacks that exploit this kind of access
Queues a prepaid airtime order. Duplicate same-MSISDN-and-amount requests inside 5 minutes may return HTTP 409. It is categorised as a Financial tool in the SIMcloud MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
create_airtime_order accepts 4 parameters: amount, msisdn, network, reference. Required: amount, msisdn, network, reference. The full parameter table on this page comes from the server's own tool schema.
Register the SIMcloud MCP server in PolicyLayer and add a rule for create_airtime_order: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SIMcloud. Nothing to install.
create_airtime_order is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the create_airtime_order rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for create_airtime_order. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
create_airtime_order is provided by the SIMcloud MCP server (https://simcloud.co.za/api/mcp.php). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
create_airtime_order is one line of SIMcloud's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →