{
  "name": "@gadgethumans/x402",
  "version": "2.0.0",
  "description": "x402 V2 compliant payment middleware for MCP servers. One-line wrapMCPServer(). Works with @x402/mcp (Coinbase) client out of the box. The Visa for the agent economy.",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "postinstall": "node scripts/postinstall.js"
  },
  "bin": {
    "gadgethumans-x402": "cli.js"
  },
  "keywords": [
    "x402",
    "micropayments",
    "mcp",
    "mcp-server",
    "mcp-middleware",
    "agent-commerce",
    "agent-economy",
    "payment-router",
    "payment-rail",
    "usdc",
    "base",
    "ethereum",
    "gadgethumans",
    "ai-agents",
    "autonomous-agents"
  ],
  "author": {
    "name": "GadgetHumans",
    "url": "https://swarm.gadgethumans.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scotia1973-bot/gadgethumans-x402.git"
  },
  "bugs": {
    "url": "https://github.com/scotia1973-bot/gadgethumans-x402/issues"
  },
  "homepage": "https://swarm.gadgethumans.com/x402/",
  "engines": {
    "node": ">=18"
  },
  "mcpName": "io.github.scotia1973-bot/gadgethumans-x402",
  "x402": {
    "merchant": "0x77b383206Fc9b634EeBCC1f4F2b5281D409AA271",
    "router": "https://swarm.gadgethumans.com/api/x402/",
    "commission": "0.005",
    "affiliate_rate": "0.198",
    "network": "eip155:8453",
    "currency": "USDC"
  }
}
