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.jarod-vyent/xrpl-identity-mcp

NPM · XRPL-IDENTITY-MCP · SCANNED AUG 3

MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows.

Available components

+20 this week 66 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 (111 of 115), 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 (111 of 115), 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 1123 tokens (~93/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · xrpl-identity-mcp

# add to Claude Code
claude mcp add jarod-vyent-xrpl-identity-mcp -- npx -y xrpl-identity-mcp
# add to Codex CLI
codex mcp add jarod-vyent-xrpl-identity-mcp -- npx -y xrpl-identity-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jarod-vyent-xrpl-identity-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "xrpl-identity-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jarod-vyent-xrpl-identity-mcp --command npx --arg -y --arg xrpl-identity-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jarod-vyent-xrpl-identity-mcp:
    command: "npx"
    args: ["-y", "xrpl-identity-mcp"]
// mcp.json
{
  "mcpServers": {
    "jarod-vyent-xrpl-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xrpl-identity-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.

  • 2 Aug 26 +23
    • Install scripts: pass → unverified security
    • Provenance: fail → unverified security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Maintenance: pass → unverified functional
    • License: pass → unverified functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −11
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +45
    • 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 −17
    • Malware scan: pass → unverified security
    • Security disclosure: unverified → fail functional
  • 29 Jul 26 0
    • Security disclosure: fail → unverified functional
  • 28 Jul 26 −20
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 111 packages

111 packages in the resolved dependency tree · 111 deprecated · 30 stale.

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

MCP tools — 12 exposed · ~1,123 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
account_identity_summary ~79

Summarize an XRPL account identity posture: AccountRoot auth flags, RegularKey and Domain state, signer list, DID presence, and visible credential counts as issuer and subject (each with a *Truncated boolean flagging when the count hit the 400-object scan cap).

NameTypeReqDescription
addressstringyesClassic XRPL account address to summarize.

No output schema declared.

No examples provided.

credential_list ~67

List up to 400 XLS-70 Credential objects visible in an account owner directory, optionally filtered by whether the account is issuer or subject.

NameTypeReqDescription
addressstringyesClassic XRPL account address.
rolestringOptional role filter comparing the account to Issuer or Subject fields.

No output schema declared.

No examples provided.

credential_prepare_accept ~89

Prepare an unsigned XLS-70 CredentialAccept transaction for a subject to accept an issued credential. Signing happens outside this server.

NameTypeReqDescription
accountstringyesClassic XRPL subject account accepting the credential.
credentialTypestringyesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
issuerstringyesClassic XRPL issuer account address.

No output schema declared.

No examples provided.

credential_prepare_create ~125

Prepare an unsigned XLS-70 CredentialCreate transaction. The issuer signs externally; this server only prepares JSON and never custodies keys.

NameTypeReqDescription
credentialTypestringyesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
expirationstringOptional ISO-8601 expiration time converted to Ripple epoch seconds.
issuerAccountstringyesClassic XRPL issuer account address.
subjectstringyesClassic XRPL subject account address.
uristringOptional credential URI encoded as XRPL hex URI.

No output schema declared.

No examples provided.

credential_prepare_delete ~120

Prepare an unsigned XLS-70 CredentialDelete transaction. The submitter signs externally; this server never signs or stores keys.

NameTypeReqDescription
accountstringyesClassic XRPL account submitting the delete transaction.
credentialTypestringyesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
issuerstringOptional issuer account; if omitted, Account may be treated as issuer by XRPL.
subjectOptional subject account; if omitted, Account may be treated as subject by XRPL.

No output schema declared.

No examples provided.

credential_verify ~91

Read an XLS-70 Credential ledger object and report whether it exists, has been accepted, and is expired relative to the validated ledger close time.

NameTypeReqDescription
credentialTypestringyesCredential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes.
issuerstringyesClassic XRPL issuer account address.
subjectstringyesClassic XRPL subject account address.

No output schema declared.

No examples provided.

did_prepare_delete ~52

Prepare an unsigned XLS-40 DIDDelete transaction for an account DID. This server never signs; sign externally and verify the blob before submitting.

NameTypeReqDescription
accountstringyesClassic XRPL account address deleting its DID.

No output schema declared.

No examples provided.

did_prepare_set ~119

Prepare an unsigned XLS-40 DIDSet transaction. This server does not sign or custody keys; sign externally and verify the signed blob before submission.

NameTypeReqDescription
accountstringyesClassic XRPL account address setting the DID.
datastringOptional DID data. UTF-8 encoded to XRPL hex Data.
didDocumentstringOptional DID document JSON/string payload. UTF-8 encoded to XRPL hex DIDDocument.
uristringOptional DID document URI. UTF-8 encoded to XRPL hex URI.

No output schema declared.

No examples provided.

did_resolve ~114

Resolve an XLS-40 DID object for an XRPL account or did:xrpl identifier. Returns raw ledger data, UTF-8 decoded DID fields where valid, and fetched DID document content for ipfs:// or https:// URIs. Only text/JSON documents are inlined; binary content is reported as metadata (source, content type, byte length) with the body omitted.

NameTypeReqDescription
addressstringyesClassic XRPL address, did:xrpl:<address>, or did:xrpl:1:<address>.

No output schema declared.

No examples provided.

signer_list_prepare_set ~107

Prepare an unsigned SignerListSet transaction to create, replace, or delete an XRPL multisign signer list. This server never signs or stores keys.

NameTypeReqDescription
accountstringyesClassic XRPL account whose signer list is being changed.
quorumintegeryesRequired signer weight sum. Use 0 with no signers to delete the list.
signersarrayyesSigner entries. Use an empty array only when quorum is 0 to delete the list.

No output schema declared.

No examples provided.

tx_decode_verify ~82

Decode a signed XRPL transaction blob, compute its hash, and optionally compare it against an expected partial intent before submission. This is the WYSIWYS safety gate.

NameTypeReqDescription
expectedIntentobjectOptional partial transaction JSON. Every provided field is compared against the decoded transaction.
signedBlobstringyesSigned XRPL transaction blob as a hexadecimal string.

No output schema declared.

No examples provided.

tx_submit_signed ~78

Submit a pre-signed XRPL transaction blob and poll for validation. On mainnet this is blocked unless ALLOW_MAINNET_SUBMIT=true is set.

NameTypeReqDescription
failHardbooleanForward fail_hard behavior to rippled submit; defaults to false.
signedBlobstringyesSigned XRPL transaction blob as a hexadecimal string.

No output schema declared.

No examples provided.