{ "name": "vtimestamp-mcp-write", "version": "1.2.0", "mcpName": "io.github.vdappdev2/vtimestamp-write", "description": "MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon", "type": "module", "bin": { "vtimestamp-mcp-write": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "mcp", "verus", "timestamp", "blockchain", "proof-of-existence", "identity" ], "author": "vtimestamp", "license": "MIT", "homepage": "https://vtimestamp.com", "repository": { "type": "git", "url": "git+https://github.com/vdappdev2/vtimestamp-mcp-write.git" }, "bugs": { "url": "https://github.com/vdappdev2/vtimestamp-mcp-write/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" } }