Odel
OTR Protocol by orbexa

OTR Protocol by orbexa

Local
@yb48666-ctrl1TypeScriptMITUpdated 5mo ago

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).

npm@otr-protocol/mcp-serverv3.1.0

Run

npx -y @otr-protocol/mcp-server

MCP client config

{
  "mcpServers": {
    "otr-protocol-by-orbexa": {
      "command": "npx",
      "args": [
        "-y",
        "@otr-protocol/mcp-server"
      ]
    }
  }
}