{ "name": "spraay-x402-mcp", "version": "4.3.0", "description": "Auto-syncing MCP server for the Spraay x402 Gateway. Auto-creates a wallet on first run — no env vars, just fund and go. Pay-per-call x402, USDC, no API keys.", "type": "module", "main": "dist/index.js", "bin": { "spraay-x402-mcp": "dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "sync": "node scripts/sync-tools.mjs", "build": "node scripts/sync-tools.mjs && tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "start:http": "MCP_TRANSPORT=http node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "x402", "spraay", "ai-agents", "defi", "base", "ethereum", "solana", "usdc", "batch-payments", "micropayments" ], "author": "plagtech", "license": "MIT", "homepage": "https://docs.spraay.app", "repository": { "type": "git", "url": "https://github.com/plagtech/spraay-x402-mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@x402/axios": "^2.6.0", "@x402/evm": "^2.5.0", "axios": "^1.7.0", "dotenv": "^16.4.0", "express": "^4.21.0", "viem": "^2.21.0", "zod": "^3.23.0" }, "devDependencies": { "typescript": "^5.5.0", "tsx": "^4.19.0", "@types/node": "^22.0.0", "@types/express": "^5.0.0" }, "engines": { "node": ">=20.0.0" } }