AI agents use create_electricity_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 | |
recipient | string | Yes | Recipient mobile number for voucher notifications. |
meter_number | string | Yes | |
client_reference | string | Yes |
Parameters from the server's own tool schema.
Creating an electricity order commits financial obligations by purchasing prepaid electricity tokens, debiting the wallet/account balance. This is a financial transaction that cannot be easily undone once submitted, making it Financial category with critical severity since an AI agent could drain account funds by submitting repeated or large electricity orders.
From the tool's definition Submits a prepaid electricity order through the authenticated SIMcloud account
Attacks that exploit this kind of access
Submits a prepaid electricity order through the authenticated SIMcloud account. 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_electricity_order accepts 4 parameters: amount, recipient, meter_number, client_reference. Required: amount, recipient, meter_number, client_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_electricity_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_electricity_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_electricity_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_electricity_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_electricity_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_electricity_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 →