← Back to Plugins
MCP Server MCP

io.github.suomimasuda/rightos-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @i-s3/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@i-s3/rightos-mcp",
      "version": "0.4.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Operator API key (optional; demo: rk_demo_00000000000000000000)",
          "isSecret": true,
          "name": "RIGHTOS_API_KEY"
        },
        {
          "description": "Override API base URL (default: production)",
          "name": "RIGHTOS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...