Oracle-H
Secure critical actions by requiring real-time human approval via Telegram before execution.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inRU / CISFreeRead-only
What it can do
- Oracle Validate: Submit a critical or irreversible action to ORACLE-H for human approval before executing it. The human operator receives a Telegram notification with full context (action, rationale,
- Oracle Poll Status: Check the current status of a validation request previously submitted via oracle_validate. Poll every 10-15 seconds until status is 'approved' or 'rejected'. If 'expired', the huma
What data it sees
Do you need an account
No: the server works without sign-in
Secure critical actions by requiring real-time human approval via Telegram before execution. Prevent irreversible mistakes in destructive or financial operations by providing full context to human operators. Monitor request statuses continuously to ensure only verified decisions proceed.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| oracle_validate | Submit a critical or irreversible action to ORACLE-H for human approval before executing it. The human operator receives a Telegram notification with full context (action, rationale, risk) and can approve or reject with a single tap. ALWAYS use this tool before executing destructive, financial, or irreversible operations. Returns a request_id to poll for the decision via oracle_poll_status. |
| oracle_poll_status | Check the current status of a validation request previously submitted via oracle_validate. Poll every 10-15 seconds until status is 'approved' or 'rejected'. If 'expired', the human did not respond in time — abort the action immediately. |