← Back to Plugins
MCP Server MCP

io.github.tponscr-debug/oracle-h

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "oracle-h-mcp",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ORACLE-H signature key for authentication. Use 'demo-signature-key-change-in-production' for testing with no signup required.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ORACLE_SIGNATURE_KEY"
        },
        {
          "description": "ORACLE-H service base URL. Defaults to https://oracle-h.online",
          "format": "string",
          "name": "ORACLE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...