{ "name": "chainanalyzer-mcp", "version": "1.4.0", "mcpName": "io.github.rascal-3/chainanalyzer-mcp", "description": "ChainAnalyzer MCP Server — Multi-chain blockchain AML risk scoring for AI agents. 12 chains live for self-serve (BTC, ETH, POL, BNB, BASE, ARB, OP, AVAX, SOL, KAIA, TRX, XRP). x402 USDC payments on Base and Solana.", "type": "module", "main": "src/index.ts", "bin": { "chainanalyzer-mcp": "src/index.ts" }, "scripts": { "start": "tsx src/index.ts", "build": "tsc", "dev": "tsx --watch src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.23.0" }, "devDependencies": { "tsx": "^4.19.0", "typescript": "^5.7.0", "@types/node": "^22.0.0" }, "keywords": [ "mcp", "blockchain", "aml", "compliance", "x402", "chainanalyzer" ], "license": "MIT", "author": "refinancier, inc." }