Odel
rightos sdk

rightos sdk

Local
@suomimasudaTypeScriptMITUpdated 2 days ago

RightOS MCP: privacy-first QR queue/EV/pickup. 18 tools, no end-user PII.

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@i-s3/rightos-mcpv0.5.0

Run

npx -y @i-s3/rightos-mcp

MCP client config

{
  "mcpServers": {
    "rightos-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@i-s3/rightos-mcp"
      ]
    }
  }
}