Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.suomimasuda/rightos-mcp

NPM · @I-S3/RIGHTOS-MCP · SCANNED AUG 3

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

Available components

+45 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1233 tokens (~68/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 87% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @i-s3/rightos-mcp

# add to Claude Code
claude mcp add suomimasuda-rightos-mcp -- npx -y @i-s3/rightos-mcp
# add to Codex CLI
codex mcp add suomimasuda-rightos-mcp -- npx -y @i-s3/rightos-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "suomimasuda-rightos-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@i-s3/rightos-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add suomimasuda-rightos-mcp --command npx --arg -y --arg @i-s3/rightos-mcp
# ~/.hermes/config.yaml
mcp_servers:
  suomimasuda-rightos-mcp:
    command: "npx"
    args: ["-y", "@i-s3/rightos-mcp"]
// mcp.json
{
  "mcpServers": {
    "suomimasuda-rightos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@i-s3/rightos-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +48
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: fail → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −1
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 87 functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@i-s3/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~1,233 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cancel_token ~43

Cancel a Right Token (own organization only). Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)

No output schema declared.

No examples provided.

create_location ~106

Create a location (shop, clinic, ev_charging, event, logistics, pickup, other). Returns 402 if the plan's location limit is exceeded. Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
addressstringAddress (optional)
namestringyesLocation name
timezonestringIANA timezone, e.g. Asia/Tokyo
typestringLocation type (determines the industry policy preset)

No output schema declared.

No examples provided.

create_webhook ~132

Register an outbound webhook (up to 3 per organization, https only). Events: token.verified / token.used / token.cancelled / token.transferred (defaults to all). The response includes the signing secret (whsec_...) EXACTLY ONCE — deliveries are signed via the x-rightos-signature header (t=<unix seconds>,v1=<hex HMAC-SHA256>). Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
eventsarrayEvent types to subscribe to (defaults to all four)
urlstringyeshttps URL to receive signed POST deliveries

No output schema declared.

No examples provided.

delete_webhook ~45

Delete an outbound webhook (own organization only). Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
webhookIdstringyesWebhook ID (wh_...)

No output schema declared.

No examples provided.

export_data ~45

Export all organization data (locations, tokens, verification logs, policy change history) as JSON. Contains no secret values. Requires the RIGHTOS_API_KEY environment variable (operator API key).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_location_policy ~58

Get a location's effective policy (transferability, max transfers, default validity, holder self-cancellation). Resolution: industry preset -> country overlay -> location override. Public for transparency.

NameTypeReqDescription
locationIdstringyesLocation ID (loc_...)

No output schema declared.

No examples provided.

get_policy_history ~54

Policy change audit log for a location (before/after overrides, newest first). Append-only. Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
locationIdstringyesLocation ID (loc_...)

No output schema declared.

No examples provided.

get_token ~42

Get a Right Token (digital QR ticket) by its tokenId. Never returns the secret verification code.

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)

No output schema declared.

No examples provided.

holder_cancel_token ~77

Self-cancel a Right Token as its current holder (proven by the verification code). May be rejected by the location's policy (policy_cancel_disabled). Irreversible. Rate limited like verify.

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)
verificationCodestringyesCurrent verification code, proving holder authority

No output schema declared.

No examples provided.

issue_token ~136

Issue a Right Token (digital QR ticket). The verification code and wallet URL are returned EXACTLY ONCE — hand the walletUrl to the end user. Returns 402 if the plan's monthly limit is exceeded. Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
descriptionstring
endTimestringISO 8601 expiry; defaults to the location policy's default validity
locationIdstringyesLocation ID (loc_...)
startTimestringISO 8601 start time
titlestringyesTicket title, e.g. 'Queue ticket'

No output schema declared.

No examples provided.

list_locations ~26

List your organization's locations. Requires the RIGHTOS_API_KEY environment variable (operator API key).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_plans ~24

List RightOS pricing plans (globally uniform pricing, free tier available).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_policies ~72

List the full policy knowledge base: industry presets per location type and country overlays (JP, US, GB, KR, TW, FR, DE, IT, ES, AU — informed by local ticket-resale laws). Useful when choosing a location type or proposing policy overrides. Defaults, not legal advice. Public.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_webhooks ~34

List the organization's outbound webhooks (never includes signing secrets). Requires the RIGHTOS_API_KEY environment variable (operator API key).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

set_location_policy ~139

Override a location's policy (partial update: transferable, maxTransfers, defaultValidityMinutes, verificationRequirement). Set reset=true to restore the industry preset. Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
defaultValidityMinutesinteger
holderCancellablebooleanWhether the current holder can self-cancel the token
locationIdstringyesLocation ID (loc_...)
maxTransfersMax transfers; null = unlimited
resetbooleantrue = reset to the industry preset (ignores other fields)
transferableboolean
verificationRequirementstring

No output schema declared.

No examples provided.

transfer_token ~89

Transfer a Right Token to a new holder (re-keying: a new verification code is issued and the old one is invalidated immediately). Only the current holder can transfer. May be rejected by the location's policy (policy_transfer_disabled / transfer_limit_reached).

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)
verificationCodestringyesCurrent verification code, proving transfer authority

No output schema declared.

No examples provided.

use_token ~47

Mark a Right Token as used after service (own organization only). Requires the RIGHTOS_API_KEY environment variable (operator API key).

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)

No output schema declared.

No examples provided.

verify_token ~64

Verify a Right Token with its verification code. Result is success / failed / expired / cancelled / already_used. Rate limited (10/min per token).

NameTypeReqDescription
tokenIdstringyesToken ID (tok_...)
verificationCodestringyesThe holder's verification code

No output schema declared.

No examples provided.