Catalog
Xrpl Identity MCP
Officialby jarod-vyent · TypeScript
MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows.
MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows.
Topics
ai-agentsdecentralized-identitydidmcpmodel-context-protocolverifiable-credentialsxrp-ledgerxrplxls-40xls-70
README not available yet.
Install
Configuration
Environment variables
XRPL_NETWORKXRPL network to target: mainnet, testnet, or devnet (default: testnet)
XRPL_ENDPOINTCustom XRPL websocket endpoint override (default: public endpoint for the selected network)
ALLOW_MAINNET_SUBMITMust be set to 'true' to allow tx_submit_signed on mainnet (default: blocked)
claude_desktop_config.json
{
"mcpServers": {
"xrpl-identity-mcp": {
"command": "npx",
"args": [
"-y",
"xrpl-identity-mcp@0.1.1"
],
"env": {
"XRPL_NETWORK": "<YOUR_XRPL_NETWORK>",
"XRPL_ENDPOINT": "<YOUR_XRPL_ENDPOINT>",
"ALLOW_MAINNET_SUBMIT": "<YOUR_ALLOW_MAINNET_SUBMIT>"
}
}
}
}