{
  "name": "agentpay-mcp",
  "version": "4.1.17",
  "mcpName": "io.github.up2itnow0822/agentpay",
  "description": "AgentPay MCP Server - Non-custodial x402 payment layer for AI agents. Multi-chain wallets, spending limits, and machine-to-machine payments. Patent Pending.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "agentpay-mcp": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "claude_desktop_config.json",
    ".env.example",
    "docs/*.md",
    "docs/*.json",
    "docs/fixtures/*.json",
    "examples/smithery-paid-mcp-installation/*.md",
    "Dockerfile",
    "smithery.yaml",
    "glama.json",
    "docs/directory-introspection-readiness.md",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/ tests/ --config eslint.config.mjs",
    "security": "node scripts/security-check.mjs",
    "prepublishOnly": "npm run clean && npm run build && npm run typecheck && npm run smoke:clean-install",
    "smoke:clean-install": "node scripts/clean-install-x402-smoke.mjs"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "agent-wallet",
    "x402",
    "crypto-payments",
    "ai-agent",
    "base",
    "claude",
    "cursor",
    "windsurf",
    "non-custodial",
    "spend-limits",
    "agentic-payments",
    "autonomous-agent"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/up2itnow0822/agentpay-mcp.git"
  },
  "author": "AgentNexus",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "agentwallet-sdk": "^6.2.1",
    "viem": "2.48.7",
    "zod": "^3.22.4"
  },
  "overrides": {
    "viem": "2.48.7"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@typescript-eslint/eslint-plugin": "^8.57.1",
    "@typescript-eslint/parser": "^8.57.1",
    "@vitest/coverage-v8": "^4.0.18",
    "eslint": "^10.1.0",
    "globals": "^17.4.0",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.57.1",
    "vitest": "^4.0.18"
  }
}
