otr protocol for Grok
io.github.yb48666-ctrl/otr-protocol
Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.
client:Grok
transport:stdio
runtime:npm
Install otr protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"otr-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@otr-protocol/mcp-server"
]
}
}
}
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