Critical-risk tools in ZebPay MCP Server
4 of the 39 tools in ZebPay MCP Server are classified as critical risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at critical risk
-
zebpay_futures_deleteOrderDestructiveCancel a futures order (authentication required). Provide either orderId or clientOrderId.
-
zebpay_spot_cancelAllOrdersDestructiveCancel all open user orders on Zebpay spot exchange. Endpoint: DELETE /api/v2/ex/orders/cancelAll?timestamp=...
-
zebpay_spot_cancelOrderByIdDestructiveCancel a specific order by ID. Endpoint: DELETE /api/v2/ex/order?orderId=ID×tamp=...
-
zebpay_spot_cancelOrdersBySymbolDestructiveCancel all open orders for a given symbol on Zebpay spot exchange. Endpoint: DELETE /api/v2/ex/orders?symbol=SYMBOL×tamp=...
Attacks that target this class
Critical-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.