mcpbeat Sign in

Xrpl Identity MCP Server

by jarod-vyent Your server? Claim it
local only

Xrpl Identity MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 8 Jul 2026.

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

Installs per day peak 205 · avg 12 · -17% w/w
a month agotoday
46
Installs / week
npm · xrpl-identity-mcp
1
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Xrpl Identity MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xrpl-identity-mcp -- npx -y xrpl-identity-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xrpl-identity-mcp": {
      "args": [
        "-y",
        "xrpl-identity-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xrpl-identity-mcp]
command = "npx"
args = ["-y", "xrpl-identity-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xrpl-identity-mcp": {
      "args": [
        "-y",
        "xrpl-identity-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xrpl-identity-mcp": {
      "args": [
        "-y",
        "xrpl-identity-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XRPL_NETWORK (XRPL network to target: mainnet, testnet, or devnet (default: testnet)), XRPL_ENDPOINT (Custom XRPL websocket endpoint override (default: public endpoint for the selected network)), ALLOW_MAINNET_SUBMIT (Must be set to 'true' to allow tx_submit_signed on mainnet (default: blocked)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xrpl Identity MCP

same job, measured the same way
Didit MCP Server
by didit

KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.

answering
Kra MCP
by gabrielmahia

MCP server for Kenya Revenue Authority tax workflows and information

105 installs/wk local only
MCP Onfido
by codespar

MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows

21 installs/wk local only
AutoRender MCP
by autorender

AutoRender's MCP server for media assets, transformations, delivery, and workflow automation.

answering
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

66 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
I
Runsec Io
by runsec-io

RunSec MCP server for workspace security scanning and remediation workflows.

44 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering

Xrpl Identity MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Xrpl Identity MCP?
Xrpl Identity MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package xrpl-identity-mcp was installed 46 times last week.
How do I connect Xrpl Identity MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls xrpl-identity-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Xrpl Identity MCP?
The npm package xrpl-identity-mcp was installed 46 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xrpl Identity MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.