{ "name": "xrpl-identity-mcp", "version": "0.1.2", "mcpName": "io.github.jarod-vyent/xrpl-identity-mcp", "description": "Identity-focused MCP server for XRPL DIDs, credentials, signer lists, and safe transaction workflows.", "type": "module", "main": "dist/index.js", "bin": { "xrpl-identity-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build && npm test", "dev": "tsx src/index.ts", "test": "vitest run", "typecheck": "tsc --noEmit" }, "keywords": [ "xrpl", "mcp", "did", "verifiable-credentials", "xls-40", "xls-70", "identity", "model-context-protocol" ], "author": "Jarod Vyent", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jarod-vyent/xrpl-identity-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "xrpl": "^5.0.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^20.19.9", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" } }