Catalog
io.github.Botagram/trust-gate
OfficialMerchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
Verify merchant trustworthiness before executing autonomous payments.
README not available yet.
Install
Configuration
Environment variables
RB_API_KEYrequiredsecretYour RegisteredBrands.AI API key from registeredbrands.ai/dashboard/api-keys
RB_API_URLAPI base URL (default: https://registeredbrands.ai)
claude_desktop_config.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp@1.0.1"
],
"env": {
"RB_API_KEY": "<YOUR_RB_API_KEY>",
"RB_API_URL": "<YOUR_RB_API_URL>"
}
}
}
}