{ "name": "satoshkin-aml-mcp", "mcpName": "io.github.satoshkin-dev/satoshkin-aml-mcp", "version": "0.2.0", "description": "Satoshkin MCP server for AML/KYT crypto wallet screening \u2014 real risk scores (BitOK data) for Claude, ChatGPT and any MCP client.", "license": "MIT", "type": "module", "private": false, "engines": { "node": ">=20" }, "bin": { "satoshkin-aml-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "docs" ], "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx src/index.ts", "prepare": "npm run build", "test": "vitest run tests", "typecheck": "tsc -p tsconfig.test.json --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^25.0.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.14" }, "author": "Satoshkin (https://satoshkin.com)", "homepage": "https://satoshkin.com/kyt", "repository": { "type": "git", "url": "git+https://github.com/satoshkin-dev/satoshkin-aml-mcp.git" }, "bugs": { "url": "https://github.com/satoshkin-dev/satoshkin-aml-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "aml", "kyt", "crypto-compliance", "wallet-screening", "bitok", "satoshkin", "claude" ] }