{ "name": "@cryptoapis-io/mcp-x402-accept", "mcpName": "io.github.CryptoAPIs-io/mcp-x402-accept", "version": "0.1.1", "description": "Self-hosted MCP proxy that puts an x402 paywall in front of an EXISTING MCP server — charge agents per tool call without changing the server's code.", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "cryptoapis-mcp-x402-accept": "dist/cli.js" }, "files": [ "dist", "server.json", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "tsc -w", "build": "tsc", "typecheck": "tsc --noEmit", "lint": "node -e \"console.log('lint: add eslint if you want')\"", "test": "npm run build && node --test tests/*.test.mjs", "clean": "rimraf dist" }, "dependencies": { "@cryptoapis-io/x402-merchant-sdk": "^0.3.0", "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^25.0.3", "rimraf": "^5.0.0", "tsx": "^4.0.0", "typescript": "^5.5.4" } }