{ "name": "@pay-skill/mcp", "version": "0.2.8", "mcpName": "io.github.pay-skill/pay-mcp", "description": "MCP server for Pay. x402 payment stack for AI agents -- direct payments, metered tabs, HTTP 402 paywalls. USDC on Base. Works with Claude Desktop, Cursor, VS Code.", "type": "module", "module": "src/server.ts", "main": "./dist/server.js", "types": "./dist/server.d.ts", "exports": { ".": { "import": "./dist/server.js", "types": "./dist/server.d.ts" } }, "bin": { "pay-mcp": "./dist/index.js" }, "files": [ "dist", "skills", "smithery.yaml", "server.json" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "test": "node --import=tsx/esm --test tests/test_*.ts", "test:acceptance": "node --import=tsx/esm --test acceptance/test_*.ts", "check": "tsx src/index.ts --check", "fetch-skill": "node scripts/fetch-skill.js", "prepack": "node scripts/fetch-skill.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@pay-skill/sdk": "^0.2.3", "zod": "^4.0.0" }, "devDependencies": { "@types/node": "^25.5.2", "tsx": "^4.0.0", "typescript": "^6.0.0" }, "engines": { "node": ">=20.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pay-skill/pay-mcp" } }