# Oracle-H

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 op…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tponscr-debug/oracle-h

# Browse available tools
npx -y @smithery/cli@latest tool list tponscr-debug/oracle-h

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tponscr-debug/oracle-h oracle_validate

# Call a tool
npx -y @smithery/cli@latest tool call tponscr-debug/oracle-h oracle_validate '{}'
```

## Direct MCP Connection

Endpoint: `https://oracle-h--tponscr-debug.run.tools`

**Optional config:**
- `signatureKey` (query) — Your ORACLE-H agent signature key (Bearer Token)
- `baseUrl` (query) — ORACLE-H API base URL

## Tools (2)

- `oracle_validate` — Submit a critical or irreversible action to ORACLE-H for human approval before executing it. The human operator receive…
- `oracle_poll_status` — Check the current status of a validation request previously submitted via oracle_validate. Poll every 10-15 seconds unt…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tponscr-debug/oracle-h <tool-name>
```

## Prompts (1)

- `validate_before_destructive_action` (action, rationale, risk) — Use this prompt before executing any destructive, irreversible, or high-risk action. Submits the action for human appro…
