{ "name": "halowerk-mcp", "version": "0.1.1", "description": "HALOWERK services as MCP tools, paid per call with x402 on Base. No account, no login, no subscription — a throwaway wallet with a few dollars is enough.", "license": "MIT", "type": "module", "bin": { "halowerk-mcp": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "katalog.json", "server.json", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "katalog": "node skripte/katalog-bauen.mjs", "pruefe": "node skripte/pruefungen.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "modelcontextprotocol", "x402", "micropayment", "base", "usdc", "agent-tools", "pay-per-call" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@x402/evm": "^2.21.0", "@x402/fetch": "^2.21.0", "viem": "^2.21.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "mcpName": "io.github.halowerk/halowerk-mcp", "repository": { "type": "git", "url": "git+https://github.com/halowerk/halowerk-mcp.git" }, "homepage": "https://github.com/halowerk/halowerk-mcp#readme", "bugs": { "url": "https://github.com/halowerk/halowerk-mcp/issues" } }