{ "name": "wallettriage-mcp", "version": "0.1.4", "type": "module", "description": "WalletTriage MCP server — real-time wallet risk check for AI agents, paid per query via x402 (USDC on Base).", "mcpName": "io.github.wallettriage/wallettriage-mcp", "bin": { "wallettriage-mcp": "dist/server.js" }, "files": [ "dist" ], "scripts": { "start": "tsx src/server.ts", "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run typecheck && npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "x402", "wallet", "risk", "security", "evm", "base", "ai-agents", "usdc", "exploit", "web3", "blockchain" ], "homepage": "https://wallettriage.com", "repository": { "type": "git", "url": "git+https://github.com/wallettriage/wallettriage-mcp.git" }, "bugs": { "url": "https://github.com/wallettriage/wallettriage-mcp/issues" }, "author": "WalletTriage", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@x402/evm": "^2.17.0", "@x402/fetch": "^2.17.0", "dotenv": "^17.4.2", "viem": "^2.53.1", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^26.0.1", "tsx": "^4.22.4", "typescript": "~5.9.3" }, "engines": { "node": ">=20" } }