{ "name": "audit-ledger-mcp", "version": "0.3.3", "description": "MCP server that lets Claude, Cursor, LangGraph, and other agents record AI decisions to a tamper-evident ledger.", "mcpName": "io.github.shahidh68/audit-ledger-mcp", "type": "module", "bin": { "audit-ledger-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "node --test --import tsx tests/*.test.ts", "integration-test": "tsx tests/integration.test.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai-audit", "audit-trail", "eu-ai-act", "fca", "compliance", "fintech", "hitl", "langgraph", "claude" ], "author": "Shahid (https://github.com/shahidh68)", "license": "Apache-2.0", "homepage": "https://github.com/shahidh68/audit-ledger-mcp", "repository": { "type": "git", "url": "git+https://github.com/shahidh68/audit-ledger-mcp.git" }, "bugs": { "url": "https://github.com/shahidh68/audit-ledger-mcp/issues" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0" } }