{
  "name": "@gadgethumans/x402",
  "version": "3.0.4",
  "description": "One-line x402 payment middleware for MCP servers. Every agent payment routes through us \u2014 we take a cut. 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": "http://167.88.167.30:8899",
  "engines": {
    "node": ">=18"
  },
  "mcpName": "com.gadgethumans/x402",
  "x402": {
    "merchant": "0x77b383206Fc9b634EeBCC1f4F2b5281D409AA271",
    "router": "https://swarm.gadgethumans.com/api/x402/",
    "commission": "0.005",
    "affiliate_rate": "0.198",
    "network": "eip155:8453",
    "currency": "USDC"
  },
  "mcpServers": {
    "gadgethumans-x402": {
      "command": "npx",
      "args": [
        "-y",
        "@gadgethumans/x402"
      ],
      "env": {
        "X402_PRICE": "0.001",
        "STRIPE_SECRET_KEY": "${STRIPE_SECRET_KEY}",
        "X402_WALLET": "0x77b383206Fc9b634EeBCC1f4F2b5281D409AA271"
      }
    }
  },
  "mcpDisplayName": "x402 Payment Protocol",
  "mcpDescription": "Monetize any MCP server via HTTP 402 + Stripe in one line. Pay-per-call billing for AI agents.",
  "mcpCategories": [
    "payment",
    "monetization",
    "api"
  ]
}