trust gate for Claude Desktop
io.github.botagram/trust-gate
Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
client:Claude Desktop
transport:stdio
runtime:npm
Install trust gate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<RB_API_KEY>",
"RB_API_URL": "<RB_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs