Serversio.github.Botagram/trust-gate
G

io.github.Botagram/trust-gate

io.github.Botagram/trust-gate · v1.0.1
▦ npm
v1.0.1npm npm: @registeredbrands/trust-gate-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Botagram/trust-gate",
  "description": "Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.",
  "repository": {
    "url": "https://github.com/Arbogram/brand-capsule-spec",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@registeredbrands/trust-gate-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your RegisteredBrands.AI API key from registeredbrands.ai/dashboard/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RB_API_KEY"
        },
        {
          "description": "API base URL (default: https://registeredbrands.ai)",
          "format": "string",
          "name": "RB_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}