HomeSecurity › oracle-h-mcp

oracle-h-mcp

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

TypeScript Cloud macOSWindowsLinux

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "oracle-h-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ORACLE_SIGNATURE_KEY": "<YOUR_VALUE>",
        "ORACLE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ORACLE_SIGNATURE_KEY required secret — Your ORACLE-H signature key for authentication. Use 'demo-signature-key-change-in-production' for testing with no signup required.
  • ORACLE_BASE_URL — ORACLE-H service base URL. Defaults to https://oracle-h.online

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry