{
    "name": "z-zero-mcp-server",
    "version": "1.3.2",
    "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",
        "prepublishOnly": "npm run build",
        "postinstall": "echo 'IMPORTANT: Run \"npx playwright install chromium\" to enable automated checkouts.'"
    },
    "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://www.clawcard.store/docs/agent",
    "bugs": {
        "url": "https://github.com/Dempty-glitch/Z-Zero-mcp/issues"
    },
    "files": [
        "dist/",
        "README.md"
    ],
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.12.1",
        "dotenv": "^16.5.0",
        "playwright": "^1.52.0",
        "zod": "^3.25.11"
    },
    "devDependencies": {
        "@types/node": "^22.15.21",
        "tsx": "^4.19.4",
        "typescript": "^5.8.3"
    }
}
