{ "name": "z-zero-mcp-server", "version": "1.10.1", "description": "Z-ZERO MCP Server — Secure JIT Virtual Card Payment tools for AI Agents (Claude, Cursor, AutoGPT) — Real Single-Use Virtual Cards, settled in USDC on Base", "main": "dist/index.js", "bin": { "z-zero-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "npx tsx src/index.ts", "test:mock-checkout": "npm run build && node --experimental-strip-types tests/backtest_mock_checkout_e2e.mts", "test:ucp-offline": "npm run build && node --experimental-strip-types --test tests/ucp_bridge_offline.test.mts", "test:ucp-dryrun:live": "npm run build && node --experimental-strip-types tests/ucp_dryrun_meanblvd.mts", "test:ucp-smoke:live": "npm run build && node --experimental-strip-types tests/ucp_smoke_colourpop.mts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai-agent", "virtual-card", "payment", "z-zero", "clawcard", "jit", "fintech" ], "author": "Z-ZERO", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Dempty-glitch/Z-Zero-mcp.git" }, "homepage": "https://z-zero.xyz/docs/agent", "bugs": { "url": "https://github.com/Dempty-glitch/Z-Zero-mcp/issues" }, "files": [ "dist/", "README.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "playwright": "^1.62.0", "zod": "^3.25.76" }, "overrides": { "es-define-property": "npm:@socketregistry/es-define-property@^1.0.7", "function-bind": "npm:@socketregistry/function-bind@^1.0.7", "gopd": "npm:@socketregistry/gopd@^1.0.7", "has-symbols": "npm:@socketregistry/has-symbols@^1.0.7", "hasown": "npm:@socketregistry/hasown@^1.0.7", "object-assign": "npm:@socketregistry/object-assign@^1.0.5", "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.10", "side-channel": "npm:@socketregistry/side-channel@^1.0.10" }, "devDependencies": { "@types/node": "^22.15.21", "tsx": "^4.19.4", "typescript": "^5.8.3" }, "mcpName": "io.github.Dempty-glitch/z-zero-mcp" }