otr protocol for Cursor
io.github.yb48666-ctrl/otr-protocol
Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.
client:Cursor
transport:stdio
runtime:npm
Install otr protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"otr-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@otr-protocol/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs