What is the io.github.Botagram/trust-gate MCP server?
Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
How to install io.github.Botagram/trust-gate
Copy-paste configuration for popular MCP clients.
RB_API_KEYrequiredsecretYour RegisteredBrands.AI API key from registeredbrands.ai/dashboard/api-keys
RB_API_URLAPI base URL (default: https://registeredbrands.ai)
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<YOUR_RB_API_KEY>",
"RB_API_URL": "<YOUR_RB_API_URL>"
}
}
}
}{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<YOUR_RB_API_KEY>",
"RB_API_URL": "<YOUR_RB_API_URL>"
}
}
}
}{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<YOUR_RB_API_KEY>",
"RB_API_URL": "<YOUR_RB_API_URL>"
}
}
}
}{
"servers": {
"trust-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
],
"env": {
"RB_API_KEY": "<YOUR_RB_API_KEY>",
"RB_API_URL": "<YOUR_RB_API_URL>"
}
}
}
}claude mcp add trust-gate --env RB_API_KEY=<YOUR_RB_API_KEY> --env RB_API_URL=<YOUR_RB_API_URL> -- npx -y @registeredbrands/trust-gate-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.