Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @otr-protocol/mcp-server
MCP client config
{
"mcpServers": {
"otr-protocol-by-orbexa": {
"command": "npx",
"args": [
"-y",
"@otr-protocol/mcp-server"
]
}
}
}