{ "name": "agent-receipts-mcp", "version": "0.1.2", "mcpName": "io.github.dhanushs1912-svg/agent-receipts-mcp", "description": "Prove what your AI agents did. Signed, tamper-evident audit receipts and exportable audit bundles for EU AI Act Article 12/26 record-keeping. MCP server + HTTP API; offline verification, hash-only privacy, deletion detection.", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai-agents", "ai-audit-trail", "audit-trail", "audit-log", "record-keeping", "agent-logging", "attestation", "receipts", "compliance", "eu-ai-act", "article-12", "ed25519", "provenance", "tamper-evident" ], "author": "Dhanush", "license": "MIT", "homepage": "https://github.com/dhanushs1912-svg/agent-receipts-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/dhanushs1912-svg/agent-receipts-mcp.git" }, "bugs": { "url": "https://github.com/dhanushs1912-svg/agent-receipts-mcp/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "bin": { "agent-receipts-mcp": "dist/mcp.js", "agent-receipts-verify": "dist/verify-cli.js" }, "files": [ "dist", "docs", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "mcp": "node dist/mcp.js", "serve": "node dist/http.js", "dev:serve": "tsx src/http.ts", "test": "tsx test/smoke.ts && tsx test/mcp-smoke.ts" }, "engines": { "node": ">=22.13" }, "dependencies": { "@hono/node-server": "^1.13.0", "@modelcontextprotocol/sdk": "^1.12.0", "hono": "^4.6.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.0", "typescript": "^5.6.0" } }