{
  "name": "@hpp-io/x402-mcp-bridge",
  "version": "0.1.7",
  "description": "MCP stdio bridge that lets Claude Desktop / OpenClaw / other MCP hosts make x402 payments on HPP — autoTopup from a Safe via AllowanceModule, signs EIP-3009 with a delegate EOA.",
  "license": "Apache-2.0",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "mcp-server",
    "x402",
    "hpp",
    "usdc",
    "agent-payments"
  ],
  "homepage": "https://docs.hpp.io/x402/agents",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpp-io/x402-mcp-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/hpp-io/x402-mcp-bridge/issues"
  },
  "mcpName": "io.github.hpp-io/x402-mcp-bridge",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "x402-mcp-bridge": "bin/x402-mcp-bridge.js",
    "hpp-x402": "bin/hpp-x402.js"
  },
  "files": [
    "dist/**/*.js",
    "bin",
    "docs/policy.md",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "postinstall": "patch-package || true",
    "prepublishOnly": "npm run typecheck && npm run build"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@napi-rs/keyring": "^1.3.0",
    "@x402/core": "2.14.0",
    "@x402/evm": "2.14.0",
    "@x402/express": "2.14.0",
    "@x402/extensions": "2.14.0",
    "@x402/mcp": "2.14.0",
    "commander": "^12.1.0",
    "express": "^4.22.2",
    "viem": "^2.21.54",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/express": "^4.17.25",
    "@types/node": "^20.0.0",
    "patch-package": "^8.0.1",
    "tsx": "^4.0.0",
    "typescript": "^5.4.0",
    "vitest": "^4.1.10"
  }
}
