Merchant trust verification for agentic commerce. Verify any merchant before autonomous payment.
claude mcp add trust-gate -- npx -y @registeredbrands/trust-gate-mcp
claude_desktop_config.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"trust-gate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"trust-gate": {
"command": "npx",
"args": [
"-y",
"@registeredbrands/trust-gate-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Botagram--trust-gate/reviews or the review_server meta-tool.
POST /mcp