trust gate for Grok
io.github.botagram/trust-gate
Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
client:Grok
transport:stdio
runtime:npm
Install trust gate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"trust-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<RB_API_KEY>",
"RB_API_URL": "<RB_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs